Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_slice.h115 } ProfileTierLevel; typedef
118 ProfileTierLevel m_generalPTL;
119 ProfileTierLevel m_subLayerPTL[6]; // max. value of max_sub_layers_minus1 is 6
H A Dh265e_ps.c118 ProfileTierLevel *profileTierLevel = &vps->m_ptl.m_generalPTL; in h265e_set_vps()
H A Dh265e_header_gen.c232 void codeProfileTier(H265eStream *s, ProfileTierLevel* ptl) in codeProfileTier()