chore[mpp]: Delete mpp_enc_cfg_impl.h

Change-Id: Iee8dcf523d0d3018dd73b2b5da21b0a58736214f
Signed-off-by: xiaoxu.chen <xiaoxu.chen@rock-chips.com>
This commit is contained in:
xiaoxu.chen 2025-09-09 17:14:27 +08:00 committed by Herman Chen
parent 3d047de1d4
commit ec5606557e
11 changed files with 14 additions and 22 deletions

View file

@ -31,7 +31,7 @@
#include "mpp_packet_impl.h"
#include "kmpp_packet.h"
#include "mpp_vcodec_client.h"
#include "mpp_enc_cfg_impl.h"
#include "mpp_enc_cfg.h"
typedef struct KmppFrameInfos_t {
RK_U32 width;

View file

@ -1,13 +0,0 @@
/* SPDX-License-Identifier: Apache-2.0 OR MIT */
/*
* Copyright (c) 2015 Rockchip Electronics Co., Ltd.
*/
#ifndef __MPP_ENC_CFG_IMPL_H__
#define __MPP_ENC_CFG_IMPL_H__
#include "mpp_enc_cfg.h"
extern RK_U8 uuid_refresh_cfg[16];
#endif /*__MPP_ENC_CFG_IMPL_H__*/

View file

@ -19,7 +19,7 @@
#include "mpp_cfg.h"
#include "mpp_trie.h"
#include "mpp_enc_cfg_impl.h"
#include "mpp_enc_cfg.h"
#define ENC_CFG_DBG_FUNC (0x00000001)
#define ENC_CFG_DBG_INFO (0x00000002)

View file

@ -11,7 +11,7 @@
#include "mpp_common.h"
#include "rk_venc_cfg.h"
#include "mpp_enc_cfg_impl.h"
#include "mpp_enc_cfg.h"
int main()
{

View file

@ -39,7 +39,8 @@
#include "mpp_soc.h"
#include "enc_impl_api.h"
#include "mpp_enc_cfg_impl.h"
#include "mpp_enc_cfg.h"
#include "mpp_enc_impl.h"
RK_U32 h264e_debug = 0;

View file

@ -24,8 +24,9 @@
#include "rc.h"
#include "mpp_soc.h"
#include "mpp_enc_cfg_impl.h"
#include "mpp_enc_cfg.h"
#include "mpp_packet_impl.h"
#include "mpp_enc_impl.h"
#include "h265e_api.h"
#include "h265e_slice.h"

View file

@ -23,7 +23,7 @@
#include "mpp_mem.h"
#include "mpp_common.h"
#include "mpp_2str.h"
#include "mpp_enc_cfg_impl.h"
#include "mpp_enc_cfg.h"
#include "mpp_bitwrite.h"
#include "mpp_soc.h"

View file

@ -23,7 +23,7 @@
#include "mpp_debug.h"
#include "mpp_common.h"
#include "mpp_rc.h"
#include "mpp_enc_cfg_impl.h"
#include "mpp_enc_cfg.h"
#include "vp8e_api_v2.h"
#include "vp8e_syntax.h"

View file

@ -22,6 +22,7 @@
#include "mpp_enc_ref.h"
#include "mpp_enc_refs.h"
#include "mpp_device.h"
#include "mpp_task_impl.h"
#include "rc.h"
#include "hal_info.h"
@ -151,6 +152,8 @@ typedef struct MppEncImpl_t {
MppEncCfgSet *cfg;
} MppEncImpl;
extern RK_U8 uuid_refresh_cfg[16];
#ifdef __cplusplus
extern "C" {
#endif

View file

@ -22,7 +22,7 @@
#include "mpp.h"
#include "mpp_soc.h"
#include "mpp_enc_debug.h"
#include "mpp_enc_cfg_impl.h"
#include "mpp_enc_cfg.h"
#include "mpp_enc_impl.h"
#include "mpp_enc_cb_param.h"

View file

@ -15,7 +15,7 @@
#include "mpp.h"
#include "mpp_enc_debug.h"
#include "mpp_enc_cfg_impl.h"
#include "mpp_enc_cfg.h"
#include "mpp_enc_impl.h"
#include "mpp_enc_cb_param.h"