Home
last modified time | relevance | path

Searched refs:AV_PKT_DATA_SKIP_SAMPLES (Results 1 – 16 of 16) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dpacket.h156 AV_PKT_DATA_SKIP_SAMPLES, enumerator
Dlibmp3lame.c286 AV_PKT_DATA_SKIP_SAMPLES, in mp3lame_encode_frame()
Dlibopusenc.c518 AV_PKT_DATA_SKIP_SAMPLES, in libopus_encode()
Davpacket.c399 case AV_PKT_DATA_SKIP_SAMPLES: return "Skip Samples"; in av_packet_side_data_name()
Dopusenc.c592 uint8_t *side = av_packet_new_side_data(avpkt, AV_PKT_DATA_SKIP_SAMPLES, 10); in opus_encode_frame()
Dvorbisenc.c1193 uint8_t *side = av_packet_new_side_data(avpkt, AV_PKT_DATA_SKIP_SAMPLES, 10); in vorbis_encode_frame()
Ddecode.c370 side= av_packet_get_side_data(avci->last_pkt_props, AV_PKT_DATA_SKIP_SAMPLES, &side_size); in decode_simple_internal()
/third_party/ffmpeg/libavformat/
Dmp3enc.c366 AV_PKT_DATA_SKIP_SAMPLES, in mp3_write_audio_packet()
Doggdec.c872 AV_PKT_DATA_SKIP_SAMPLES, in ogg_read_packet()
Dnutenc.c923 case AV_PKT_DATA_SKIP_SAMPLES: in write_sm_data()
Dnutdec.c987 uint8_t *dst = av_packet_new_side_data(pkt, AV_PKT_DATA_SKIP_SAMPLES, 10); in read_sm_data()
Dmpegtsenc.c1830 AV_PKT_DATA_SKIP_SAMPLES, in mpegts_write_packet_internal()
Dmatroskaenc.c2082 AV_PKT_DATA_SKIP_SAMPLES, in mkv_write_block()
Dmatroskadec.c3568 AV_PKT_DATA_SKIP_SAMPLES, in matroska_parse_frame()
Dutils.c1683 uint8_t *p = av_packet_new_side_data(pkt, AV_PKT_DATA_SKIP_SAMPLES, 10); in read_frame_internal()
/third_party/ffmpeg/fftools/
Dffprobe.c1994 } else if (sd->type == AV_PKT_DATA_SKIP_SAMPLES && sd->size == 10) { in print_pkt_side_data()