ff_af_queue_add   530 libavcodec/aacenc.c         if ((ret = ff_af_queue_add(&s->afq, frame)) < 0)
ff_af_queue_add    64 libavcodec/audio_frame_queue.h int ff_af_queue_add(AudioFrameQueue *afq, const AVFrame *f);
ff_af_queue_add   200 libavcodec/libfaac.c         if ((ret = ff_af_queue_add(&s->afq, frame)) < 0)
ff_af_queue_add   340 libavcodec/libfdk-aacenc.c         if ((ret = ff_af_queue_add(&s->afq, frame)) < 0)
ff_af_queue_add   239 libavcodec/libmp3lame.c         if ((ret = ff_af_queue_add(&s->afq, frame)) < 0)
ff_af_queue_add   252 libavcodec/libopencore-amr.c         if ((ret = ff_af_queue_add(&s->afq, frame)) < 0) {
ff_af_queue_add   320 libavcodec/libopusenc.c         ret = ff_af_queue_add(&opus->afq, frame);
ff_af_queue_add    92 libavcodec/libshine.c         if ((ret = ff_af_queue_add(&s->afq, frame)) < 0)
ff_af_queue_add   281 libavcodec/libspeexenc.c         if ((ret = ff_af_queue_add(&s->afq, frame)) < 0)
ff_af_queue_add   152 libavcodec/libvo-aacenc.c         if ((ret = ff_af_queue_add(&s->afq, frame)) < 0)
ff_af_queue_add   298 libavcodec/libvorbisenc.c         if ((ret = ff_af_queue_add(&s->afq, frame)) < 0)
ff_af_queue_add    54 libavcodec/libwavpackenc.c         ret = ff_af_queue_add(&s->afq, frame);
ff_af_queue_add   393 libavcodec/nellymoserenc.c         if ((ret = ff_af_queue_add(&s->afq, frame)) < 0)
ff_af_queue_add   528 libavcodec/ra144enc.c         if ((ret = ff_af_queue_add(&ractx->afq, frame)) < 0)