Lines Matching defs:frame
341 u8 frame = yi->draw_frame;
342 struct yuv_frame_info *f = &yi->new_frame_info[frame];
466 MPEG DMA, thus effectively dropping an MPEG frame). So instead we make
550 /* Too many retries, give up on this frame */
613 /* Too many retries, give up on this frame */
829 * one vsync per frame.
831 unsigned int frame = read_reg(IVTV_REG_DEC_LINE_FIELD) & 1;
838 if (((frame ^ f->sync_field) == 0 &&
840 (frame != (itv->last_vsync_field & 1) && !f->interlaced)) {
856 if (frame != (itv->last_vsync_field & 1)) {
868 if (frame == 0) {
882 v4l2_event_queue(&s->vdev, frame ? &evtop : &evbottom);
886 if (frame && (itv->output_mode == OUT_PASSTHROUGH ||