Searched refs:nuh_layer_id (Results 1 – 14 of 14) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | h2645_parse.h | 62 int nuh_layer_id; member
|
D | hevc_parse.c | 40 if (nal->nuh_layer_id > 0) in hevc_decode_nal_units()
|
D | h2645_parse.c | 301 nal->nuh_layer_id = get_bits(gb, 6); in hevc_parse_nal_header() 308 nal->type, hevc_nal_unit_name(nal->type), nal->nuh_layer_id, nal->temporal_id); in hevc_parse_nal_header()
|
D | vaapi_encode_h265.c | 286 .nuh_layer_id = 0, in vaapi_encode_h265_init_sequence_params() 373 .nuh_layer_id = 0, in vaapi_encode_h265_init_sequence_params() 518 .nuh_layer_id = 0, in vaapi_encode_h265_init_sequence_params() 743 .nuh_layer_id = 0, in vaapi_encode_h265_init_picture_params() 900 .nuh_layer_id = 0, in vaapi_encode_h265_init_slice_params()
|
D | h265_metadata_bsf.c | 355 layer_id = nal->nuh_layer_id; in h265_metadata_update_fragment() 367 .nuh_layer_id = layer_id, in h265_metadata_update_fragment()
|
D | cbs_sei.c | 203 .nuh_layer_id = 0, in cbs_sei_get_unit()
|
D | hevc_parser.c | 208 if (nal->nuh_layer_id > 0) in parse_nal_units()
|
D | hevcdec.h | 572 int nuh_layer_id; member
|
D | cbs_h265.h | 31 uint8_t nuh_layer_id; member
|
D | cbs_h2645.c | 482 if (nal->nuh_layer_id > 0) in cbs_h2645_fragment_add_nals()
|
D | cbs_h265_syntax_template.c | 44 u(6, nuh_layer_id, 0, 62); in FUNC()
|
D | hevcdec.c | 3182 && ff_hevc_nal_is_nonref(nal->type)) || nal->nuh_layer_id > 0) in decode_nal_units()
|
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
D | vid_dec_h265.c | 918 unsigned nuh_layer_id; in vid_dec_h265_Decode() local 949 nuh_layer_id = vl_vlc_get_uimsbf(vlc, 6); in vid_dec_h265_Decode() 981 buf[3] = nal_unit_type << 1 | nuh_layer_id >> 5; 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 1277 …nuh_layer_id = ((payload[0] & 0x01) << 5) | (payload[1] >> 3); /* should be zero for now but … in gst_rtp_h265_depay_process() 1442 ((payload[0] & 0x3f) << 9) | (nuh_layer_id << 3) | in gst_rtp_h265_depay_process()
|