Home
last modified time | relevance | path

Searched refs:MPP_FMT_YUV420SP_VU (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Dmpp_frame.h223 MPP_FMT_YUV420SP_VU = (MPP_FRAME_FMT_YUV + 5), /* YYYY... VUVUVU... (NV21) */ enumerator
/OK3568_Linux_fs/external/mpp/inc/
H A Dmpp_frame.h222 MPP_FMT_YUV420SP_VU = (MPP_FRAME_FMT_YUV + 5), /* YYYY... VUVUVU... (NV21) */ enumerator
/OK3568_Linux_fs/external/mpp/mpp/legacy/
H A Dvpu_api_legacy.cpp129 case MPP_FMT_YUV420SP_VU : { in vpu_api_set_enc_cfg()
1070 case MPP_FMT_YUV420SP_VU : { in encode()
1325 case MPP_FMT_YUV420SP_VU : { in encoder_sendframe()
/OK3568_Linux_fs/external/mpp/mpp/
H A Dmpi.cpp547 { MPP_FMT_YUV420SP_VU, "YUV420SP, NV21" },
/OK3568_Linux_fs/external/mpp/utils/
H A Dutils.c99 case MPP_FMT_YUV420SP_VU : in dump_mpp_frame_to_file()
1068 case MPP_FMT_YUV420SP_VU : { in fill_image()
H A Dmpi_enc_utils.c40 case MPP_FMT_YUV420SP_VU : { in mpi_enc_width_default_stride()
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpegd/
H A Dhal_jpegd_rkv.c336 } else if (ctx->output_fmt == MPP_FMT_YUV420SP_VU) { in setup_output_fmt()