Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_ps.c341 sps->vui.m_aspectRatioIdc = 0; in h265e_set_sps()
384 sps->vui.m_aspectRatioIdc = vui->vui_aspect_ratio; in h265e_set_sps()
H A Dh265e_slice.h194 RK_S32 m_aspectRatioIdc; member
H A Dh265e_header_gen.c377 h265e_stream_write_with_log(s, vui->m_aspectRatioIdc, 8, "aspect_ratio_idc"); in codeVUI()
378 if (vui->m_aspectRatioIdc == 255) { in codeVUI()