Searched refs:ff_af_queue_remove (Results 1 – 17 of 17) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | audio_frame_queue.h | 80 void ff_af_queue_remove(AudioFrameQueue *afq, int nb_samples, int64_t *pts,
|
D | audio_frame_queue.c | 75 void ff_af_queue_remove(AudioFrameQueue *afq, int nb_samples, int64_t *pts, in ff_af_queue_remove() function
|
D | libshine.c | 111 ff_af_queue_remove(&s->afq, avctx->frame_size, &avpkt->pts, in libshine_encode_frame()
|
D | libmp3lame.c | 274 ff_af_queue_remove(&s->afq, avctx->frame_size, &avpkt->pts, in mp3lame_encode_frame()
|
D | aptxenc.c | 230 ff_af_queue_remove(&s->afq, frame->nb_samples, &avpkt->pts, &avpkt->duration); in aptx_encode_frame()
|
D | libopencore-amr.c | 279 ff_af_queue_remove(&s->afq, avctx->frame_size, &avpkt->pts, in amr_nb_encode_frame()
|
D | libspeexenc.c | 303 ff_af_queue_remove(&s->afq, s->frames_per_packet * avctx->frame_size, in encode_frame()
|
D | libvorbisenc.c | 370 ff_af_queue_remove(&s->afq, duration, &avpkt->pts, &avpkt->duration); in libvorbis_encode_frame()
|
D | nellymoserenc.c | 413 ff_af_queue_remove(&s->afq, avctx->frame_size, &avpkt->pts, in encode_frame()
|
D | libfdk-aacenc.c | 420 ff_af_queue_remove(&s->afq, avctx->frame_size, &avpkt->pts, in aac_encode_frame()
|
D | libopusenc.c | 507 ff_af_queue_remove(&opus->afq, opus->opts.packet_size, in libopus_encode()
|
D | ra144enc.c | 533 ff_af_queue_remove(&ractx->afq, avctx->frame_size, &avpkt->pts, in ra144_encode_frame()
|
D | audiotoolboxenc.c | 555 ff_af_queue_remove(&at->afq, out_pkt_desc.mVariableFramesInPacket ? in ffat_encode()
|
D | opusenc.c | 590 ff_af_queue_remove(&s->afq, s->packet.frames*frame_size, &avpkt->pts, &avpkt->duration); in opus_encode_frame()
|
D | aacenc.c | 889 ff_af_queue_remove(&s->afq, avctx->frame_size, &avpkt->pts, in aac_encode_frame()
|
D | vorbisenc.c | 1190 ff_af_queue_remove(&venc->afq, frame_size, &avpkt->pts, &avpkt->duration); in vorbis_encode_frame()
|
D | mlpenc.c | 2340 ff_af_queue_remove(&ctx->afq, avctx->frame_size, &avpkt->pts, in mlp_encode_frame()
|