Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_ps.c340 sps->vui.m_aspectRatioInfoPresentFlag = 0; in h265e_set_sps()
383 sps->vui.m_aspectRatioInfoPresentFlag = !!vui->vui_aspect_ratio; in h265e_set_sps()
H A Dh265e_slice.h193 RK_U32 m_aspectRatioInfoPresentFlag; member
H A Dh265e_header_gen.c375 …h265e_stream_write1_with_log(s, vui->m_aspectRatioInfoPresentFlag, "aspect_ratio_info_present_fla… in codeVUI()
376 if (vui->m_aspectRatioInfoPresentFlag) { in codeVUI()