mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-04 16:52:40 +08:00
[mpp_enc]: success on Android camera flow, encode_put_frame and encode_get_packet functions are ready
git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@1064 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
@@ -82,6 +82,7 @@ typedef enum {
|
||||
|
||||
MPP_CMD_BASE = CMD_MODULE_MPP,
|
||||
MPP_ENABLE_DEINTERLACE,
|
||||
MPP_SET_INPUT_BLOCK,
|
||||
MPP_SET_OUTPUT_BLOCK,
|
||||
MPP_CMD_END,
|
||||
|
||||
@@ -135,6 +136,10 @@ typedef struct MppEncConfig_t {
|
||||
RK_S32 height;
|
||||
RK_S32 format;
|
||||
|
||||
/*
|
||||
* Encoder does not support scaling and output data only support yuv420 so far
|
||||
*/
|
||||
|
||||
/*
|
||||
* rate control parameter
|
||||
*
|
||||
|
Reference in New Issue
Block a user