Lines Matching defs:frame
56 GetBitContext gb; ///< bitstream reader initialized to start at the current frame
59 int nb_samples; ///< number of samples in the current frame
67 int nb_subframes; ///< number of subframes in the current frame
71 int8_t dmode; ///< channel decorrelation type in the current frame
677 static int tak_decode_frame(AVCodecContext *avctx, AVFrame *frame,
747 frame->nb_samples = s->nb_samples;
748 if ((ret = ff_thread_get_buffer(avctx, frame, 0)) < 0)
768 s->decoded[chan] = (int32_t *)frame->extended_data[chan];
893 uint8_t *samples = (uint8_t *)frame->extended_data[chan];
901 int16_t *samples = (int16_t *)frame->extended_data[chan];
909 int32_t *samples = (int32_t *)frame->extended_data[chan];