Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dcodec-utils.c1214 guint8 profile_compatibility_flags[32] = { 0, }; in gst_codec_utils_h265_get_profile() local
1238 if (!gst_bit_reader_get_bits_uint8 (&br, &profile_compatibility_flags[i], in gst_codec_utils_h265_get_profile()
1245 if (profile_compatibility_flags[1]) in gst_codec_utils_h265_get_profile()
1247 else if (profile_compatibility_flags[2]) in gst_codec_utils_h265_get_profile()
1249 else if (profile_compatibility_flags[3]) in gst_codec_utils_h265_get_profile()
1326 profile_compatibility_flags[5] || profile_compatibility_flags[9] || in gst_codec_utils_h265_get_profile()
1327 profile_compatibility_flags[10] || profile_compatibility_flags[11]) { in gst_codec_utils_h265_get_profile()
1334 if (profile_idc == 4 || profile_compatibility_flags[4]) in gst_codec_utils_h265_get_profile()
1337 if (profile_idc == 5 || profile_compatibility_flags[5]) in gst_codec_utils_h265_get_profile()
1340 if (profile_idc == 6 || profile_compatibility_flags[6]) in gst_codec_utils_h265_get_profile()
[all …]
/third_party/ffmpeg/libavformat/
Dhevc.c67 uint32_t profile_compatibility_flags; member
117 hvcc->general_profile_compatibility_flags &= ptl->profile_compatibility_flags; in hvcc_update_ptl()
138 general_ptl.profile_compatibility_flags = get_bits_long(gb, 32); in hvcc_parse_ptl()