Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_header_gen.c450 H265eCropInfo *conf = &sps->m_conformanceWindow; in h265e_sps_write() local
470 h265e_stream_write1_with_log(s, conf->m_enabledFlag, "conformance_window_flag"); in h265e_sps_write()
471 if (conf->m_enabledFlag) { 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()