Searched defs:nal_type (Results 1 - 9 of 9) sorted by relevance
| /third_party/ffmpeg/libavformat/ |
| H A D | rtpenc_h264_hevc.c | 125 uint8_t nal_type = (buf[0] >> 1) & 0x3F; in nal_send() local
|
| H A D | rtpdec_hevc.c | 183 int tid, lid, nal_type; in hevc_handle_packet() local
|
| H A D | avc.c | 179 uint8_t nal_type; in ff_isom_write_avcc() local
|
| H A D | rtpdec_h264.c | 289 uint8_t fu_indicator, fu_header, start_bit, nal_type, nal; in h264_handle_packet_fu_a() local
|
| H A D | hevc.c | 646 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 D | sdp.c | 194 uint8_t nal_type; in extradata2psets() local
|
| H A D | mpegts.c | 503 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 D | h2645_parse.c | 215 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 D | videotoolboxenc.c | 1608 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 12 milliseconds