Home
last modified time | relevance | path

Searched refs:nuh_temporal_id_plus1 (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh265_metadata_bsf.c350 if (nal->nuh_temporal_id_plus1 < temporal_id + 1) in h265_metadata_update_fragment()
351 temporal_id = nal->nuh_temporal_id_plus1 - 1; in h265_metadata_update_fragment()
368 .nuh_temporal_id_plus1 = temporal_id + 1, in h265_metadata_update_fragment()
Dvaapi_encode_h265.c287 .nuh_temporal_id_plus1 = 1, in vaapi_encode_h265_init_sequence_params()
374 .nuh_temporal_id_plus1 = 1, in vaapi_encode_h265_init_sequence_params()
519 .nuh_temporal_id_plus1 = 1, in vaapi_encode_h265_init_sequence_params()
744 .nuh_temporal_id_plus1 = 1, in vaapi_encode_h265_init_picture_params()
901 .nuh_temporal_id_plus1 = 1, in vaapi_encode_h265_init_slice_params()
Dcbs_sei.c204 .nuh_temporal_id_plus1 = 1, in cbs_sei_get_unit()
Dcbs_h265.h32 uint8_t nuh_temporal_id_plus1; member
Dcbs_h265_syntax_template.c45 u(3, nuh_temporal_id_plus1, 1, 7); in FUNC()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_h265.c919 unsigned nuh_temporal_id_plus1; in vid_dec_h265_Decode() local
952 nuh_temporal_id_plus1 = vl_vlc_get_uimsbf(vlc, 3); in vid_dec_h265_Decode()
953 priv->codec_data.h265.temporal_id = nuh_temporal_id_plus1 - 1; in vid_dec_h265_Decode()
982 buf[4] = nuh_layer_id << 3 | nuh_temporal_id_plus1; in vid_dec_h265_Decode()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtph265depay.c1249 guint8 nuh_layer_id, nuh_temporal_id_plus1; in gst_rtp_h265_depay_process() local
1278 nuh_temporal_id_plus1 = payload[1] & 0x03; in gst_rtp_h265_depay_process()
1285 nuh_temporal_id_plus1); in gst_rtp_h265_depay_process()
1443 nuh_temporal_id_plus1; in gst_rtp_h265_depay_process()