Lines Matching refs:frame
297 // that do not modify the frame data
324 * several frames in a packet) of the next frame in current packet (in AV_TIME_BASE units) */
329 int64_t next_pts; ///< synthetic pts for the next decode frame (in AV_TIME_BASE units)
330 int64_t pts; ///< current pts of the decoded frame (in AV_TIME_BASE units)
339 // this contains the pts that will be given to the next decoded frame
342 int64_t nb_samples; /* number of samples in the last decoded audio frame before looping */
364 AVFrame *frame;
385 int (*hwaccel_retrieve_data)(AVCodecContext *s, AVFrame *frame);
467 int64_t sync_opts; /* output frame counter, could be changed to some true timestamp */ // FIXME look at frame_number
468 /* pts of the first frame encoded for this stream, used for limiting
582 /* frame encode sum of squared error values */
682 int ifilter_parameters_from_frame(InputFilter *ifilter, const AVFrame *frame);