Home
last modified time | relevance | path

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

/rockchip-linux_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,
488 case MPP_FMT_BGR444 : { in jpegd_setup_output_fmt()
/rockchip-linux_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()
/rockchip-linux_mpp/inc/
H A Dmpp_frame.h281 MPP_FMT_BGR444 = (MPP_FRAME_FMT_RGB + 5), /* 12-bit RGB */ enumerator
/rockchip-linux_mpp/utils/
H A Dutils.c256 case MPP_FMT_BGR444: { in dump_mpp_frame_to_file()
632 case MPP_FMT_BGR444 : in read_image()
1274 case MPP_FMT_BGR444 : { in fill_image()
H A Dmpi_enc_utils.c63 case MPP_FMT_BGR444: in mpi_enc_width_default_stride()
/rockchip-linux_mpp/mpp/vproc/vdpp/test/
H A Dvdpp_test.c167 case MPP_FMT_BGR444 : in get_src_frm_size()
/rockchip-linux_mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu_v2.c432 case MPP_FMT_BGR444 : { in h264e_vepu_prep_setup()
/rockchip-linux_mpp/test/
H A Dmpi_enc_mt_test.c228 case MPP_FMT_BGR444 : in mt_test_ctx_init()
H A Dmpi_enc_test.c359 case MPP_FMT_BGR444 : in test_ctx_init()
/rockchip-linux_mpp/mpp/legacy/
H A Dvpu_api_legacy.cpp72 ret = MPP_FMT_BGR444; in vpu_pic_type_remap_to_mpp()
/rockchip-linux_mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_base.c1080 } else if (set->format <= MPP_FMT_BGR444 && set->format >= MPP_FMT_RGB565) { in set_parameter()