Home
last modified time | relevance | path

Searched defs:nal (Results 1 – 25 of 29) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
Dh2645_parse.c35 H2645RBSP *rbsp, H2645NAL *nal, int small_padding) in ff_h2645_extract_rbsp()
263 static int get_bit_length(H2645NAL *nal, int skip_trailing_zeros) in get_bit_length()
292 static int hevc_parse_nal_header(H2645NAL *nal, void *logctx) in hevc_parse_nal_header()
313 static int h264_parse_nal_header(H2645NAL *nal, void *logctx) in h264_parse_nal_header()
410 H2645NAL *nal; in ff_h2645_packet_split() local
Dhevc_parser.c36 #define IS_IRAP_NAL(nal) (nal->type >= 16 && nal->type <= 23) argument
37 #define IS_IDR_NAL(nal) (nal->type == HEVC_NAL_IDR_W_RADL || nal->type == HEVC_NAL_IDR_N_LP) argument
54 static int hevc_parse_slice_header(AVCodecParserContext *s, H2645NAL *nal, in hevc_parse_slice_header()
205 H2645NAL *nal = &ctx->pkt.nals[i]; in parse_nal_units() local
Dhevc_parse.c39 H2645NAL *nal = &pkt.nals[i]; in hevc_decode_nal_units() local
Dlibxavs.c123 xavs_nal_t *nal; in XAVS_frame() local
401 xavs_nal_t *nal; in XAVS_init() local
Dh264_redundant_pps_bsf.c87 CodedBitstreamUnit *nal = &au->units[i]; in h264_redundant_pps_filter() local
Dextract_extradata_bsf.c167 H2645NAL *nal = &s->h2645_pkt.nals[i]; in extract_extradata_h2645() local
211 H2645NAL *nal = &s->h2645_pkt.nals[i]; in extract_extradata_h2645() local
Dh264_slice.c1444 const H2645NAL *nal, int first_slice) in h264_field_start()
1730 const H2645NAL *nal) in h264_slice_header_parse()
1941 const H2645NAL *nal) in h264_slice_init()
2076 int ff_h264_queue_decode_slice(H264Context *h, const H2645NAL *nal) in ff_h264_queue_decode_slice()
Dlibx265.c385 x265_nal *nal; in libx265_encode_init() local
480 x265_nal *nal; in libx265_encode_frame() local
Dh264dec.c517 H2645NAL *nal = &h->pkt.nals[i]; in get_last_needed_nal() local
619 H2645NAL *nal = &h->pkt.nals[i]; in decode_nal_units() local
Dh264_parse.c377 H2645NAL *nal = &pkt.nals[i]; in decode_extradata_ps() local
Dlibx264.c297 x264_nal_t *nal; in X264_frame() local
925 x264_nal_t *nal; in X264_init() local
Dh264_parser.c250 H2645NAL nal = { NULL }; in parse_nal_units() local
Dh264_refs.c835 const H2645NAL *nal, void *logctx) in ff_h264_decode_ref_pic_marking()
Dh265_metadata_bsf.c427 const H265RawNALUnitHeader *nal = au->units[i].content; in h265_metadata_filter() local
Dcbs_h2645.c576 const H2645NAL *nal = &packet->nals[i]; in cbs_h2645_fragment_add_nals() local
1598 CodedBitstreamUnit *nal, in ff_cbs_h264_delete_sei_message()
/third_party/ffmpeg/libavformat/
Drtpdec_h264.c57 #define COUNT_NAL_TYPE(data, nal) data->packet_types_received[(nal) & 0x1f]++ argument
60 #define COUNT_NAL_TYPE(data, nal) do { } while (0) argument
289 uint8_t fu_indicator, fu_header, start_bit, nal_type, nal; in h264_handle_packet_fu_a() local
317 uint8_t nal; in h264_handle_packet() local
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtph264depay.c534 GPtrArray * pps_array, GstBuffer * nal) in gst_rtp_h264_add_sps_pps()
637 gst_rtp_h264_depay_add_sps_pps (GstRtpH264Depay * rtph264depay, GstBuffer * nal) in gst_rtp_h264_depay_add_sps_pps()
726 GstBuffer *nal; in gst_rtp_h264_depay_setcaps() local
877 gst_rtp_h264_depay_handle_nal (GstRtpH264Depay * rtph264depay, GstBuffer * nal, in gst_rtp_h264_depay_handle_nal()
Dgstrtph265depay.c693 GPtrArray * sps_array, GPtrArray * pps_array, GstBuffer * nal) in gst_rtp_h265_add_vps_sps_pps()
826 GstBuffer * nal) in gst_rtp_h265_depay_add_vps_sps_pps()
925 GstBuffer *nal; in gst_rtp_h265_depay_setcaps() local
1111 gst_rtp_h265_depay_handle_nal (GstRtpH265Depay * rtph265depay, GstBuffer * nal, in gst_rtp_h265_depay_handle_nal()
Dgstrtph265pay.c784 GstBuffer *nal; in gst_rtp_h265_pay_decode_nal() local
Dgstrtph264pay.c700 GstBuffer *nal; in gst_rtp_h264_pay_decode_nal() local
/third_party/ffmpeg/tests/api/
Dapi-h264-slice-test.c117 char * nal = NULL; in main() local
/third_party/gstreamer/gstplugins_bad/ext/x265/
Dgstx265enc.c768 x265_nal_free (x265_nal * nal) in x265_nal_free()
777 x265_nal *nal, *vps_nal; in gst_x265_enc_set_level_tier_and_profile() local
813 x265_nal *nal; in gst_x265_enc_get_header_buffer() local
1057 x265_nal *nal; in gst_x265_enc_encode_frame() local
/third_party/boost/boost/multi_index/detail/
Dnode_handle.hpp196 node_allocator nal(*allocator_ptr()); in delete_node() local
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth265parse.c1169 GstBuffer *buf, *nal; in gst_h265_parse_make_codec_data() local
1885 gst_h265_parse_push_codec_buffer (GstH265Parse * h265parse, GstBuffer * nal, in gst_h265_parse_push_codec_buffer()
Dgsth264parse.c1428 GstBuffer *buf, *nal; in gst_h264_parse_make_codec_data() local
2317 GstBuffer * nal, GstClockTime ts) in gst_h264_parse_push_codec_buffer()

12