Home
last modified time | relevance | path

Searched defs:nal_type (Results 1 - 9 of 9) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Drtpenc_h264_hevc.c125 uint8_t nal_type = (buf[0] >> 1) & 0x3F; in nal_send() local
H A Drtpdec_hevc.c183 int tid, lid, nal_type; in hevc_handle_packet() local
H A Davc.c179 uint8_t nal_type; in ff_isom_write_avcc() local
H A Drtpdec_h264.c289 uint8_t fu_indicator, fu_header, start_bit, nal_type, nal; in h264_handle_packet_fu_a() local
H A Dhevc.c646 static void nal_unit_parse_header(GetBitContext *gb, uint8_t *nal_type) in nal_unit_parse_header() argument
718 uint8_t nal_type; in hvcc_add_nal_unit() local
659 hvcc_array_add_nal_unit(uint8_t *nal_buf, uint32_t nal_size, uint8_t nal_type, int ps_array_completeness, HEVCDecoderConfigurationRecord *hvcc) hvcc_array_add_nal_unit() argument
[all...]
H A Dsdp.c194 uint8_t nal_type; in extradata2psets() local
H A Dmpegts.c503 uint8_t nal_type = (data[i + DRM_LEGACY_LEN] >> DRM_SHIFT_LEFT_NUM) & DRM_H265_VIDEO_NAL_TYPE_UMASK_NUM; in mpegts_drm_find_hevc_cei_nal_unit() local
535 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
[all...]
/third_party/ffmpeg/libavcodec/
H A Dh2645_parse.c215 static const char *hevc_nal_unit_name(int nal_type) in hevc_nal_unit_name() argument
256 static const char *h264_nal_unit_name(int nal_type) in h264_nal_unit_name() argument
H A Dvideotoolboxenc.c1608 static int is_post_sei_nal_type(int nal_type){ in is_post_sei_nal_type() argument
1624 int nal_type; in find_sei_end() local
1822 uint8_t nal_type; in copy_replace_length_codes() local
[all...]

Completed in 13 milliseconds