Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_parser.h137 typedef struct PTLCommon { struct
147 } PTLCommon; argument
150 PTLCommon general_ptl;
151 PTLCommon sub_layer_ptl[MAX_SUB_LAYERS];
H A Dh265d_ps.c266 static RK_S32 decode_profile_tier_level(HEVCContext *s, PTLCommon *ptl) in decode_profile_tier_level()