Home
last modified time | relevance | path

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

12

/rockchip-linux_mpp/mpp/base/test/
H A Dmpp_sys_cfg_st_test.c38 byte_stride_cfg.fmt_codec = MPP_FMT_YUV420SP; in main()
59 size_cfg.fmt_codec = MPP_FMT_YUV420SP; in main()
H A Dmpp_sys_cfg_test.c48 ret = mpp_sys_cfg_set_u32(cfg, "dec_buf_chk:fmt_codec", MPP_FMT_YUV420SP); in main()
/rockchip-linux_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()
/rockchip-linux_mpp/mpp/legacy/
H A Dvpu_api_legacy.cpp45 ret = MPP_FMT_YUV420SP; in vpu_pic_type_remap_to_mpp()
141 case MPP_FMT_YUV420SP : in vpu_api_set_enc_cfg()
248 case MPP_FMT_YUV420SP : in copy_align_raw_buffer_to_dest()
376 ? MPP_FMT_YUV422SP : MPP_FMT_YUV420SP; in init_frame_info()
387 ? MPP_FMT_YUV422SP : MPP_FMT_YUV420SP; in init_frame_info()
579 case MPP_FMT_YUV420SP: { in setup_VPU_FRAME_from_mpp_frame()
1098 case MPP_FMT_YUV420SP : in encode()
1362 case MPP_FMT_YUV420SP : in encoder_sendframe()
1427 if (format >= MPP_FMT_YUV420SP && format < MPP_FMT_YUV_BUTT) { in encoder_sendframe()
1674 (MPP_FMT_YUV420SP)); in control()
/rockchip-linux_mpp/utils/
H A Dutils.c68 MppFrameFormat fmt = MPP_FMT_YUV420SP; in dump_mpp_frame_to_file()
123 case MPP_FMT_YUV420SP : { in dump_mpp_frame_to_file()
543 case MPP_FMT_YUV420SP : { in read_image()
575 case MPP_FMT_YUV420SP : { in read_image()
1088 case MPP_FMT_YUV420SP : { in fill_image()
1401 { "yuv420sp", MPP_FMT_YUV420SP, },
1418 { "fbc", MPP_FMT_YUV420SP | MPP_FRAME_FBC_AFBC_V1, },
H A Dmpi_enc_utils.c40 case MPP_FMT_YUV420SP : in mpi_enc_width_default_stride()
219 cmd->format = MPP_FMT_YUV420SP; in mpi_enc_opt_f()
/rockchip-linux_mpp/mpp/hal/rkdec/
H A Dvdpu383_com.c229 mpp_frame_set_fmt(frame, MPP_FMT_YUV420SP); in vdpu383_update_thumbnail_frame_info()
267 case MPP_FMT_YUV420SP : { in vdpu383_setup_down_scale()
H A Dvdpu384a_com.c241 mpp_frame_set_fmt(frame, MPP_FMT_YUV420SP); in vdpu384a_update_thumbnail_frame_info()
279 case MPP_FMT_YUV420SP : { in vdpu384a_setup_down_scale()
/rockchip-linux_mpp/mpp/codec/enc/vp8/
H A Dvp8e_api_v2.c76 prep->format = MPP_FMT_YUV420SP; in vp8e_init()
/rockchip-linux_mpp/mpp/codec/dec/jpeg/
H A Djpegd_parser.c98 s->output_fmt = MPP_FMT_YUV420SP; in jpeg_judge_yuv_mode()
1061 MppFrameFormat fmt = MPP_FMT_YUV420SP; in jpegd_allocate_frame()
1065 fmt = MPP_FMT_YUV420SP; in jpegd_allocate_frame()
1077 fmt = MPP_FMT_YUV420SP; in jpegd_allocate_frame()
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_api.c257 av1_ctx->usr_set_fmt = param ? *((MppFrameFormat *)param) : MPP_FMT_YUV420SP; in av1d_control()
H A Dav1d_parser.c120 pix_fmt = MPP_FMT_YUV420SP; in get_pixel_format()
125 (ctx->usr_set_fmt & MPP_FRAME_FMT_MASK) == MPP_FMT_YUV420SP && in get_pixel_format()
126 (s->cfg->base.out_fmt & MPP_FRAME_FMT_MASK) == MPP_FMT_YUV420SP) in get_pixel_format()
127 pix_fmt = MPP_FMT_YUV420SP; in get_pixel_format()
791 if ((ctx->pix_fmt & MPP_FRAME_FMT_MASK) == MPP_FMT_YUV420SP || in get_current_frame()
/rockchip-linux_mpp/mpp/
H A Dmpp_impl.c135 } else if (fmt == MPP_FMT_YUV420SP) { in fetch_data()
218 case MPP_FMT_YUV420SP : in dump_frame()
H A Dmpi.c531 { MPP_FMT_YUV420SP, "YUV420SP, NV12" },
/rockchip-linux_mpp/mpp/base/
H A Dmpp_sys_cfg.c395 case MPP_FMT_YUV420SP : { in mpp_sys_dec_buf_chk_proc()
558 case MPP_FMT_YUV420SP : in mpp_sys_dec_buf_chk_proc()
/rockchip-linux_mpp/mpp/hal/vpu/jpegd/
H A Dhal_jpegd_vdpu1.c781 JpegHalCtx->output_fmt = MPP_FMT_YUV420SP; in hal_jpegd_vdpu1_init()
826 JpegHalCtx->output_fmt = MPP_FMT_YUV420SP; in hal_jpegd_vdpu1_deinit()
996 if (JpegHalCtx->output_fmt != MPP_FMT_YUV420SP) in hal_jpegd_vdpu1_wait()
H A Dhal_jpegd_rkv.c298 if (ctx->output_fmt == MPP_FMT_YUV420SP) in setup_output_fmt()
606 ctx->output_fmt = MPP_FMT_YUV420SP; in hal_jpegd_rkv_deinit()
H A Dhal_jpegd_common.c453 case MPP_FMT_YUV420SP: in jpegd_setup_output_fmt()
/rockchip-linux_mpp/inc/
H A Dmpp_frame.h250 MPP_FMT_YUV420SP = (MPP_FRAME_FMT_YUV + 0), /* YYYY... UV... (NV12) */ enumerator
/rockchip-linux_mpp/mpp/hal/rkenc/jpege/
H A Dhal_jpege_vpu720.c214 case MPP_FMT_YUV420SP: in jpege_vpu720_setup_format()
247 case MPP_FMT_YUV420SP: in jpege_vpu720_setup_format()
/rockchip-linux_mpp/mpp/vproc/rga/
H A Drga.c66 case MPP_FMT_YUV420SP: in rga_fmt_map()
/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_api.c136 prep->format = MPP_FMT_YUV420SP; in h265e_init()
/rockchip-linux_mpp/test/
H A Dmpi_rc2_test.c458 mpp_enc_cfg_set_s32(cfg, "prep:format", MPP_FMT_YUV420SP); in mpi_rc_enc_init()
709 MppFrameFormat format = MPP_FMT_YUV420SP; in mpi_rc_pre_dec_init()
/rockchip-linux_mpp/mpp/vproc/vdpp/
H A Dhwpq_vdpp_proc.c520 MppFrameFormat img_fmt_out = MPP_FMT_YUV420SP; in img_format_convert()
530 img_fmt_out = MPP_FMT_YUV420SP; in img_format_convert()
/rockchip-linux_mpp/mpp/hal/rkdec/avs2d/
H A Dhal_avs2d_vdpu383.c817 } else if (fmt == MPP_FMT_YUV420SP) { in fetch_data()
829 MppFrameFormat fmt = MPP_FMT_YUV420SP; in hal_avs2d_vdpu383_dump_yuv()

12