Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dh265_profile_level.c42 static const H265ProfileDescriptor h265_profiles[] = { variable
130 for (i = 0; i < FF_ARRAY_ELEMS(h265_profiles); i++) { in ff_h265_get_profile()
131 const H265ProfileDescriptor *profile = &h265_profiles[i]; in ff_h265_get_profile()
179 profile = &h265_profiles[4]; in ff_h265_guess_level()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth265parser.c260 static const struct h265_profile_string h265_profiles[] = { variable
3758 for (i = 0; i < G_N_ELEMENTS (h265_profiles); i++) { in gst_h265_profile_to_string()
3759 if (profile == h265_profiles[i].profile) in gst_h265_profile_to_string()
3760 return h265_profiles[i].name; in gst_h265_profile_to_string()
3784 for (i = 0; i < G_N_ELEMENTS (h265_profiles); i++) { in gst_h265_profile_from_string()
3785 if (g_strcmp0 (string, h265_profiles[i].name) == 0) { in gst_h265_profile_from_string()
3786 return h265_profiles[i].profile; in gst_h265_profile_from_string()