Lines Matching defs:frame
61 * The encoder defaults to using 1 frame-per-packet. However, it is
108 int pkt_frame_count; ///< frame count for the current packet
109 AudioFrameQueue afq; ///< frame queue
136 av_log(avctx, AV_LOG_DEBUG, "frame size: %d samples\n",
271 const AVFrame *frame, int *got_packet_ptr)
274 int16_t *samples = frame ? (int16_t *)frame->data[0] : NULL;
278 /* encode Speex frame */
283 if ((ret = ff_af_queue_add(&s->afq, frame)) < 0)
304 /* Get the next frame pts/duration */