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

/drivers/media/platform/vivid/
H A Dvivid-kthread-out.c158 numerator = dev->timeperframe_vid_out.numerator;
159 denominator = dev->timeperframe_vid_out.denominator;
H A Dvivid-core.h380 struct v4l2_fract timeperframe_vid_out; member in struct:vivid_dev
H A Dvivid-vid-out.c232 dev->timeperframe_vid_out = (struct v4l2_fract) { 1001, 30000 };
236 dev->timeperframe_vid_out = (struct v4l2_fract) { 1000, 25000 };
245 dev->timeperframe_vid_out = (struct v4l2_fract) {
1127 parm->parm.output.timeperframe = dev->timeperframe_vid_out;

Completed in 14 milliseconds