mirror of
https://github.com/nyanmisaka/mpp.git
synced 2026-01-23 23:50:38 +01:00
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:
parent
3d047de1d4
commit
ec5606557e
11 changed files with 14 additions and 22 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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__*/
|
||||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue