mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-04 16:52:40 +08:00
[h264e_rkv]: Implement OSD function
1. add description for OSD cmd in rk_mpi_cmd.h 2. judge if input MppBuffer for OSD is NULL Change-Id: I6d674c81790d9cf57acdfa23f20c929b56f263e9 Signed-off-by: Lin Kesheng <lks@rock-chips.com>
This commit is contained in:
@@ -77,8 +77,8 @@ typedef enum {
|
||||
MPP_ENC_GET_RC_CFG,
|
||||
MPP_ENC_SET_PREP_CFG,
|
||||
MPP_ENC_GET_PREP_CFG,
|
||||
MPP_ENC_SET_OSD_PLT_CFG,
|
||||
MPP_ENC_SET_OSD_DATA_CFG,
|
||||
MPP_ENC_SET_OSD_PLT_CFG, /* set OSD palette, parameter should be pointer to MppEncOSDPlt */
|
||||
MPP_ENC_SET_OSD_DATA_CFG, /* set OSD data with at most 8 regions, parameter should be pointer to MppEncOSDData */
|
||||
MPP_ENC_GET_OSD_CFG,
|
||||
MPP_ENC_SET_CFG,
|
||||
MPP_ENC_GET_CFG,
|
||||
|
Reference in New Issue
Block a user