Searched refs:v4l2_fract (Results 1 – 13 of 13) sorted by relevance
214 struct v4l2_fract { struct510 struct v4l2_fract min; /* Minimum frame interval [s] */511 struct v4l2_fract max; /* Maximum frame interval [s] */512 struct v4l2_fract step; /* Frame interval step size [s] */523 struct v4l2_fract discrete;797 struct v4l2_fract timeperframe; /* Time per frame in seconds */816 struct v4l2_fract timeperframe; /* Time per frame in seconds */829 struct v4l2_fract pixelaspect;995 struct v4l2_fract frameperiod; /* Frames, not fields */
217 struct v4l2_fract { struct513 struct v4l2_fract min; /* Minimum frame interval [s] */514 struct v4l2_fract max; /* Maximum frame interval [s] */515 struct v4l2_fract step; /* Frame interval step size [s] */526 struct v4l2_fract discrete;800 struct v4l2_fract timeperframe; /* Time per frame in seconds */819 struct v4l2_fract timeperframe; /* Time per frame in seconds */832 struct v4l2_fract pixelaspect;998 struct v4l2_fract frameperiod; /* Frames, not fields */
114 struct v4l2_fract { struct384 struct v4l2_fract min;385 struct v4l2_fract max;386 struct v4l2_fract step;397 struct v4l2_fract discrete;585 struct v4l2_fract timeperframe;604 struct v4l2_fract timeperframe;615 struct v4l2_fract pixelaspect;695 struct v4l2_fract frameperiod;
112 struct v4l2_fract { struct382 struct v4l2_fract min;384 struct v4l2_fract max;385 struct v4l2_fract step;396 struct v4l2_fract discrete;584 struct v4l2_fract timeperframe;602 struct v4l2_fract timeperframe;614 struct v4l2_fract pixelaspect;694 struct v4l2_fract frameperiod;
99 struct v4l2_fract { struct339 struct v4l2_fract min;340 struct v4l2_fract max;341 struct v4l2_fract step;350 struct v4l2_fract discrete;511 struct v4l2_fract timeperframe;526 struct v4l2_fract timeperframe;535 struct v4l2_fract pixelaspect;599 struct v4l2_fract frameperiod;
119 struct v4l2_fract { struct414 struct v4l2_fract min;415 struct v4l2_fract max;416 struct v4l2_fract step;427 struct v4l2_fract discrete;629 struct v4l2_fract timeperframe;647 struct v4l2_fract timeperframe;659 struct v4l2_fract pixelaspect;739 struct v4l2_fract frameperiod;
223 struct v4l2_fract { struct552 struct v4l2_fract min; /* Minimum frame interval [s] */553 struct v4l2_fract max; /* Maximum frame interval [s] */554 struct v4l2_fract step; /* Frame interval step size [s] */565 struct v4l2_fract discrete;858 struct v4l2_fract timeperframe; /* Time per frame in seconds */877 struct v4l2_fract timeperframe; /* Time per frame in seconds */890 struct v4l2_fract pixelaspect;1056 struct v4l2_fract frameperiod; /* Frames, not fields */
223 struct v4l2_fract { struct556 struct v4l2_fract min; /* Minimum frame interval [s] */557 struct v4l2_fract max; /* Maximum frame interval [s] */558 struct v4l2_fract step; /* Frame interval step size [s] */569 struct v4l2_fract discrete;862 struct v4l2_fract timeperframe; /* Time per frame in seconds */881 struct v4l2_fract timeperframe; /* Time per frame in seconds */894 struct v4l2_fract pixelaspect;1060 struct v4l2_fract frameperiod; /* Frames, not fields */
164 struct v4l2_fract { struct519 struct v4l2_fract min;520 struct v4l2_fract max;521 struct v4l2_fract step;532 struct v4l2_fract discrete;735 struct v4l2_fract timeperframe;754 struct v4l2_fract timeperframe;765 struct v4l2_fract pixelaspect;845 struct v4l2_fract frameperiod;
384 struct v4l2_fract { struct794 struct v4l2_fract min; /* Minimum frame interval [s] */795 struct v4l2_fract max; /* Maximum frame interval [s] */796 struct v4l2_fract step; /* Frame interval step size [s] */807 struct v4l2_fract discrete;1102 struct v4l2_fract timeperframe; /* Time per frame in seconds */1121 struct v4l2_fract timeperframe; /* Time per frame in seconds */1134 struct v4l2_fract pixelaspect;1300 struct v4l2_fract frameperiod; /* Frames, not fields */
233 struct v4l2_fract { struct518 struct v4l2_fract min; /* Minimum frame interval [s] */519 struct v4l2_fract max; /* Maximum frame interval [s] */520 struct v4l2_fract step; /* Frame interval step size [s] */531 struct v4l2_fract discrete;760 struct v4l2_fract timeperframe; /* Time per frame in .1us units */778 struct v4l2_fract timeperframe; /* Time per frame in seconds */791 struct v4l2_fract pixelaspect;977 struct v4l2_fract frameperiod; /* Frames, not fields */
126 struct v4l2_fract { struct376 struct v4l2_fract min;377 struct v4l2_fract max;379 struct v4l2_fract step;390 struct v4l2_fract discrete;555 struct v4l2_fract timeperframe;572 struct v4l2_fract timeperframe;584 struct v4l2_fract pixelaspect;675 struct v4l2_fract frameperiod;
446 inline int64_t FractToNs(const v4l2_fract& fract) { in FractToNs()