Home
last modified time | relevance | path

Searched refs:MPP_FMT_BGR565 (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpegd/
H A Dhal_jpegd_common.c45 .fmt = MPP_FMT_BGR565, .pp_out_fmt = PP_OUT_FORMAT_RGB565,
136 .fmt = MPP_FMT_BGR565 | MPP_FRAME_FMT_LE_MASK, .pp_out_fmt = PP_OUT_FORMAT_RGB565,
494 case MPP_FMT_BGR565 : in jpegd_setup_output_fmt()
H A Dhal_jpegd_rkv.c344 } else if (ctx->output_fmt == MPP_FMT_BGR565) { //bgr565le in setup_output_fmt()
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/
H A Dgstmpp.h47 #define MPP_FMT_BGR565LE MPP_FMT_LE(MPP_FMT_BGR565)
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/common/
H A Dvepu_common.c234 case MPP_FMT_BGR565 : in get_vepu_pixel_stride()
313 case MPP_FMT_BGR565 : in get_vepu_offset_cfg()
/OK3568_Linux_fs/external/mpp/utils/
H A Dutils.c222 case MPP_FMT_BGR565: in dump_mpp_frame_to_file()
591 case MPP_FMT_BGR565 : in read_image()
1221 case MPP_FMT_BGR565 : in fill_image()
1362 { "bgr565", MPP_FMT_BGR565, },
H A Dmpi_enc_utils.c58 case MPP_FMT_BGR565: in mpi_enc_width_default_stride()
/OK3568_Linux_fs/external/mpp/mpp/legacy/
H A Dvpu_api_legacy.cpp58 ret = MPP_FMT_BGR565; in vpu_pic_type_remap_to_mpp()
133 case MPP_FMT_BGR565: in vpu_api_set_enc_cfg()
1074 case MPP_FMT_BGR565: in encode()
1329 case MPP_FMT_BGR565: in encoder_sendframe()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Dmpp_frame.h238 MPP_FMT_BGR565 = (MPP_FRAME_FMT_RGB + 1), /* 16-bit RGB */ enumerator
/OK3568_Linux_fs/external/mpp/inc/
H A Dmpp_frame.h237 MPP_FMT_BGR565 = (MPP_FRAME_FMT_RGB + 1), /* 16-bit RGB */ enumerator
/OK3568_Linux_fs/external/mpp/mpp/
H A Dmpi.cpp557 { MPP_FMT_BGR565, "BGR565" },
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu_v2.c428 case MPP_FMT_BGR565 : in h264e_vepu_prep_setup()
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/utils/
H A Dmpp_encoder.cpp63 case MPP_FMT_BGR565 : in InitParams()
/OK3568_Linux_fs/external/mpp/test/
H A Dmpi_enc_test.c234 case MPP_FMT_BGR565 : in test_ctx_init()
H A Dmpi_enc_mt_test.cpp240 case MPP_FMT_BGR565 : in mt_test_ctx_init()
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_buf_slot.cpp311 case MPP_FMT_BGR565: { in generate_info_set()