/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/ |
H A D | vivid-vbi-cap.c | 21 bool is_60hz = dev->std_cap[dev->input] & V4L2_STD_525_60; in vivid_sliced_vbi_cap_fill() local 23 vivid_vbi_gen_sliced(vbi_gen, is_60hz, seqnr); in vivid_sliced_vbi_cap_fill() 25 if (!is_60hz) { in vivid_sliced_vbi_cap_fill() 50 } else if (dev->loop_video && is_60hz) { in vivid_sliced_vbi_cap_fill() 68 bool is_60hz = dev->std_cap[dev->input] & V4L2_STD_525_60; in vivid_g_fmt_vbi_cap() local 74 vbi->start[0] = is_60hz ? V4L2_VBI_ITU_525_F1_START + 9 : V4L2_VBI_ITU_625_F1_START + 5; in vivid_g_fmt_vbi_cap() 75 vbi->start[1] = is_60hz ? V4L2_VBI_ITU_525_F2_START + 9 : V4L2_VBI_ITU_625_F2_START + 5; in vivid_g_fmt_vbi_cap() 76 vbi->count[0] = vbi->count[1] = is_60hz ? 12 : 18; in vivid_g_fmt_vbi_cap() 127 bool is_60hz = dev->std_cap[dev->input] & V4L2_STD_525_60; in vbi_cap_queue_setup() local 130 1440 * 2 * (is_60hz in vbi_cap_queue_setup() 147 bool is_60hz = dev->std_cap[dev->input] & V4L2_STD_525_60; vbi_cap_buf_prepare() local 305 bool is_60hz = dev->std_cap[dev->input] & V4L2_STD_525_60; vidioc_try_fmt_sliced_vbi_cap() local 337 bool is_60hz; vidioc_g_sliced_vbi_cap() local [all...] |
H A D | vivid-vbi-out.c | 23 bool is_60hz = dev->std_out & V4L2_STD_525_60; in vbi_out_queue_setup() local 26 1440 * 2 * (is_60hz ? 12 : 18); in vbi_out_queue_setup() 43 bool is_60hz = dev->std_out & V4L2_STD_525_60; in vbi_out_buf_prepare() local 46 1440 * 2 * (is_60hz ? 12 : 18); in vbi_out_buf_prepare() 141 bool is_60hz = dev->std_out & V4L2_STD_525_60; in vidioc_g_fmt_vbi_out() local 150 vbi->start[0] = is_60hz ? V4L2_VBI_ITU_525_F1_START + 9 : V4L2_VBI_ITU_625_F1_START + 5; in vidioc_g_fmt_vbi_out() 151 vbi->start[1] = is_60hz ? V4L2_VBI_ITU_525_F2_START + 9 : V4L2_VBI_ITU_625_F2_START + 5; in vidioc_g_fmt_vbi_out() 152 vbi->count[0] = vbi->count[1] = is_60hz ? 12 : 18; in vidioc_g_fmt_vbi_out() 190 bool is_60hz = dev->std_out & V4L2_STD_525_60; in vidioc_try_fmt_sliced_vbi_out() local 196 service_set &= is_60hz in vidioc_try_fmt_sliced_vbi_out() [all...] |
H A D | vivid-vbi-gen.h | 17 bool is_60hz, unsigned seqnr);
|
H A D | vivid-vbi-gen.c | 247 bool is_60hz, unsigned seqnr) in vivid_vbi_gen_sliced() 255 if (!is_60hz) { in vivid_vbi_gen_sliced() 246 vivid_vbi_gen_sliced(struct vivid_vbi_gen_data *vbi, bool is_60hz, unsigned seqnr) vivid_vbi_gen_sliced() argument
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/ |
H A D | vivid-vbi-cap.c | 21 bool is_60hz = dev->std_cap[dev->input] & V4L2_STD_525_60; in vivid_sliced_vbi_cap_fill() local 23 vivid_vbi_gen_sliced(vbi_gen, is_60hz, seqnr); in vivid_sliced_vbi_cap_fill() 25 if (!is_60hz) { in vivid_sliced_vbi_cap_fill() 50 } else if (dev->loop_video && is_60hz) { in vivid_sliced_vbi_cap_fill() 68 bool is_60hz = dev->std_cap[dev->input] & V4L2_STD_525_60; in vivid_g_fmt_vbi_cap() local 74 vbi->start[0] = is_60hz ? V4L2_VBI_ITU_525_F1_START + 9 : V4L2_VBI_ITU_625_F1_START + 5; in vivid_g_fmt_vbi_cap() 75 vbi->start[1] = is_60hz ? V4L2_VBI_ITU_525_F2_START + 9 : V4L2_VBI_ITU_625_F2_START + 5; in vivid_g_fmt_vbi_cap() 76 vbi->count[0] = vbi->count[1] = is_60hz ? 12 : 18; in vivid_g_fmt_vbi_cap() 127 bool is_60hz = dev->std_cap[dev->input] & V4L2_STD_525_60; in vbi_cap_queue_setup() local 130 1440 * 2 * (is_60hz in vbi_cap_queue_setup() 147 bool is_60hz = dev->std_cap[dev->input] & V4L2_STD_525_60; vbi_cap_buf_prepare() local 303 bool is_60hz = dev->std_cap[dev->input] & V4L2_STD_525_60; vidioc_try_fmt_sliced_vbi_cap() local 333 bool is_60hz; vidioc_g_sliced_vbi_cap() local [all...] |
H A D | vivid-vbi-out.c | 23 bool is_60hz = dev->std_out & V4L2_STD_525_60; in vbi_out_queue_setup() local 26 1440 * 2 * (is_60hz ? 12 : 18); in vbi_out_queue_setup() 43 bool is_60hz = dev->std_out & V4L2_STD_525_60; in vbi_out_buf_prepare() local 46 1440 * 2 * (is_60hz ? 12 : 18); in vbi_out_buf_prepare() 141 bool is_60hz = dev->std_out & V4L2_STD_525_60; in vidioc_g_fmt_vbi_out() local 150 vbi->start[0] = is_60hz ? V4L2_VBI_ITU_525_F1_START + 9 : V4L2_VBI_ITU_625_F1_START + 5; in vidioc_g_fmt_vbi_out() 151 vbi->start[1] = is_60hz ? V4L2_VBI_ITU_525_F2_START + 9 : V4L2_VBI_ITU_625_F2_START + 5; in vidioc_g_fmt_vbi_out() 152 vbi->count[0] = vbi->count[1] = is_60hz ? 12 : 18; in vidioc_g_fmt_vbi_out() 190 bool is_60hz = dev->std_out & V4L2_STD_525_60; in vidioc_try_fmt_sliced_vbi_out() local 196 service_set &= is_60hz in vidioc_try_fmt_sliced_vbi_out() [all...] |
H A D | vivid-vbi-gen.h | 17 bool is_60hz, unsigned seqnr);
|
H A D | vivid-vbi-gen.c | 246 bool is_60hz, unsigned seqnr) in vivid_vbi_gen_sliced() 254 if (!is_60hz) { in vivid_vbi_gen_sliced() 245 vivid_vbi_gen_sliced(struct vivid_vbi_gen_data *vbi, bool is_60hz, unsigned seqnr) vivid_vbi_gen_sliced() argument
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | tw2804.c | 254 bool is_60hz = norm & V4L2_STD_525_60; in tw2804_s_std() local 256 0x01, is_60hz ? 0xc4 : 0x84, in tw2804_s_std() 257 0x09, is_60hz ? 0x07 : 0x04, in tw2804_s_std() 258 0x0a, is_60hz ? 0xf0 : 0x20, in tw2804_s_std() 259 0x0b, is_60hz ? 0x07 : 0x04, in tw2804_s_std() 260 0x0c, is_60hz ? 0xf0 : 0x20, in tw2804_s_std() 261 0x0d, is_60hz ? 0x40 : 0x4a, in tw2804_s_std() 262 0x16, is_60hz ? 0x00 : 0x40, in tw2804_s_std() 263 0x17, is_60hz ? 0x00 : 0x40, in tw2804_s_std() 264 0x20, is_60hz in tw2804_s_std() [all...] |
H A D | tw9903.c | 117 bool is_60hz = norm & V4L2_STD_525_60; in tw9903_s_std() local 133 write_regs(sd, is_60hz ? config_60hz : config_50hz); in tw9903_s_std() 163 bool is_60hz = dec->norm & V4L2_STD_525_60; in tw9903_log_status() local 165 v4l2_info(sd, "Standard: %d Hz\n", is_60hz ? 60 : 50); in tw9903_log_status()
|
H A D | tw9906.c | 88 bool is_60hz = norm & V4L2_STD_525_60; in tw9906_s_std() local 104 write_regs(sd, is_60hz ? config_60hz : config_50hz); in tw9906_s_std() 133 bool is_60hz = dec->norm & V4L2_STD_525_60; in tw9906_log_status() local 135 v4l2_info(sd, "Standard: %d Hz\n", is_60hz ? 60 : 50); in tw9906_log_status()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | tw2804.c | 254 bool is_60hz = norm & V4L2_STD_525_60; in tw2804_s_std() local 256 0x01, is_60hz ? 0xc4 : 0x84, in tw2804_s_std() 257 0x09, is_60hz ? 0x07 : 0x04, in tw2804_s_std() 258 0x0a, is_60hz ? 0xf0 : 0x20, in tw2804_s_std() 259 0x0b, is_60hz ? 0x07 : 0x04, in tw2804_s_std() 260 0x0c, is_60hz ? 0xf0 : 0x20, in tw2804_s_std() 261 0x0d, is_60hz ? 0x40 : 0x4a, in tw2804_s_std() 262 0x16, is_60hz ? 0x00 : 0x40, in tw2804_s_std() 263 0x17, is_60hz ? 0x00 : 0x40, in tw2804_s_std() 264 0x20, is_60hz in tw2804_s_std() [all...] |
H A D | tw9903.c | 117 bool is_60hz = norm & V4L2_STD_525_60; in tw9903_s_std() local 133 write_regs(sd, is_60hz ? config_60hz : config_50hz); in tw9903_s_std() 163 bool is_60hz = dec->norm & V4L2_STD_525_60; in tw9903_log_status() local 165 v4l2_info(sd, "Standard: %d Hz\n", is_60hz ? 60 : 50); in tw9903_log_status()
|
H A D | tw9906.c | 88 bool is_60hz = norm & V4L2_STD_525_60; in tw9906_s_std() local 104 write_regs(sd, is_60hz ? config_60hz : config_50hz); in tw9906_s_std() 133 bool is_60hz = dec->norm & V4L2_STD_525_60; in tw9906_log_status() local 135 v4l2_info(sd, "Standard: %d Hz\n", is_60hz ? 60 : 50); in tw9906_log_status()
|
/kernel/linux/linux-5.10/drivers/media/pci/cx18/ |
H A D | cx18-streams.c | 544 if (cx->is_60hz) { in cx18_vbi_setup() 585 lines = cx->is_60hz ? (21 - 4 + 1) * 2 : (23 - 2 + 1) * 2; in cx18_vbi_setup() 593 : (cx->is_60hz ? VBI_HBLANK_SAMPLES_60HZ in cx18_vbi_setup() 747 s->mdl_size = (s->cx->is_60hz ? 12 : 18) in cx18_stream_configure_mdls() 755 s->mdl_size = s->cx->is_60hz in cx18_stream_configure_mdls()
|
H A D | cx18-controls.c | 65 if (cx->is_60hz) in cx18_s_stream_vbi_fmt()
|
H A D | cx18-vbi.c | 134 u32 line_size = cx->is_60hz ? VBI_HBLANK_SAMPLES_60HZ in compress_sliced_buf()
|
/kernel/linux/linux-6.6/drivers/media/pci/cx18/ |
H A D | cx18-streams.c | 556 if (cx->is_60hz) { in cx18_vbi_setup() 597 lines = cx->is_60hz ? (21 - 4 + 1) * 2 : (23 - 2 + 1) * 2; in cx18_vbi_setup() 605 : (cx->is_60hz ? VBI_HBLANK_SAMPLES_60HZ in cx18_vbi_setup() 759 s->mdl_size = (s->cx->is_60hz ? 12 : 18) in cx18_stream_configure_mdls() 767 s->mdl_size = s->cx->is_60hz in cx18_stream_configure_mdls()
|
H A D | cx18-controls.c | 65 if (cx->is_60hz) in cx18_s_stream_vbi_fmt()
|
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/ |
H A D | ivtv-controls.c | 42 if (itv->is_60hz) in ivtv_s_stream_vbi_fmt()
|
H A D | ivtv-streams.c | 398 lines = itv->is_60hz ? 24 : 38; in ivtv_vbi_setup() 399 if (itv->is_60hz && (itv->hw_flags & IVTV_HW_CX25840)) in ivtv_vbi_setup() 468 if (itv->is_60hz) { in ivtv_vbi_setup() 563 ((itv->hw_flags & IVTV_HW_SAA7114) && itv->is_60hz) ? 10001 : 0); in ivtv_start_v4l2_encode_stream()
|
H A D | ivtv-ioctl.c | 325 if (itv->is_60hz) { in ivtv_g_fmt_sliced_vbi_out() 1102 itv->is_60hz = (std & V4L2_STD_525_60) ? 1 : 0; in ivtv_s_std_enc() 1103 itv->is_50hz = !itv->is_60hz; in ivtv_s_std_enc() 1112 itv->vbi.sliced_decoder_line_size = itv->is_60hz ? 272 : 284; in ivtv_s_std_enc() 1237 if (itv->is_60hz) { in ivtv_g_sliced_vbi_cap()
|
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/ |
H A D | ivtv-controls.c | 42 if (itv->is_60hz) in ivtv_s_stream_vbi_fmt()
|
H A D | ivtv-streams.c | 398 lines = itv->is_60hz ? 24 : 38; in ivtv_vbi_setup() 399 if (itv->is_60hz && (itv->hw_flags & IVTV_HW_CX25840)) in ivtv_vbi_setup() 468 if (itv->is_60hz) { in ivtv_vbi_setup() 563 ((itv->hw_flags & IVTV_HW_SAA7114) && itv->is_60hz) ? 10001 : 0); in ivtv_start_v4l2_encode_stream()
|
H A D | ivtv-ioctl.c | 320 if (itv->is_60hz) { in ivtv_g_fmt_sliced_vbi_out() 1096 itv->is_60hz = (std & V4L2_STD_525_60) ? 1 : 0; in ivtv_s_std_enc() 1097 itv->is_50hz = !itv->is_60hz; in ivtv_s_std_enc() 1106 itv->vbi.sliced_decoder_line_size = itv->is_60hz ? 272 : 284; in ivtv_s_std_enc() 1231 if (itv->is_60hz) { in ivtv_g_sliced_vbi_cap()
|