Lines Matching refs:video_format
92 enum saa6752hs_videoformat video_format;
435 set_reg8(client, 0x41, h->video_format);
555 if (h->video_format == SAA6752HS_VF_UNKNOWN)
556 h->video_format = SAA6752HS_VF_D1;
557 f->width = v4l2_format_table[h->video_format].fmt.pix.width;
558 f->height = v4l2_format_table[h->video_format].fmt.pix.height;
618 h->video_format = SAA6752HS_VF_D1;
620 h->video_format = SAA6752HS_VF_2_3_D1;
622 h->video_format = SAA6752HS_VF_1_2_D1;
624 h->video_format = SAA6752HS_VF_SIF;