[utils]: add MPP_FMT_YUV420SP_VU data dump

Signed-off-by: Yandong Lin <yandong.lin@rock-chips.com>
Change-Id: I775ef33e760c9106a7e95fa98fd43185cfcd6195
This commit is contained in:
Yandong Lin
2021-12-01 16:54:28 +08:00
committed by Herman Chen
parent 0159409673
commit f9a628752d

View File

@@ -91,6 +91,7 @@ void dump_mpp_frame_to_file(MppFrame frame, FILE *fp)
fwrite(tmp, 1, width * height, fp);
mpp_free(tmp);
} break;
case MPP_FMT_YUV420SP_VU :
case MPP_FMT_YUV420SP : {
RK_U32 i;
RK_U8 *base_y = base;