Lines Matching defs:frame
515 if (get_bits(&s->gb, 2) != 0x2) { // frame marker
516 av_log(avctx, AV_LOG_ERROR, "Invalid frame marker\n");
606 // have formally allocated a frame, and thus actually represents
607 // the _last_ frame
825 "Ref pixfmt (%s) did not match current frame (%s)",
833 /* this frame references has valid dimensions */
836 "Invalid ref frame dimensions %dx%d for frame size %dx%d\n",
849 av_log(avctx, AV_LOG_ERROR, "No valid reference frame is found, bitstream not supported\n");
1501 static int vp9_export_enc_params(VP9Context *s, VP9Frame *frame)
1511 par = av_video_enc_params_create_side_data(frame->tf.f,
1534 uint8_t seg_id = frame->segmentation_map[row * 8 * s->sb_cols + col];
1553 static int vp9_decode_frame(AVCodecContext *avctx, AVFrame *frame,
1571 if ((ret = av_frame_ref(frame, s->s.refs[ref].f)) < 0)
1573 frame->pts = pkt->pts;
1574 frame->pkt_dts = pkt->dts;
1614 // ref frame setup
1763 // ref frame setup
1773 if ((ret = av_frame_ref(frame, s->s.frames[CUR_FRAME].tf.f)) < 0)