Home
last modified time | relevance | path

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

/rockchip-linux_mpp/inc/
H A Dmpp_frame.h228 ((fmt & MPP_FRAME_FMT_MASK) < MPP_FMT_YUV_BUTT))
274 MPP_FMT_YUV_BUTT, enumerator
/rockchip-linux_mpp/mpp/vproc/rga/test/
H A Drga_test.c107 err = ((cmd->src_fmt >= MPP_FMT_YUV_BUTT && cmd->src_fmt < MPP_FRAME_FMT_RGB) || in rga_test_parse_options()
/rockchip-linux_mpp/mpp/hal/rkenc/common/
H A Dvepu5xx_common.c208 static VepuFmtCfg vepu5xx_yuv_cfg[MPP_FMT_YUV_BUTT] = {
/rockchip-linux_mpp/utils/
H A Dcamera_source.c52 static RK_U32 V4L2_yuv_cfg[MPP_FMT_YUV_BUTT] = {
/rockchip-linux_mpp/mpp/hal/vpu/common/
H A Dvepu_common.c27 static VepuFormatCfg vepu_yuv_cfg[MPP_FMT_YUV_BUTT] = {
/rockchip-linux_mpp/mpp/legacy/
H A Dvpu_api_legacy.cpp1427 if (format >= MPP_FMT_YUV420SP && format < MPP_FMT_YUV_BUTT) { in encoder_sendframe()
1429 } else if (format >= MPP_FMT_YUV420SP_VU && format < MPP_FMT_YUV_BUTT) { in encoder_sendframe()
/rockchip-linux_mpp/mpp/vproc/vdpp/
H A Dvdpp2.c126 static VdppSrcFmtCfg vdpp_src_yuv_cfg[MPP_FMT_YUV_BUTT] = {
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_init.c419 MppFrameFormat fmt = MPP_FMT_YUV_BUTT; in dpb_mark_malloc()