Home
last modified time | relevance | path

Searched refs:H264_CHROMA_422 (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/common/
H A Dh264_syntax.h104 H264_CHROMA_422 = 2, //!< 4:2:2 enumerator
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_sps.c221 if (cur_sps->chroma_format_idc > H264_CHROMA_422) { in parser_sps()
412 } else if (p_Vid->yuv_format == H264_CHROMA_422) { in update_video_pars()
H A Dh264d_init.c429 } 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()