Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.h138 typedef struct PTLCommon { struct
155 } PTLCommon; argument
158 PTLCommon general_ptl;
159 PTLCommon sub_layer_ptl[MAX_SUB_LAYERS];
H A Dh265d_ps.c274 static RK_S32 decode_profile_tier_level(HEVCContext *s, PTLCommon *ptl) in decode_profile_tier_level()