Home
last modified time | relevance | path

Searched defs:nal_type (Results 1 – 24 of 24) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh2645_parse.c216 static const char *hevc_nal_unit_name(int nal_type) in hevc_nal_unit_name()
257 static const char *h264_nal_unit_name(int nal_type) in h264_nal_unit_name()
Dvideotoolboxenc.c1550 static int is_post_sei_nal_type(int nal_type){ in is_post_sei_nal_type()
1566 int nal_type; in find_sei_end() local
1764 uint8_t nal_type; in copy_replace_length_codes() local
/third_party/gstreamer/gstplugins_bad/ext/avtp/
Dgstavtpcvfdepay.c404 guint8 nal_header, nal_type; in gst_avtp_cvf_depay_get_nal_type() local
510 guint8 nri, guint8 nal_type) in gst_avtp_cvf_depay_process_last_fragment()
570 guint8 fu_header, fu_indicator, nal_type, start, end, nri; in gst_avtp_cvf_depay_handle_fu_a() local
Dgstavtpcvfpay.c329 guint8 nal_header, nal_type; in gst_avtp_cvf_pay_is_nal_vcl() local
342 guint8 nal_header, nal_type, nal_nri, fu_indicator, fu_header; in gst_avtpcvpay_fragment_nal() local
/third_party/ffmpeg/libavformat/
Drtpenc_h264_hevc.c125 uint8_t nal_type = (buf[0] >> 1) & 0x3F; in nal_send() local
Dhevc.c647 static void nal_unit_parse_header(GetBitContext *gb, uint8_t *nal_type) in nal_unit_parse_header()
661 uint8_t nal_type, int ps_array_completeness, in hvcc_array_add_nal_unit()
719 uint8_t nal_type; in hvcc_add_nal_unit() local
Drtpdec_hevc.c185 int tid, lid, nal_type; in hevc_handle_packet() local
Davc.c145 uint8_t nal_type; in ff_isom_write_avcc() local
Drtpdec_h264.c289 uint8_t fu_indicator, fu_header, start_bit, nal_type, nal; in h264_handle_packet_fu_a() local
Dsdp.c188 uint8_t nal_type; in extradata2psets() local
Dmpegts.c482 …uint8_t nal_type = (data[i + DRM_LEGACY_LEN] >> DRM_SHIFT_LEFT_NUM) & DRM_H265_VIDEO_NAL_TYPE_UMAS… in mpegts_drm_find_hevc_cei_nal_unit() local
514 uint8_t nal_type = data[i + DRM_LEGACY_LEN] & DRM_H264_VIDEO_NAL_TYPE_UMASK_NUM; in mpegts_drm_find_h264_cei_nal_unit() local
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtph265pay.c1017 guint8 nal_type; in gst_rtp_h265_pay_payload_nal() local
1166 guint mtu, guint8 nal_type, const guint8 * nal_header, int size) in gst_rtp_h265_pay_payload_nal_fragment()
1336 gboolean marker, guint8 nal_type, const guint8 * nal_header, int size) in gst_rtp_h265_pay_payload_nal_bundle()
Dgstrtph264pay.c926 guint8 nal_header, nal_type; in gst_rtp_h264_pay_payload_nal() local
1262 guint8 nal_type; in gst_rtp_h264_pay_payload_nal_bundle() local
Dgstrtph265depay.c1091 gint nal_type; in gst_rtp_h265_depay_handle_nal() local
Dgstrtph264depay.c992 gint nal_type; in gst_rtp_h264_depay_handle_nal() local
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Davtpcvfdepay.c71 nal_type (GstBuffer * buffer) in nal_type() function
73 guint8 nal_type; in nal_type() local
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth265parse.c539 _nal_name (GstH265NalUnitType nal_type) in _nal_name()
719 guint nal_type; in gst_h265_parse_process_nal() local
999 GstH265NalUnitType nal_type = nalu->type; in gst_h265_parse_collect_nal() local
Dgsth264parse.c579 _nal_name (GstH264NalUnitType nal_type) in _nal_name()
944 guint nal_type; in gst_h264_parse_process_nal() local
1176 GstH264NalUnitType nal_type = nalu->type; in gst_h264_parse_collect_nal() local
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth265parser.h53 #define GST_H265_IS_NAL_TYPE_IDR(nal_type) \ argument
64 #define GST_H265_IS_NAL_TYPE_IRAP(nal_type) \ argument
75 #define GST_H265_IS_NAL_TYPE_BLA(nal_type) \ argument
86 #define GST_H265_IS_NAL_TYPE_CRA(nal_type) \ argument
97 #define GST_H265_IS_NAL_TYPE_RADL(nal_type) \ argument
108 #define GST_H265_IS_NAL_TYPE_RASL(nal_type) \ argument
Dgsth265parser.c2746 guint8 nal_type, NalReader * nr, GstH265SEIMessage * sei) in gst_h265_parser_parse_sei_message()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvdec.c1354 GstH264NalUnitType nal_type, GstH264NalUnit * nalu) in gst_nvdec_store_h264_nal()
1487 GstH265NalUnitType nal_type, GstH265NalUnit * nalu) in gst_nvdec_store_h265_nal()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtph265.c1089 guint nal_type = ((0x7e & payload[nal_hdr_idx]) >> 1); in GST_START_TEST() local
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dtsdemux.c493 …guint8 nal_type = (data[i + DRM_LEGACY_LEN] >> DRM_SHIFT_LEFT_NUM) & DRM_H265_VIDEO_NAL_TYPE_UMASK… in gst_ts_demux_drm_find_hevc_cei_nal_unit() local
526 guint8 nal_type = data[i + DRM_LEGACY_LEN] & DRM_H264_VIDEO_NAL_TYPE_UMASK_NUM; in gst_ts_demux_drm_find_h264_cei_nal_unit() local
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth265decoder.c1054 nal_is_ref (guint8 nal_type) in nal_is_ref()