Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Dmpp_frame.h200 ((fmt & MPP_FRAME_FMT_MASK) < MPP_FMT_RGB_BUTT))
251 MPP_FMT_RGB_BUTT, enumerator
/OK3568_Linux_fs/external/mpp/inc/
H A Dmpp_frame.h199 ((fmt & MPP_FRAME_FMT_MASK) < MPP_FMT_RGB_BUTT))
250 MPP_FMT_RGB_BUTT, enumerator
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/common/
H A Dvepu_common.c62 static VepuFormatCfg vepu_rgb_cfg[MPP_FMT_RGB_BUTT - MPP_FRAME_FMT_RGB] = {
92 static VepuFormatCfg vepu_rgb_le_cfg[MPP_FMT_RGB_BUTT - MPP_FRAME_FMT_RGB] = {
/OK3568_Linux_fs/external/mpp/mpp/vproc/rga/test/
H A Drga_test.cpp119 cmd->src_fmt >= MPP_FMT_RGB_BUTT); in rga_test_parse_options()
/OK3568_Linux_fs/external/mpp/utils/
H A Dcamera_source.c71 static RK_U32 V4L2_RGB_cfg[MPP_FMT_RGB_BUTT - MPP_FRAME_FMT_RGB] = {
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/vp8/
H A Dvp8e_api_v2.c169 src->format >= MPP_FMT_RGB_BUTT) { in vp8e_proc_prep_cfg()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/common/
H A Dvepu541_common.c185 static VepuFmtCfg vepu541_rgb_cfg[MPP_FMT_RGB_BUTT - MPP_FRAME_FMT_RGB] = {
/OK3568_Linux_fs/external/mpp/mpp/legacy/
H A Dvpu_api_legacy.cpp1389 } else if (format >= MPP_FMT_RGB101010 && format < MPP_FMT_RGB_BUTT) { in encoder_sendframe()