Home
last modified time | relevance | path

Searched refs:MPP_FMT_BGR888 (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Dmpp_frame.h244 MPP_FMT_BGR888 = (MPP_FRAME_FMT_RGB + 7), /* 24-bit RGB */ enumerator
/OK3568_Linux_fs/external/mpp/inc/
H A Dmpp_frame.h243 MPP_FMT_BGR888 = (MPP_FRAME_FMT_RGB + 7), /* 24-bit RGB */ enumerator
/OK3568_Linux_fs/external/mpp/utils/
H A Dutils.c601 case MPP_FMT_BGR888 : { in read_image()
1280 case MPP_FMT_BGR888 : in fill_image()
1363 { "bgr888", MPP_FMT_BGR888, },
H A Dmpi_enc_utils.c71 case MPP_FMT_BGR888 : { in mpi_enc_width_default_stride()
/OK3568_Linux_fs/external/mpp/mpp/
H A Dmpi.cpp561 { MPP_FMT_BGR888, "BGR888" },
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/utils/
H A Dmpp_encoder.cpp65 case MPP_FMT_BGR888 : in InitParams()
/OK3568_Linux_fs/external/mpp/test/
H A Dmpi_enc_test.c236 case MPP_FMT_BGR888 : in test_ctx_init()
H A Dmpi_enc_mt_test.cpp242 case MPP_FMT_BGR888 : in mt_test_ctx_init()
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_buf_slot.cpp315 case MPP_FMT_BGR888: { in generate_info_set()
/OK3568_Linux_fs/external/mpp/mpp/legacy/
H A Dvpu_api_legacy.cpp1387 } else if (format >= MPP_FMT_RGB565 && format < MPP_FMT_BGR888) { in encoder_sendframe()