[misc]: Change interface header file dependency

Move MppCtx, MppParam, MppFrame, MppPacket, MppBuffer, MppBufferGroup,
MppTask and MppMeta to rk_type.h.

Later development need to bring in cross reference between these
objects. So we choose to move these declaration together.

Change-Id: I7ea39138ca87d6ca4cb86556464a5de89d172846
Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
Herman Chen
2019-06-13 18:04:13 +08:00
parent b3a34b84db
commit cd9a1cca3f
64 changed files with 120 additions and 169 deletions

View File

@@ -17,8 +17,8 @@
#ifndef __RK_MPI_H__
#define __RK_MPI_H__
#include "mpp_task.h"
#include "rk_mpi_cmd.h"
#include "mpp_task.h"
/**
* @addtogroup rk_mpi
@@ -74,13 +74,10 @@ typedef enum {
MPP_VIDEO_CodingMax = 0x7FFFFFFF
} MppCodingType;
typedef void* MppCtx;
typedef void* MppParam;
/*
* in decoder mode application need to specify the coding type first
* send a stream header to mpi ctx using parameter data / size
* and decoder will try to decode the
* and decoder will try to decode the input stream.
*/
typedef struct MppEncCodecCfg_t {
MppCodingType coding;