/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 | libxavs.c | 123 xavs_nal_t *nal; in XAVS_frame() local 401 xavs_nal_t *nal; in XAVS_init() local
|
D | hevc_parse.c | 39 H2645NAL *nal = &pkt.nals[i]; in hevc_decode_nal_units() local
|
D | h264_redundant_pps_bsf.c | 89 CodedBitstreamUnit *nal = &au->units[i]; in h264_redundant_pps_update_fragment() local
|
D | extract_extradata_bsf.c | 166 H2645NAL *nal = &s->h2645_pkt.nals[i]; in extract_extradata_h2645() local 209 H2645NAL *nal = &s->h2645_pkt.nals[i]; in extract_extradata_h2645() local
|
D | h264_slice.c | 1455 const H2645NAL *nal, int first_slice) in h264_field_start() 1742 const H2645NAL *nal) in h264_slice_header_parse() 1956 const H2645NAL *nal) in h264_slice_init() 2091 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 | 492 H2645NAL *nal = &h->pkt.nals[i]; in get_last_needed_nal() local 594 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 | h264_parser.c | 250 H2645NAL nal = { NULL }; in parse_nal_units() local
|
D | libx264.c | 298 x264_nal_t *nal; in X264_frame() local 953 x264_nal_t *nal; in X264_init() local
|
D | h265_metadata_bsf.c | 347 const H265RawNALUnitHeader *nal = au->units[i].content; in h265_metadata_update_fragment() local
|
D | h264_refs.c | 835 const H2645NAL *nal, void *logctx) in ff_h264_decode_ref_pic_marking()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | avtpcvfdepay.c | 562 GstBuffer *in, *out, *nal; in GST_START_TEST() local 694 GstBuffer *in, *out, *nal; in GST_START_TEST() local 789 GstBuffer *in, *out, *nal; in GST_START_TEST() local 862 GstBuffer *in, *out, *nal; in GST_START_TEST() local 950 GstBuffer *in, *out, *nal; in GST_START_TEST() local 1086 GstBuffer *in, *out, *nal; in GST_START_TEST() local 1173 GstBuffer *in, *out, *nal; in GST_START_TEST() local 1252 GstBuffer *in, *out, *nal; in GST_START_TEST() local 1341 GstBuffer *in, *out, *nal; in GST_START_TEST() local
|
/third_party/mesa3d/src/util/ |
D | vl_rbsp.h | 44 struct vl_vlc nal; member 51 static inline void vl_rbsp_init(struct vl_rbsp *rbsp, struct vl_vlc *nal, unsigned num_bits) in vl_rbsp_init()
|
/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_bad/ext/avtp/ |
D | gstavtpcvfpay.c | 284 GstBuffer *nal; in gst_avtp_cvf_pay_extract_nals() local 327 gst_avtp_cvf_pay_is_nal_vcl (GstAvtpCvfPay * avtpcvfpay, GstBuffer * nal) in gst_avtp_cvf_pay_is_nal_vcl() 338 gst_avtpcvpay_fragment_nal (GstAvtpCvfPay * avtpcvfpay, GstBuffer * nal, in gst_avtpcvpay_fragment_nal() 527 GstBuffer *header, *nal; in gst_avtp_cvf_pay_prepare_avtp_packets() local
|
D | gstavtpcvfdepay.c | 512 GstBuffer *nal; in gst_avtp_cvf_depay_process_last_fragment() local 652 GstBuffer *nal; in gst_avtp_cvf_depay_handle_single_nal() local
|
/third_party/ffmpeg/tests/api/ |
D | api-h264-slice-test.c | 117 char * nal = NULL; in main() local
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtph264depay.c | 641 GPtrArray * pps_array, GstBuffer * nal) in gst_rtp_h264_add_sps_pps() 748 gst_rtp_h264_depay_add_sps_pps (GstRtpH264Depay * rtph264depay, GstBuffer * nal) in gst_rtp_h264_depay_add_sps_pps() 837 GstBuffer *nal; in gst_rtp_h264_depay_setcaps() local 988 gst_rtp_h264_depay_handle_nal (GstRtpH264Depay * rtph264depay, GstBuffer * nal, in gst_rtp_h264_depay_handle_nal()
|
D | gstrtph265depay.c | 669 GPtrArray * sps_array, GPtrArray * pps_array, GstBuffer * nal) in gst_rtp_h265_add_vps_sps_pps() 802 GstBuffer * nal) in gst_rtp_h265_depay_add_vps_sps_pps() 901 GstBuffer *nal; in gst_rtp_h265_depay_setcaps() local 1087 gst_rtp_h265_depay_handle_nal (GstRtpH265Depay * rtph265depay, GstBuffer * nal, in gst_rtp_h265_depay_handle_nal()
|
/third_party/gstreamer/gstplugins_bad/ext/x265/ |
D | gstx265enc.c | 1067 x265_nal_free (x265_nal * nal) in x265_nal_free() 1076 x265_nal *nal, *vps_nal; in gst_x265_enc_set_level_tier_and_profile() local 1151 x265_nal *nal; in gst_x265_enc_get_header_buffer() local 1518 x265_nal *nal; in gst_x265_enc_encode_frame() local
|
/third_party/gstreamer/gstplugins_bad/ext/svthevcenc/ |
D | gstsvthevcenc.c | 1019 svthevc_nal_free (EB_BUFFERHEADERTYPE * nal) in svthevc_nal_free() 1029 EB_BUFFERHEADERTYPE *headerPtr = NULL, *nal = NULL; in gst_svthevc_enc_set_level_tier_and_profile() local
|
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/ |
D | gsth265parse.c | 1405 GstBuffer *buf, *nal; in gst_h265_parse_make_codec_data() local 2577 gst_h265_parse_push_codec_buffer (GstH265Parse * h265parse, GstBuffer * nal, in gst_h265_parse_push_codec_buffer()
|