Searched refs:nuh_temporal_id_plus1 (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | h265_metadata_bsf.c | 350 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()
|
D | vaapi_encode_h265.c | 287 .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()
|
D | cbs_sei.c | 204 .nuh_temporal_id_plus1 = 1, in cbs_sei_get_unit()
|
D | cbs_h265.h | 32 uint8_t nuh_temporal_id_plus1; member
|
D | cbs_h265_syntax_template.c | 45 u(3, nuh_temporal_id_plus1, 1, 7); in FUNC()
|
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
D | vid_dec_h265.c | 919 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/ |
D | gstrtph265depay.c | 1249 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()
|