Home
last modified time | relevance | path

Searched refs:MPP_FMT_YUV_BUTT (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Dmpp_frame.h196 ((fmt & MPP_FRAME_FMT_MASK) < MPP_FMT_YUV_BUTT))
235 MPP_FMT_YUV_BUTT, enumerator
/OK3568_Linux_fs/external/mpp/inc/
H A Dmpp_frame.h195 ((fmt & MPP_FRAME_FMT_MASK) < MPP_FMT_YUV_BUTT))
234 MPP_FMT_YUV_BUTT, enumerator
/OK3568_Linux_fs/external/mpp/mpp/vproc/rga/test/
H A Drga_test.cpp118 err = ((cmd->src_fmt >= MPP_FMT_YUV_BUTT && cmd->src_fmt < MPP_FRAME_FMT_RGB) || in rga_test_parse_options()
/OK3568_Linux_fs/external/mpp/utils/
H A Dcamera_source.c52 static RK_U32 V4L2_yuv_cfg[MPP_FMT_YUV_BUTT] = {
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/vp8/
H A Dvp8e_api_v2.c168 src->format >= MPP_FMT_YUV_BUTT) || in vp8e_proc_prep_cfg()
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/common/
H A Dvepu_common.c27 static VepuFormatCfg vepu_yuv_cfg[MPP_FMT_YUV_BUTT] = {
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/common/
H A Dvepu541_common.c29 static VepuFmtCfg vepu541_yuv_cfg[MPP_FMT_YUV_BUTT] = {
/OK3568_Linux_fs/external/mpp/mpp/legacy/
H A Dvpu_api_legacy.cpp1385 if (format >= MPP_FMT_YUV420SP && format < MPP_FMT_YUV_BUTT) { in encoder_sendframe()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_init.c419 MppFrameFormat fmt = MPP_FMT_YUV_BUTT; in dpb_mark_malloc()