Home
last modified time | relevance | path

Searched refs:yuv_format (Results 1 – 6 of 6) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_sps.c401 p_Vid->yuv_format = sps->chroma_format_idc; in update_video_pars()
409 if (p_Vid->yuv_format == H264_CHROMA_420) { in update_video_pars()
412 } else if (p_Vid->yuv_format == H264_CHROMA_422) { in update_video_pars()
H A Dh264d_init.c423 if ((H264_CHROMA_400 == p_Vid->yuv_format) && (8 == p_Vid->bit_depth_luma)) { in dpb_mark_malloc()
425 } else if ((H264_CHROMA_420 == p_Vid->yuv_format) && (8 == p_Vid->bit_depth_luma)) { in dpb_mark_malloc()
427 } else if ((H264_CHROMA_420 == p_Vid->yuv_format) && (10 == p_Vid->bit_depth_luma)) { in dpb_mark_malloc()
429 } else if ((H264_CHROMA_422 == p_Vid->yuv_format) && (8 == p_Vid->bit_depth_luma)) { in dpb_mark_malloc()
432 } else if ((H264_CHROMA_422 == p_Vid->yuv_format) && (10 == p_Vid->bit_depth_luma)) { in dpb_mark_malloc()
H A Dh264d_global.h1017 RK_S32 yuv_format; member
/rockchip-linux_mpp/mpp/hal/rkdec/av1d/
H A Dhal_av1d_vdpu383.c1459 RK_U32 yuv_format = 0; in prepare_uncompress_header() local
1462 yuv_format = 0; // 400 in prepare_uncompress_header()
1464 yuv_format = 1; // 420 in prepare_uncompress_header()
1466 yuv_format = 2; // 422 in prepare_uncompress_header()
1468 yuv_format = 3; // 444 in prepare_uncompress_header()
1470 mpp_put_bits(&bp, yuv_format, 2); in prepare_uncompress_header()
/rockchip-linux_mpp/inc/
H A Dvpu_api.h349 RK_U32 yuv_format; /* 0:420 1:422 2:444 */ member
/rockchip-linux_mpp/mpp/legacy/
H A Dvpu_api_legacy.cpp370 || ctx->extra_cfg.yuv_format) { in init_frame_info()
372 p->CodecType = (ctx->extra_cfg.yuv_format == 1) in init_frame_info()
375 p->CodecType = (ctx->extra_cfg.yuv_format == 1) in init_frame_info()