Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhevc_ps.h92 typedef struct PTLCommon { struct
113 } PTLCommon; argument
116 PTLCommon general_ptl;
117 PTLCommon sub_layer_ptl[HEVC_MAX_SUB_LAYERS];
Dhevc_ps_enc.c25 static void write_ptl_layer(PutBitContext *pb, PTLCommon *ptl) in write_ptl_layer()
Dvdpau_hevc.c436 static int ptl_convert(const PTLCommon *general_ptl, H265RawProfileTierLevel *h265_raw_ptl) in ptl_convert()
475 const PTLCommon *general_ptl = &ptl->general_ptl; in vdpau_hevc_parse_rext_profile()
Dvaapi_hevc.c492 static int ptl_convert(const PTLCommon *general_ptl, H265RawProfileTierLevel *h265_raw_ptl) in ptl_convert()
531 const PTLCommon *general_ptl = &ptl->general_ptl; in ff_vaapi_parse_hevc_rext_profile()
Dvideotoolbox.c189 PTLCommon ptlc = vps->ptl.general_ptl; in ff_videotoolbox_hvcc_extradata_create()
Dhevc_ps.c266 PTLCommon *ptl) in decode_profile_tier_level()