Home
last modified time | relevance | path

Searched refs:MPP_FMT_YUV420SP (Results 1 – 25 of 41) sorted by relevance

12

/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/common/
H A Dvepu_common.c205 case MPP_FMT_YUV420SP : { in get_vepu_pixel_stride()
298 case MPP_FMT_YUV420SP : { in get_vepu_offset_cfg()
333 case MPP_FMT_YUV420SP : in get_vepu_offset_cfg()
/OK3568_Linux_fs/external/mpp/mpp/legacy/
H A Dvpu_api_legacy.cpp46 ret = MPP_FMT_YUV420SP; in vpu_pic_type_remap_to_mpp()
128 case MPP_FMT_YUV420SP : in vpu_api_set_enc_cfg()
231 case MPP_FMT_YUV420SP : { in copy_align_raw_buffer_to_dest()
348 ? MPP_FMT_YUV422SP : MPP_FMT_YUV420SP; in init_frame_info()
359 ? MPP_FMT_YUV422SP : MPP_FMT_YUV420SP; in init_frame_info()
554 case MPP_FMT_YUV420SP: { in setup_VPU_FRAME_from_mpp_frame()
1069 case MPP_FMT_YUV420SP : in encode()
1324 case MPP_FMT_YUV420SP : in encoder_sendframe()
1385 if (format >= MPP_FMT_YUV420SP && format < MPP_FMT_YUV_BUTT) { in encoder_sendframe()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/jpeg/
H A Djpegd_parser.c92 s->output_fmt = MPP_FMT_YUV420SP; in jpeg_judge_yuv_mode()
1054 MppFrameFormat fmt = MPP_FMT_YUV420SP; in jpegd_allocate_frame()
1058 fmt = MPP_FMT_YUV420SP; in jpegd_allocate_frame()
1070 fmt = MPP_FMT_YUV420SP; in jpegd_allocate_frame()
1175 JpegCtx->output_fmt = MPP_FMT_YUV420SP; in jpegd_deinit()
1251 JpegCtx->output_fmt = MPP_FMT_YUV420SP; in jpegd_init()
/OK3568_Linux_fs/external/mpp/utils/
H A Dutils.c52 MppFrameFormat fmt = MPP_FMT_YUV420SP; in dump_mpp_frame_to_file()
100 case MPP_FMT_YUV420SP : { in dump_mpp_frame_to_file()
503 case MPP_FMT_YUV420SP : { in read_image()
534 case MPP_FMT_YUV420SP : { in read_image()
1039 case MPP_FMT_YUV420SP : { in fill_image()
1352 { "yuv420sp", MPP_FMT_YUV420SP, },
1369 { "fbc", MPP_FMT_YUV420SP | MPP_FRAME_FBC_AFBC_V1, },
H A Dmpi_enc_utils.c39 case MPP_FMT_YUV420SP : in mpi_enc_width_default_stride()
224 cmd->format = MPP_FMT_YUV420SP; in mpi_enc_opt_f()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/
H A Dav1d_parser.c120 pix_fmt = MPP_FMT_YUV420SP; in get_pixel_format()
124 if ((ctx->usr_set_fmt & MPP_FRAME_FMT_MASK) == MPP_FMT_YUV420SP && in get_pixel_format()
125 (s->cfg->base.out_fmt & MPP_FRAME_FMT_MASK) == MPP_FMT_YUV420SP) in get_pixel_format()
126 pix_fmt = MPP_FMT_YUV420SP; in get_pixel_format()
752 if (ctx->pix_fmt == MPP_FMT_YUV420SP || ctx->pix_fmt == MPP_FMT_YUV420SP_10BIT) in get_current_frame()
H A Dav1d_api.c261 av1_ctx->usr_set_fmt = param ? *((MppFrameFormat *)param) : MPP_FMT_YUV420SP; in av1d_control()
/OK3568_Linux_fs/external/mpp/mpp/
H A Dmpp_impl.cpp146 } else if (fmt == MPP_FMT_YUV420SP) { in fetch_data()
214 case MPP_FMT_YUV420SP : in dump_frame()
H A Dmpi.cpp542 { MPP_FMT_YUV420SP, "YUV420SP, NV12" },
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpegd/
H A Dhal_jpegd_vdpu1.c790 JpegHalCtx->output_fmt = MPP_FMT_YUV420SP; in hal_jpegd_vdpu1_init()
843 JpegHalCtx->output_fmt = MPP_FMT_YUV420SP; in hal_jpegd_vdpu1_deinit()
974 if (JpegHalCtx->output_fmt != MPP_FMT_YUV420SP) in hal_jpegd_vdpu1_wait()
H A Dhal_jpegd_rkv.c325 if (ctx->output_fmt == MPP_FMT_YUV420SP) in setup_output_fmt()
608 ctx->output_fmt = MPP_FMT_YUV420SP; in hal_jpegd_rkv_deinit()
H A Dhal_jpegd_common.c463 case MPP_FMT_YUV420SP: in jpegd_setup_output_fmt()
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/
H A Dgstmppvideodec.c217 MppFrameFormat mpp_format = MPP_FMT_YUV420SP | MPP_FRAME_FBC_AFBC_V2; in gst_mpp_video_dec_startup()
H A Dgstmppenc.c108 MPP_FMT_YUV420SP,
654 format = MPP_FMT_YUV420SP; in gst_mpp_enc_set_format()
H A Dgstmppjpegdec.c103 MppFrameFormat mpp_format = force ? MPP_FMT_YUV420SP : MPP_FMT_BUTT; in gst_mpp_jpeg_dec_try_pp_convert()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Dmpp_frame.h214 MPP_FMT_YUV420SP = (MPP_FRAME_FMT_YUV + 0), /* YYYY... UV... (NV12) */ enumerator
/OK3568_Linux_fs/external/mpp/inc/
H A Dmpp_frame.h213 MPP_FMT_YUV420SP = (MPP_FRAME_FMT_YUV + 0), /* YYYY... UV... (NV12) */ enumerator
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/vp8/
H A Dvp8e_api_v2.c78 prep->format = MPP_FMT_YUV420SP; in vp8e_init()
/OK3568_Linux_fs/external/mpp/mpp/vproc/rga/
H A Drga.cpp78 case MPP_FMT_YUV420SP: in rga_fmt_map()
/OK3568_Linux_fs/external/mpp/test/
H A Dmpi_rc2_test.c470 mpp_enc_cfg_set_s32(cfg, "prep:format", MPP_FMT_YUV420SP); in mpi_rc_enc_init()
721 MppFrameFormat format = MPP_FMT_YUV420SP; in mpi_rc_pre_dec_init()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/avs2d/
H A Dhal_avs2d_rkv.c978 } else if (fmt == MPP_FMT_YUV420SP) { in fetch_data()
990 MppFrameFormat fmt = MPP_FMT_YUV420SP; in hal_avs2d_rkv_dump_yuv()
H A Dhal_avs2d_vdpu382.c1053 } else if (fmt == MPP_FMT_YUV420SP) { in fetch_data()
1065 MppFrameFormat fmt = MPP_FMT_YUV420SP; in hal_avs2d_vdpu382_dump_yuv()
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_api.c124 prep->format = MPP_FMT_YUV420SP; in h265e_init()
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpege/
H A Dhal_jpege_vepu1_v2.c153 case MPP_FMT_YUV420SP : in hal_jpege_vepu1_set_extra_info()
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/src/
H A Dmain_video.cc341 enc_params.fmt = MPP_FMT_YUV420SP; in mpp_decoder_frame_callback()

12