Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/common/
H A Dh265_syntax.h110 #define MPP_PROFILE_HEVC_MAIN_10 2 macro
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_ps.c286 else if (ptl->profile_idc == MPP_PROFILE_HEVC_MAIN_10) in decode_profile_tier_level()
302 ptl->bit_depth_constraint = (ptl->profile_idc == MPP_PROFILE_HEVC_MAIN_10) ? 10 : 8; in decode_profile_tier_level()