Searched refs:h265_profiles (Results 1 – 2 of 2) sorted by relevance
42 static const H265ProfileDescriptor h265_profiles[] = { variable130 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()
260 static const struct h265_profile_string h265_profiles[] = { variable3758 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()