Home
last modified time | relevance | path

Searched refs:temporal_id_nesting_flag (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhevc_ps.h176 uint8_t temporal_id_nesting_flag; member
Dqsvenc_hevc.c110 vps.vps_temporal_id_nesting_flag = sps.temporal_id_nesting_flag; in generate_fake_vps()
Dvideotoolbox.c293 sps->temporal_id_nesting_flag << 2 | in ff_videotoolbox_hvcc_extradata_create()
Dhevc_ps.c934 sps->temporal_id_nesting_flag = get_bits(gb, 1); in ff_hevc_parse_sps()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth265parser.h703 guint8 temporal_id_nesting_flag; member
1108 guint8 temporal_id_nesting_flag; member
Dgsth265parser.c1674 READ_UINT8 (&nr, vps->temporal_id_nesting_flag, 1); in gst_h265_parse_vps()
1853 READ_UINT8 (&nr, sps->temporal_id_nesting_flag, 1); in gst_h265_parse_sps()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtph265depay.c420 guint32 max_sub_layers_minus1, temporal_id_nesting_flag, chroma_format_idc, in gst_rtp_h265_set_src_caps() local
459 temporal_id_nesting_flag = nalmap.data[2] & 0x01; in gst_rtp_h265_set_src_caps()
522 data[21] |= (temporal_id_nesting_flag << 2); in gst_rtp_h265_set_src_caps()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dh265parser.c693 assert_equals_int (vps.temporal_id_nesting_flag, 1); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth265parse.c1522 1) << 3) | (sps->temporal_id_nesting_flag << 2) | (nl - 1); in gst_h265_parse_make_codec_data()