Lines Matching refs:frame
127 /// Number of PCM samples decoded so far in this frame.
162 /// number of PCM samples contained in each frame
164 /// next power of two above the number of samples in each frame
999 av_log(m->avctx, AV_LOG_ERROR, "too many audio samples in frame\n");
1093 AVFrame *frame, int *got_frame_ptr)
1138 frame->nb_samples = s->blockpos;
1139 if ((ret = ff_get_buffer(avctx, frame, 0)) < 0)
1144 frame->data[0],
1152 if ((ret = ff_side_data_update_matrix_encoding(frame, s->matrix_encoding)) < 0)
1167 static int read_access_unit(AVCodecContext *avctx, AVFrame *frame,
1203 "Stream parameters not seen; skipping frame.\n");
1359 if ((ret = output_data(m, m->max_decoded_substream, frame, got_frame_ptr)) < 0)