| /rockchip-linux_mpp/mpp/base/test/ |
| H A D | mpp_sys_cfg_st_test.c | 38 byte_stride_cfg.fmt_codec = MPP_FMT_YUV420SP; in main() 59 size_cfg.fmt_codec = MPP_FMT_YUV420SP; in main()
|
| H A D | mpp_sys_cfg_test.c | 48 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 D | vepu_common.c | 205 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 D | vpu_api_legacy.cpp | 45 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 D | utils.c | 68 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 D | mpi_enc_utils.c | 40 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 D | vdpu383_com.c | 229 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 D | vdpu384a_com.c | 241 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 D | vp8e_api_v2.c | 76 prep->format = MPP_FMT_YUV420SP; in vp8e_init()
|
| /rockchip-linux_mpp/mpp/codec/dec/jpeg/ |
| H A D | jpegd_parser.c | 98 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 D | av1d_api.c | 257 av1_ctx->usr_set_fmt = param ? *((MppFrameFormat *)param) : MPP_FMT_YUV420SP; in av1d_control()
|
| H A D | av1d_parser.c | 120 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 D | mpp_impl.c | 135 } else if (fmt == MPP_FMT_YUV420SP) { in fetch_data() 218 case MPP_FMT_YUV420SP : in dump_frame()
|
| H A D | mpi.c | 531 { MPP_FMT_YUV420SP, "YUV420SP, NV12" },
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_sys_cfg.c | 395 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 D | hal_jpegd_vdpu1.c | 781 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 D | hal_jpegd_rkv.c | 298 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 D | hal_jpegd_common.c | 453 case MPP_FMT_YUV420SP: in jpegd_setup_output_fmt()
|
| /rockchip-linux_mpp/inc/ |
| H A D | mpp_frame.h | 250 MPP_FMT_YUV420SP = (MPP_FRAME_FMT_YUV + 0), /* YYYY... UV... (NV12) */ enumerator
|
| /rockchip-linux_mpp/mpp/hal/rkenc/jpege/ |
| H A D | hal_jpege_vpu720.c | 214 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 D | rga.c | 66 case MPP_FMT_YUV420SP: in rga_fmt_map()
|
| /rockchip-linux_mpp/mpp/codec/enc/h265/ |
| H A D | h265e_api.c | 136 prep->format = MPP_FMT_YUV420SP; in h265e_init()
|
| /rockchip-linux_mpp/test/ |
| H A D | mpi_rc2_test.c | 458 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 D | hwpq_vdpp_proc.c | 520 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 D | hal_avs2d_vdpu383.c | 817 } else if (fmt == MPP_FMT_YUV420SP) { in fetch_data() 829 MppFrameFormat fmt = MPP_FMT_YUV420SP; in hal_avs2d_vdpu383_dump_yuv()
|