mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-05 17:16:50 +08:00

Signed-off-by: Herman Chen <herman.chen@rock-chips.com> Change-Id: Ia8fac55bc43f092a6b76bd9f5b7706f4d28bde1d
16 lines
460 B
C
16 lines
460 B
C
/* SPDX-License-Identifier: Apache-2.0 OR MIT */
|
|
/*
|
|
* Copyright (c) 2025 Rockchip Electronics Co., Ltd.
|
|
*/
|
|
|
|
#define MODULE_TAG "kmpp_frame"
|
|
|
|
#include "kmpp_frame_impl.h"
|
|
|
|
#define KMPP_OBJ_NAME kmpp_frame
|
|
#define KMPP_OBJ_INTF_TYPE KmppFrame
|
|
#define KMPP_OBJ_IMPL_TYPE KmppFrameImpl
|
|
#define KMPP_OBJ_SGLN_ID MPP_SGLN_KMPP_FRAME
|
|
#define KMPP_OBJ_ENTRY_TABLE KMPP_FRAME_ENTRY_TABLE
|
|
#include "kmpp_obj_helper.h"
|