Home
last modified time | relevance | path

Searched refs:cur_norm (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/media/platform/
Dtimblogiw.c66 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()
[all …]