Home
last modified time | relevance | path

Searched refs:H264_CHROMA_420 (Results 1 – 4 of 4) sorted by relevance

/rockchip-linux_mpp/mpp/common/
H A Dh264_syntax.h103 H264_CHROMA_420 = 1, //!< 4:2:0 enumerator
/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_sps.c162 sps->chroma_format_idc = (fmt == MPP_FMT_YUV400) ? H264_CHROMA_400 : H264_CHROMA_420; in h264e_sps_update()
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_sps.c409 if (p_Vid->yuv_format == H264_CHROMA_420) { in update_video_pars()
H A Dh264d_init.c425 } 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()