mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-04 16:52:40 +08:00
[mpp_dec]: Add post-process path to mpp_dec
1. Unify the hal thread output process to mpp_dec_put_frame 2. Add vproc path for field source. 3. Reserve one more buffer when deinterlace is enabled. 4. Default enable for normal mpp path but disable on vpuapi path for the reason that rk_ffplayer has done deinterlace process internally. Change-Id: I02e7cece844fde01c2d249dafe6f7ce6a325593f Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
@@ -98,6 +98,7 @@ typedef enum {
|
||||
MPP_DEC_SET_OUTPUT_FORMAT,
|
||||
MPP_DEC_SET_DISABLE_ERROR, /* When set it will disable sw/hw error (H.264 / H.265) */
|
||||
MPP_DEC_SET_IMMEDIATE_OUT,
|
||||
MPP_DEC_SET_ENABLE_DEINTERLACE, /* MPP enable deinterlace by default. Vpuapi can disable it */
|
||||
MPP_DEC_CMD_END,
|
||||
|
||||
MPP_ENC_CMD_BASE = CMD_MODULE_CODEC | CMD_CTX_ID_ENC,
|
||||
|
Reference in New Issue
Block a user