/linux-4.4.14/include/sound/ |
D | ad1843.h | 34 unsigned int framerate, 40 unsigned int framerate,
|
/linux-4.4.14/drivers/media/dvb-core/ |
D | dvb_filter.c | 201 vi->framerate = 23976; 207 vi->framerate = 24000; 213 vi->framerate = 25000; 219 vi->framerate = 29970; 225 vi->framerate = 30000; 231 vi->framerate = 50000; 237 vi->framerate = 60000;
|
D | dvb_filter.h | 160 u32 framerate; member
|
/linux-4.4.14/sound/mips/ |
D | ad1843.c | 390 unsigned int framerate, in ad1843_setup_dac() argument 428 ad1843_write_bits(ad1843, &ad1843_C2C, framerate); in ad1843_setup_dac() 433 ad1843_write_bits(ad1843, &ad1843_C1C, framerate); in ad1843_setup_dac() 449 unsigned int framerate, in ad1843_setup_adc() argument 464 ad1843_write_bits(ad1843, &ad1843_C3C, framerate); in ad1843_setup_adc()
|
/linux-4.4.14/include/uapi/linux/ |
D | meye.h | 43 unsigned char framerate; member
|
/linux-4.4.14/drivers/media/usb/gspca/ |
D | cpia1.c | 1146 int old_exposure, new_exposure, framerate; in monitor_exposure() local 1277 framerate = atomic_read(&sd->fps); in monitor_exposure() 1278 if (framerate > 30 || framerate < 1) in monitor_exposure() 1279 framerate = 1; in monitor_exposure() 1285 sd->exposure_count >= DARK_TIME * framerate && in monitor_exposure() 1310 sd->exposure_count >= LIGHT_TIME * framerate && in monitor_exposure() 1341 sd->exposure_count >= DARK_TIME * framerate && in monitor_exposure() 1357 sd->exposure_count >= LIGHT_TIME * framerate && in monitor_exposure()
|
D | topro.c | 131 u8 framerate; member 3922 if (sd->framerate >= rates[i]) in get_fr_idx() 3933 if (sd->framerate >= rates_6810[i]) in get_fr_idx() 4023 sd->framerate = 30; /* default: 30 fps */ in sd_config() 4806 sd->framerate = 30; in sd_set_streamparm() 4808 sd->framerate = tpf->denominator / tpf->numerator; in sd_set_streamparm()
|
/linux-4.4.14/drivers/media/platform/coda/ |
D | coda.h | 129 u32 framerate; member
|
D | coda-common.c | 804 tpf->denominator = ctx->params.framerate & CODA_FRATE_RES_MASK; in coda_g_parm() 805 tpf->numerator = 1 + (ctx->params.framerate >> in coda_g_parm() 887 ctx->params.framerate = coda_timeperframe_to_frate(tpf); in coda_s_parm() 1099 ctx->params.framerate = 30; in set_default_params()
|
D | coda-bit.c | 890 ctx->params.framerate = 0; in coda_start_encoding() 891 coda_write(dev, ctx->params.framerate, in coda_start_encoding()
|
/linux-4.4.14/drivers/media/usb/cpia2/ |
D | cpia2_core.c | 1737 int cpia2_set_fps(struct camera_data *cam, int framerate) in cpia2_set_fps() argument 1741 switch(framerate) { in cpia2_set_fps() 1760 framerate == CPIA2_VP_FRAMERATE_15) in cpia2_set_fps() 1761 framerate = 0; /* Work around bug in VP4 */ in cpia2_set_fps() 1766 framerate); in cpia2_set_fps() 1769 cam->params.vp_params.frame_rate = framerate; in cpia2_set_fps()
|
D | cpia2.h | 457 int cpia2_set_fps(struct camera_data *cam, int framerate);
|
/linux-4.4.14/Documentation/video4linux/ |
D | meye.txt | 85 agc, video framerate), the shapshot and the MJPEG capture facilities.
|
D | README.cpia2 | 26 - Sensor framerate is adjustable (up to 30 fps CIF, 15 fps VGA).
|
D | soc-camera.txt | 123 save camera bus bandwidth and maximise the framerate. However, if the camera
|
D | vivid.txt | 265 but the long-term behavior is exactly following the framerate. So a 266 framerate of 59.94 Hz is really different from 60 Hz. If the framerate 379 Like with video capture the framerate is also exact in the long term.
|
D | Zoran | 170 The CCIR - N uses the PAL colorsystem and PAL frame size but the NTSC framerate,
|
/linux-4.4.14/drivers/media/pci/meye/ |
D | meye.c | 484 mchip_set(MCHIP_HIC_S_RATE, meye.params.framerate); in mchip_set_framerate() 898 if (jp->framerate > 31) in meyeioc_s_params() 1109 meye.params.framerate = ctrl->val; in meye_s_ctrl()
|
/linux-4.4.14/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_opr_v5.c | 926 unsigned int framerate; in s5p_mfc_set_enc_params_mpeg4() local 957 framerate = p->rc_framerate_num * 1000 / in s5p_mfc_set_enc_params_mpeg4() 959 mfc_write(dev, framerate, in s5p_mfc_set_enc_params_mpeg4()
|
/linux-4.4.14/drivers/media/usb/pwc/ |
D | philips.txt | 54 Specifies the desired framerate. Is an integer in the range of 4-30.
|
/linux-4.4.14/sound/pci/rme9652/ |
D | hdspm.c | 985 int framerate; /* 0=24, 1=25, 2=29.97, 3=29.97d, 4=30, 5=30d */ member 4126 switch (hdspm->tco->framerate) { in hdspm_tco_write() 4364 ucontrol->value.enumerated.item[0] = hdspm->tco->framerate; in snd_hdspm_get_tco_frame_rate() 4374 if (hdspm->tco->framerate != ucontrol->value.enumerated.item[0]) { in snd_hdspm_put_tco_frame_rate() 4375 hdspm->tco->framerate = ucontrol->value.enumerated.item[0]; in snd_hdspm_put_tco_frame_rate()
|