mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-11 20:10:18 +08:00
[jpege]: Add YUYV422 format support
Change-Id: Idbecbab280ce1128d21ee6656307b6c95a9523cf Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
@@ -534,6 +534,7 @@ MPP_RET hal_jpege_vepu1_control(void *hal, RK_S32 cmd, void *param)
|
||||
if (cfg->format != MPP_FMT_YUV420SP &&
|
||||
cfg->format != MPP_FMT_YUV420P &&
|
||||
cfg->format != MPP_FMT_YUV422SP_VU &&
|
||||
cfg->format != MPP_FMT_YUV422_YUYV &&
|
||||
cfg->format != MPP_FMT_YUV422_UYVY &&
|
||||
cfg->format != MPP_FMT_RGB888 &&
|
||||
cfg->format != MPP_FMT_BGR888) {
|
||||
|
@@ -515,6 +515,7 @@ MPP_RET hal_jpege_vepu2_control(void *hal, RK_S32 cmd, void *param)
|
||||
if (cfg->format != MPP_FMT_YUV420SP &&
|
||||
cfg->format != MPP_FMT_YUV420P &&
|
||||
cfg->format != MPP_FMT_YUV422SP_VU &&
|
||||
cfg->format != MPP_FMT_YUV422_YUYV &&
|
||||
cfg->format != MPP_FMT_YUV422_UYVY &&
|
||||
cfg->format != MPP_FMT_RGB888 &&
|
||||
cfg->format != MPP_FMT_BGR888) {
|
||||
|
Reference in New Issue
Block a user