Lines Matching defs:frame
353 const AVFrame *frame, int *got_packet_ptr)
368 /* handle end-of-stream small frame and flushing */
369 if (!frame) {
377 in_ptr = frame->data[0];
378 in_buffer_size = 2 * avctx->ch_layout.nb_channels * frame->nb_samples;
380 in_args.numInSamples = avctx->ch_layout.nb_channels * frame->nb_samples;
382 /* add current frame to the queue */
383 if ((ret = ff_af_queue_add(&s->afq, frame)) < 0)
410 if (!frame && err == AACENC_ENCODE_EOF)
412 av_log(avctx, AV_LOG_ERROR, "Unable to encode frame: %s\n",
420 /* Get the next frame pts & duration */