Home
last modified time | relevance | path

Searched refs:MPP_FMT_BGR444 (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpegd/
H A Dhal_jpegd_common.c77 .fmt = MPP_FMT_BGR444, .pp_out_fmt = PP_OUT_FORMAT_RGB565,
168 .fmt = MPP_FMT_BGR444 | MPP_FRAME_FMT_LE_MASK, .pp_out_fmt = PP_OUT_FORMAT_RGB565,
498 case MPP_FMT_BGR444 : { in jpegd_setup_output_fmt()
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/common/
H A Dvepu_common.c238 case MPP_FMT_BGR444 : { in get_vepu_pixel_stride()
317 case MPP_FMT_BGR444 : { in get_vepu_offset_cfg()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Dmpp_frame.h242 MPP_FMT_BGR444 = (MPP_FRAME_FMT_RGB + 5), /* 12-bit RGB */ enumerator
/OK3568_Linux_fs/external/mpp/inc/
H A Dmpp_frame.h241 MPP_FMT_BGR444 = (MPP_FRAME_FMT_RGB + 5), /* 12-bit RGB */ enumerator
/OK3568_Linux_fs/external/mpp/utils/
H A Dutils.c226 case MPP_FMT_BGR444: { in dump_mpp_frame_to_file()
586 case MPP_FMT_BGR444 : in read_image()
1225 case MPP_FMT_BGR444 : { in fill_image()
H A Dmpi_enc_utils.c62 case MPP_FMT_BGR444: in mpi_enc_width_default_stride()
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu_v2.c432 case MPP_FMT_BGR444 : { in h264e_vepu_prep_setup()
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/utils/
H A Dmpp_encoder.cpp59 case MPP_FMT_BGR444 : in InitParams()
/OK3568_Linux_fs/external/mpp/test/
H A Dmpi_enc_test.c230 case MPP_FMT_BGR444 : in test_ctx_init()
H A Dmpi_enc_mt_test.cpp236 case MPP_FMT_BGR444 : in mt_test_ctx_init()
/OK3568_Linux_fs/external/mpp/mpp/legacy/
H A Dvpu_api_legacy.cpp70 ret = MPP_FMT_BGR444; in vpu_pic_type_remap_to_mpp()
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_base.c1075 } else if (set->format <= MPP_FMT_BGR444 && set->format >= MPP_FMT_RGB565) { in set_parameter()