Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/vivid/
Dvivid-kthread-out.c154 numerator = dev->timeperframe_vid_out.numerator; in vivid_thread_vid_out()
155 denominator = dev->timeperframe_vid_out.denominator; in vivid_thread_vid_out()
Dvivid-vid-out.c233 dev->timeperframe_vid_out = (struct v4l2_fract) { 1001, 30000 }; in vivid_update_format_out()
237 dev->timeperframe_vid_out = (struct v4l2_fract) { 1000, 25000 }; in vivid_update_format_out()
252 dev->timeperframe_vid_out = (struct v4l2_fract) { in vivid_update_format_out()
1192 parm->parm.output.timeperframe = dev->timeperframe_vid_out; in vivid_vid_out_g_parm()
Dvivid-core.h413 struct v4l2_fract timeperframe_vid_out; member