/third_party/ffmpeg/libavcodec/ |
D | h2645_parse.c | 35 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
|
D | hevc_parser.c | 36 #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
|
D | hevc_parse.c | 39 H2645NAL *nal = &pkt.nals[i]; in hevc_decode_nal_units() local
|
D | libxavs.c | 123 xavs_nal_t *nal; in XAVS_frame() local 401 xavs_nal_t *nal; in XAVS_init() local
|
D | h264_redundant_pps_bsf.c | 87 CodedBitstreamUnit *nal = &au->units[i]; in h264_redundant_pps_filter() local
|
D | extract_extradata_bsf.c | 167 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
|
D | h264_slice.c | 1444 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()
|
D | libx265.c | 385 x265_nal *nal; in libx265_encode_init() local 480 x265_nal *nal; in libx265_encode_frame() local
|
D | h264dec.c | 517 H2645NAL *nal = &h->pkt.nals[i]; in get_last_needed_nal() local 619 H2645NAL *nal = &h->pkt.nals[i]; in decode_nal_units() local
|
D | h264_parse.c | 377 H2645NAL *nal = &pkt.nals[i]; in decode_extradata_ps() local
|
D | libx264.c | 297 x264_nal_t *nal; in X264_frame() local 925 x264_nal_t *nal; in X264_init() local
|
D | h264_parser.c | 250 H2645NAL nal = { NULL }; in parse_nal_units() local
|
D | h264_refs.c | 835 const H2645NAL *nal, void *logctx) in ff_h264_decode_ref_pic_marking()
|
D | h265_metadata_bsf.c | 427 const H265RawNALUnitHeader *nal = au->units[i].content; in h265_metadata_filter() local
|
D | cbs_h2645.c | 576 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/ |
D | rtpdec_h264.c | 57 #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/ |
D | gstrtph264depay.c | 534 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()
|
D | gstrtph265depay.c | 693 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()
|
D | gstrtph265pay.c | 784 GstBuffer *nal; in gst_rtp_h265_pay_decode_nal() local
|
D | gstrtph264pay.c | 700 GstBuffer *nal; in gst_rtp_h264_pay_decode_nal() local
|
/third_party/ffmpeg/tests/api/ |
D | api-h264-slice-test.c | 117 char * nal = NULL; in main() local
|
/third_party/gstreamer/gstplugins_bad/ext/x265/ |
D | gstx265enc.c | 768 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/ |
D | node_handle.hpp | 196 node_allocator nal(*allocator_ptr()); in delete_node() local
|
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/ |
D | gsth265parse.c | 1169 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()
|
D | gsth264parse.c | 1428 GstBuffer *buf, *nal; in gst_h264_parse_make_codec_data() local 2317 GstBuffer * nal, GstClockTime ts) in gst_h264_parse_push_codec_buffer()
|