Lines Matching defs:frame
634 /* TODO: audio: time filter; video: frame reordering (pts != dts) */
656 * Return the frame duration in seconds. Return 0 if not available.
983 /* do we have a video B-frame ? */
1032 /* this will estimate bitrate based on this frame's duration and size */
1066 * of the frame we are displaying, i.e. the last I- or P-frame. */
1484 // not B-frame
1495 // Fixing the last reference frame had none pts issue (For MXF etc).
1966 FAIL("unspecified frame size");
1988 FAIL("no frame in rv30/40 and no sar");
2009 AVFrame *frame = av_frame_alloc();
2015 if (!frame)
2075 ret = avcodec_receive_frame(avctx, frame);
2100 av_frame_free(&frame);
2294 // do not increase frame rate by more than 1 % in order to match a standard rate.
2304 av_log(ic, AV_LOG_DEBUG, "Setting avg frame rate based on r frame rate\n");
2578 // Look at the first 3 frames if there is evidence of frame delay
2755 * decompress the frame. We try to avoid that in most cases as
2760 * least one frame of codec data, this makes sure the codec initializes