Searched refs:ff_af_queue_add (Results 1 – 17 of 17) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | audio_frame_queue.h | 64 int ff_af_queue_add(AudioFrameQueue *afq, const AVFrame *f);
|
D | audio_frame_queue.c | 44 int ff_af_queue_add(AudioFrameQueue *afq, const AVFrame *f) in ff_af_queue_add() function
|
D | libshine.c | 92 if ((ret = ff_af_queue_add(&s->afq, frame)) < 0) in libshine_encode_frame()
|
D | libmp3lame.c | 244 if ((ret = ff_af_queue_add(&s->afq, frame)) < 0) in mp3lame_encode_frame()
|
D | aptxenc.c | 213 if ((ret = ff_af_queue_add(&s->afq, frame)) < 0) in aptx_encode_frame()
|
D | libopencore-amr.c | 259 if ((ret = ff_af_queue_add(&s->afq, frame)) < 0) { in amr_nb_encode_frame()
|
D | libspeexenc.c | 281 if ((ret = ff_af_queue_add(&s->afq, frame)) < 0) in encode_frame()
|
D | libvorbisenc.c | 309 if ((ret = ff_af_queue_add(&s->afq, frame)) < 0) in libvorbis_encode_frame()
|
D | nellymoserenc.c | 401 if ((ret = ff_af_queue_add(&s->afq, frame)) < 0) in encode_frame()
|
D | libfdk-aacenc.c | 383 if ((ret = ff_af_queue_add(&s->afq, frame)) < 0) in aac_encode_frame()
|
D | libopusenc.c | 464 ret = ff_af_queue_add(&opus->afq, frame); in libopus_encode()
|
D | ra144enc.c | 525 if ((ret = ff_af_queue_add(&ractx->afq, frame)) < 0) in ra144_encode_frame()
|
D | audiotoolboxenc.c | 527 if ((ret = ff_af_queue_add(&at->afq, frame)) < 0) in ffat_encode()
|
D | opusenc.c | 542 if ((ret = ff_af_queue_add(&s->afq, frame)) < 0) in opus_encode_frame()
|
D | aacenc.c | 570 if ((ret = ff_af_queue_add(&s->afq, frame)) < 0) in aac_encode_frame()
|
D | vorbisenc.c | 1097 if ((ret = ff_af_queue_add(&venc->afq, frame)) < 0) in vorbis_encode_frame()
|
D | mlpenc.c | 2217 if ((ret = ff_af_queue_add(&ctx->afq, frame)) < 0) in mlp_encode_frame()
|