Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/pci/saa7164/
A Dsaa7164-encoder.c47 (port->encodernorm.id & V4L2_STD_625_50) != 0; in saa7164_encoder_configure()
53 saa7164_api_configure_dif(port, port->encodernorm.id); in saa7164_encoder_configure()
207 port->encodernorm = saa7164_tvnorms[i]; in saa7164_s_std()
366 .std = port->encodernorm.id, in saa7164_s_frequency()
1015 port->encodernorm = saa7164_tvnorms[0]; in saa7164_encoder_register()
1069 if (port->encodernorm.id & V4L2_STD_525_60) in saa7164_encoder_register()
A Dsaa7164.h258 struct saa7164_tvnorm encodernorm; member
275 struct saa7164_tvnorm encodernorm; member
371 struct saa7164_tvnorm encodernorm; member
A Dsaa7164-vbi.c21 (port->enc_port->encodernorm.id & V4L2_STD_625_50) != 0; in saa7164_vbi_configure()
A Dsaa7164-api.c553 if (port->encodernorm.id & V4L2_STD_NTSC) { in saa7164_api_set_audio_std()
/linux-6.3-rc2/drivers/media/usb/cx231xx/
A Dcx231xx-417.c1471 bool is_50hz = dev->encodernorm.id & V4L2_STD_625_50; in vidioc_g_pixelaspect()
1508 *norm = dev->encodernorm.id; in vidioc_g_std()
1522 dev->encodernorm = cx231xx_tvnorms[i]; in vidioc_s_std()
1524 if (dev->encodernorm.id & 0xb000) { in vidioc_s_std()
1744 dev->encodernorm = cx231xx_tvnorms[0]; in cx231xx_417_register()
1746 if (dev->encodernorm.id & V4L2_STD_525_60) in cx231xx_417_register()
A Dcx231xx.h703 struct cx231xx_tvnorm encodernorm; member
/linux-6.3-rc2/drivers/media/pci/cx23885/
A Dcx23885-417.c1012 if (dev->encodernorm.id & V4L2_STD_525_60) in cx23885_codec_settings()
1024 (dev->encodernorm.id & V4L2_STD_625_50) != 0; in cx23885_codec_settings()
1243 dev->encodernorm = cx23885_tvnorms[i]; in vidioc_s_std()
1504 dev->encodernorm = cx23885_tvnorms[0]; in cx23885_417_register()
1506 if (dev->encodernorm.id & V4L2_STD_525_60) in cx23885_417_register()
A Dcx23885.h439 struct cx23885_tvnorm encodernorm; member

Completed in 24 milliseconds