Lines Matching refs:cur_norm

66 	struct timblogiw_tvnorm const	*cur_norm;  member
170 format->fmt.pix.width = fh->cur_norm->width; in timblogiw_g_fmt()
171 format->fmt.pix.height = fh->cur_norm->height; in timblogiw_g_fmt()
173 format->fmt.pix.bytesperline = timblogiw_bytes_per_line(fh->cur_norm); in timblogiw_g_fmt()
174 format->fmt.pix.sizeimage = timblogiw_frame_size(fh->cur_norm); in timblogiw_g_fmt()
228 pix->width = fh->cur_norm->width; in timblogiw_s_fmt()
229 pix->height = fh->cur_norm->height; in timblogiw_s_fmt()
279 cp->timeperframe.denominator = fh->cur_norm->fps; in timblogiw_g_parm()
334 *std = fh->cur_norm->std; in timblogiw_g_std()
353 fh->cur_norm = timblogiw_get_norm(std); in timblogiw_s_std()
447 *std = fh->cur_norm->std; in timblogiw_querystd()
466 fsize->discrete.width = fh->cur_norm->width; in timblogiw_enum_framesizes()
467 fsize->discrete.height = fh->cur_norm->height; in timblogiw_enum_framesizes()
479 *size = timblogiw_frame_size(fh->cur_norm); in buffer_setup()
496 unsigned int data_size = timblogiw_frame_size(fh->cur_norm); in buffer_prepare()
504 vb->width = fh->cur_norm->width; in buffer_prepare()
505 vb->height = fh->cur_norm->height; in buffer_prepare()
512 timblogiw_bytes_per_line(fh->cur_norm); in buffer_prepare()
551 timblogiw_bytes_per_line(fh->cur_norm); in buffer_queue()
553 sg_elems = timblogiw_frame_size(fh->cur_norm) / bytes_per_desc; in buffer_queue()
555 (timblogiw_frame_size(fh->cur_norm) % bytes_per_desc) ? 1 : 0; in buffer_queue()
657 fh->cur_norm = timblogiw_tvnorms; in timblogiw_open()
659 fh->cur_norm = timblogiw_get_norm(std); in timblogiw_open()