Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/usb/pwc/
H A Dpwc-ctrl.c191 pdev->vframes = frames; in set_video_mode_Nala()
254 pdev->vframes = (fps + 1) * 5; in set_video_mode_Timon()
305 pdev->vframes = (fps + 1) * 5; in set_video_mode_Kiara()
315 pdev->frame_size, pdev->vframes, size, pdev->vbandlength); in set_video_mode_Kiara()
H A Dpwc.h235 int vframes; /* frames-per-second */ member
H A Dpwc-v4l.c464 f->fmt.pix.width, f->fmt.pix.height, pdev->vframes, in pwc_s_fmt_vid_cap()
974 parm->parm.capture.timeperframe.denominator = pdev->vframes; in pwc_g_parm()
H A Dpwc-if.c420 pdev->vframes, &compression, 1); in pwc_isoc_init()
/OK3568_Linux_fs/kernel/sound/soc/rockchip/
H A Drockchip_vad.c279 snd_pcm_uframes_t vframes; in snd_pcm_vad_avail() local
291 vframes = samples_to_bytes(runtime, vad->channels); in snd_pcm_vad_avail()
292 if (vframes) in snd_pcm_vad_avail()
293 vframes = vbuf->size / vframes; in snd_pcm_vad_avail()
294 if (!vframes) in snd_pcm_vad_avail()
297 return vframes; in snd_pcm_vad_avail()