Searched refs:profile_compatibility_flag (Results 1 – 11 of 11) sorted by relevance
/third_party/gstreamer/gstplugins_bad/tests/check/libs/ |
D | h265parser.c | 346 ptl.profile_compatibility_flag[1] = 1; in GST_START_TEST() 349 ptl.profile_compatibility_flag[1] = 0; in GST_START_TEST() 351 ptl.profile_compatibility_flag[2] = 1; in GST_START_TEST() 354 ptl.profile_compatibility_flag[2] = 0; in GST_START_TEST() 356 ptl.profile_compatibility_flag[3] = 1; in GST_START_TEST() 359 ptl.profile_compatibility_flag[3] = 0; in GST_START_TEST() 658 ptl->profile_compatibility_flag[1] = 1; in GST_START_TEST() 659 ptl->profile_compatibility_flag[2] = 1; in GST_START_TEST() 795 assert_equals_int (sps.profile_tier_level.profile_compatibility_flag[9], 1); in GST_START_TEST()
|
/third_party/ffmpeg/libavcodec/ |
D | hevc_ps_enc.c | 33 put_bits(pb, 1, ptl->profile_compatibility_flag[i]); in write_ptl_layer()
|
D | hevc_ps.h | 96 uint8_t profile_compatibility_flag[32]; member
|
D | vdpau_hevc.c | 443 general_ptl->profile_compatibility_flag, 32 * sizeof(uint8_t)); in ptl_convert()
|
D | hevc_ps.c | 288 ptl->profile_compatibility_flag[i] = get_bits1(gb); in decode_profile_tier_level() 290 if (ptl->profile_idc == 0 && i > 0 && ptl->profile_compatibility_flag[i]) in decode_profile_tier_level() 299 ptl->profile_idc == idc || ptl->profile_compatibility_flag[idc] in decode_profile_tier_level()
|
D | vaapi_hevc.c | 499 general_ptl->profile_compatibility_flag, 32 * sizeof(uint8_t)); in ptl_convert()
|
D | videotoolbox.c | 228 memcpy(p + 2, ptlc.profile_compatibility_flag, 4); in ff_videotoolbox_hvcc_extradata_create()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gsth265parser.c | 325 READ_UINT8 (nr, ptl->profile_compatibility_flag[j], 1); in gst_h265_parse_profile_tier_level() 3706 if (ptl->profile_compatibility_flag[profiles_map[j].profile_idc]) { in gst_h265_profile_tier_level_get_profiles() 4452 || tmp_ptl.profile_compatibility_flag[5] in gst_h265_get_profile_from_sps() 4453 || tmp_ptl.profile_compatibility_flag[9] in gst_h265_get_profile_from_sps() 4454 || tmp_ptl.profile_compatibility_flag[10] in gst_h265_get_profile_from_sps() 4455 || tmp_ptl.profile_compatibility_flag[11]) { in gst_h265_get_profile_from_sps()
|
D | gsth265parser.h | 530 guint8 profile_compatibility_flag[32]; member
|
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/ |
D | gsth265parse.c | 1483 data[i] |= (pft->profile_compatibility_flag[k] << j); in gst_h265_parse_make_codec_data() 1679 if (sps->profile_tier_level.profile_compatibility_flag[1]) in get_compatible_profile_caps() 1682 if (sps->profile_tier_level.profile_compatibility_flag[2]) in get_compatible_profile_caps() 1685 if (sps->profile_tier_level.profile_compatibility_flag[3]) in get_compatible_profile_caps()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 26446 profile_compatibility_flag, rather than the profile_idc in the 26447 stream. The old profile_compatibility_flag check always return
|