Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_ps.c228 memset(&sps->m_conformanceWindow, 0, sizeof(H265eCropInfo)); in h265e_set_sps()
236 sps->m_conformanceWindow.m_enabledFlag = 1; in h265e_set_sps()
237 sps->m_conformanceWindow.m_winRightOffset = pad[0]; in h265e_set_sps()
247 sps->m_conformanceWindow.m_enabledFlag = 1; in h265e_set_sps()
248 sps->m_conformanceWindow.m_winBottomOffset = pad[1]; in h265e_set_sps()
H A Dh265e_slice.h246 H265eCropInfo m_conformanceWindow; member
H A Dh265e_header_gen.c450 H265eCropInfo *conf = &sps->m_conformanceWindow; in h265e_sps_write()