Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_header_gen.c461 h265e_stream_write_ue_with_log(s, sps->m_chromaFormatIdc, "chroma_format_idc"); in h265e_sps_write()
463 if (sps->m_chromaFormatIdc == 4) { in h265e_sps_write()
472 …h265e_stream_write_ue_with_log(s, conf->m_winLeftOffset / winUnitX[sps->m_chromaFormatIdc], "con… in h265e_sps_write()
473 …h265e_stream_write_ue_with_log(s, conf->m_winRightOffset / winUnitX[sps->m_chromaFormatIdc], "con… in h265e_sps_write()
474 …h265e_stream_write_ue_with_log(s, conf->m_winTopOffset / winUnitY[sps->m_chromaFormatIdc], "con… in h265e_sps_write()
475 …h265e_stream_write_ue_with_log(s, conf->m_winBottomOffset / winUnitY[sps->m_chromaFormatIdc], "con… in h265e_sps_write()
H A Dh265e_slice.h232 RK_S32 m_chromaFormatIdc; member
H A Dh265e_syntax.c57 pp->wFormatAndSequenceInfoFlags = (sps->m_chromaFormatIdc << 0) | in fill_picture_parameters()
H A Dh265e_ps.c255 sps->m_chromaFormatIdc = (fmt == MPP_FMT_YUV400) ? H265_CHROMA_400 : H265_CHROMA_420; in h265e_set_sps()