Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_header_gen.c446 h265e_stream_write_ue_with_log(s, sps->m_chromaFormatIdc, "chroma_format_idc"); in h265e_sps_write()
448 if (sps->m_chromaFormatIdc == 4) { in h265e_sps_write()
457 …h265e_stream_write_ue_with_log(s, conf->m_winLeftOffset / winUnitX[sps->m_chromaFormatIdc], "con… in h265e_sps_write()
458 …h265e_stream_write_ue_with_log(s, conf->m_winRightOffset / winUnitX[sps->m_chromaFormatIdc], "con… in h265e_sps_write()
459 …h265e_stream_write_ue_with_log(s, conf->m_winTopOffset / winUnitY[sps->m_chromaFormatIdc], "con… in h265e_sps_write()
460 …h265e_stream_write_ue_with_log(s, conf->m_winBottomOffset / winUnitY[sps->m_chromaFormatIdc], "con… in h265e_sps_write()
H A Dh265e_slice.h213 RK_S32 m_chromaFormatIdc; member
H A Dh265e_syntax.c42 pp->wFormatAndSequenceInfoFlags = (sps->m_chromaFormatIdc << 0) | in fill_picture_parameters()
H A Dh265e_ps.c233 sps->m_chromaFormatIdc = 0x1; //RKVE_CSP2_I420; in h265e_set_sps()