Home
last modified time | relevance | path

Searched refs:MPP_FMT_YUV420SP_10BIT (Results 1 – 19 of 19) sorted by relevance

/rockchip-linux_mpp/inc/
H A Dmpp_frame.h229 #define MPP_FRAME_FMT_IS_YUV_10BIT(fmt) ((fmt & MPP_FRAME_FMT_MASK) == MPP_FMT_YUV420SP_10BIT || \
255 MPP_FMT_YUV420SP_10BIT = (MPP_FRAME_FMT_YUV + 1), enumerator
/rockchip-linux_mpp/mpp/
H A Dmpp_impl.c129 if (fmt == MPP_FMT_YUV420SP_10BIT) { in fetch_data()
198 } else if (fmt == MPP_FMT_YUV420SP_10BIT) { in dump_frame()
228 case MPP_FMT_YUV420SP_10BIT : { in dump_frame()
H A Dmpi.c532 { MPP_FMT_YUV420SP_10BIT, "YUV420SP-10bit" },
/rockchip-linux_mpp/mpp/base/
H A Dmpp_sys_cfg.c389 case MPP_FMT_YUV420SP_10BIT : { in mpp_sys_dec_buf_chk_proc()
523 case MPP_FMT_YUV420SP_10BIT: in mpp_sys_dec_buf_chk_proc()
559 case MPP_FMT_YUV420SP_10BIT : in mpp_sys_dec_buf_chk_proc()
H A Dmpp_buf_slot.c289 RK_U32 depth = ((fmt & MPP_FRAME_FMT_MASK) == MPP_FMT_YUV420SP_10BIT || in prepare_info_set_legacy()
318 case MPP_FMT_YUV420SP_10BIT: in prepare_info_set_legacy()
343 case MPP_FMT_YUV420SP_10BIT : { in prepare_info_set_legacy()
452 case MPP_FMT_YUV420SP_10BIT : in generate_info_set()
/rockchip-linux_mpp/mpp/vproc/vdpp/
H A Dhwpq_vdpp_proc.c533 img_fmt_out = MPP_FMT_YUV420SP_10BIT; in img_format_convert()
536 img_fmt_out = MPP_FMT_YUV420SP_10BIT; in img_format_convert()
539 img_fmt_out = MPP_FMT_YUV420SP_10BIT; in img_format_convert()
H A Dvdpp2.c1740 if ((params->src_fmt == MPP_FMT_YUV420SP_10BIT) || in check_cap()
/rockchip-linux_mpp/mpp/hal/rkdec/
H A Dvdpu383_com.c266 case MPP_FMT_YUV420SP_10BIT : in vdpu383_setup_down_scale()
H A Dvdpu384a_com.c278 case MPP_FMT_YUV420SP_10BIT : in vdpu384a_setup_down_scale()
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_parser.c122 pix_fmt = MPP_FMT_YUV420SP_10BIT; in get_pixel_format()
792 (ctx->pix_fmt & MPP_FRAME_FMT_MASK) == MPP_FMT_YUV420SP_10BIT) in get_current_frame()
793 ctx->pix_fmt = MPP_FMT_YUV420SP_10BIT; in get_current_frame()
/rockchip-linux_mpp/mpp/legacy/
H A Dvpu_api_legacy.cpp373 ? MPP_FMT_YUV422SP_10BIT : MPP_FMT_YUV420SP_10BIT; in init_frame_info()
384 ? MPP_FMT_YUV422SP_10BIT : MPP_FMT_YUV420SP_10BIT; in init_frame_info()
583 case MPP_FMT_YUV420SP_10BIT: { in setup_VPU_FRAME_from_mpp_frame()
/rockchip-linux_mpp/mpp/hal/rkdec/avs2d/
H A Dhal_avs2d_vdpu383.c811 if (fmt == MPP_FMT_YUV420SP_10BIT) { in fetch_data()
859 if (fmt != MPP_FMT_YUV420SP_10BIT) { in hal_avs2d_vdpu383_dump_yuv()
H A Dhal_avs2d_rkv.c947 if (fmt == MPP_FMT_YUV420SP_10BIT) { in fetch_data()
1003 if (fmt != MPP_FMT_YUV420SP_10BIT) { in hal_avs2d_rkv_dump_yuv()
H A Dhal_avs2d_vdpu382.c1013 if (fmt == MPP_FMT_YUV420SP_10BIT) { in fetch_data()
1069 if (fmt != MPP_FMT_YUV420SP_10BIT) { in hal_avs2d_vdpu382_dump_yuv()
/rockchip-linux_mpp/mpp/codec/dec/avs2/
H A Davs2d_dpb.c497 mpp_frame_set_fmt(mframe, MPP_FMT_YUV420SP_10BIT); in dpb_alloc_frame()
/rockchip-linux_mpp/utils/
H A Dutils.c150 case MPP_FMT_YUV420SP_10BIT : { in dump_mpp_frame_to_file()
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_ps.c1518 case 10: sps->pix_fmt = MPP_FMT_YUV420SP_10BIT; break; in mpp_hevc_decode_nal_sps()
/rockchip-linux_mpp/mpp/codec/dec/vp9/
H A Dvp9d_parser.c586 { -1, MPP_FMT_YUV420SP_10BIT} in read_colorspace_details()
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_init.c428 fmt = MPP_FMT_YUV420SP_10BIT; in dpb_mark_malloc()