Home
last modified time | relevance | path

Searched refs:H265ProfileDescriptor (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh265_profile_level.c42 static const H265ProfileDescriptor h265_profiles[] = {
123 const H265ProfileDescriptor *ff_h265_get_profile(const H265RawProfileTierLevel *ptl) in ff_h265_get_profile()
131 const H265ProfileDescriptor *profile = &h265_profiles[i]; in ff_h265_get_profile()
169 const H265ProfileDescriptor *profile; in ff_h265_guess_level()
Dh265_profile_level.h47 typedef struct H265ProfileDescriptor { struct
70 } H265ProfileDescriptor; argument
73 const H265ProfileDescriptor *ff_h265_get_profile(const H265RawProfileTierLevel *ptl);
Dvdpau_hevc.c476 const H265ProfileDescriptor *profile; in vdpau_hevc_parse_rext_profile()
Dvaapi_hevc.c532 const H265ProfileDescriptor *profile; in ff_vaapi_parse_hevc_rext_profile()
/third_party/ffmpeg/libavcodec/tests/
Dh265_levels.c244 const H265ProfileDescriptor *profile; in main()