Home
last modified time | relevance | path

Searched refs:v4l2_fract (Results 1 – 9 of 9) sorted by relevance

/hardware/google/graphics/common/libv4l2/
Dv4l2-subdev.h67 struct v4l2_fract interval;
79 struct v4l2_fract interval;
/hardware/google/gchips/include/
Dv4l2-subdev.h67 struct v4l2_fract interval;
79 struct v4l2_fract interval;
/hardware/qcom/msm8x84/kernel-headers/linux/
Dvideodev2.h112 struct v4l2_fract { struct
382 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;
/hardware/qcom/msm8994/kernel-headers/linux/
Dvideodev2.h114 struct v4l2_fract { struct
384 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;
/hardware/qcom/msm8x84/original-kernel-headers/linux/
Dvideodev2.h214 struct v4l2_fract { struct
510 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 */
/hardware/qcom/msm8994/original-kernel-headers/linux/
Dvideodev2.h217 struct v4l2_fract { struct
513 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 */
/hardware/qcom/msm8x09/kernel-headers/linux/
Dvideodev2.h99 struct v4l2_fract { struct
339 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;
/hardware/qcom/msm8960/kernel-headers/linux/
Dvideodev2.h126 struct v4l2_fract { struct
376 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;
/hardware/libhardware/modules/camera/3_4/
Dv4l2_wrapper.cpp446 inline int64_t FractToNs(const v4l2_fract& fract) { in FractToNs()