Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/vivid/
Dvivid-kthread-out.c146 numerator = dev->timeperframe_vid_out.numerator; in vivid_thread_vid_out()
147 denominator = dev->timeperframe_vid_out.denominator; in vivid_thread_vid_out()
Dvivid-vid-out.c209 dev->timeperframe_vid_out = (struct v4l2_fract) { 1001, 30000 }; in vivid_update_format_out()
213 dev->timeperframe_vid_out = (struct v4l2_fract) { 1000, 25000 }; in vivid_update_format_out()
228 dev->timeperframe_vid_out = (struct v4l2_fract) { in vivid_update_format_out()
1159 parm->parm.output.timeperframe = dev->timeperframe_vid_out; in vivid_vid_out_g_parm()
Dvivid-core.h400 struct v4l2_fract timeperframe_vid_out; member