Searched refs:V4L2_FRACT_COMPARE (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/include/media/ |
D | v4l2-common.h | 451 #define V4L2_FRACT_COMPARE(a, OP, b) \ macro
|
/Linux-v5.4/drivers/media/i2c/ |
D | video-i2c.c | 193 if (V4L2_FRACT_COMPARE(data->frame_interval, ==, in mlx90640_setup() 711 if (V4L2_FRACT_COMPARE(parm->parm.capture.timeperframe, <=, in video_i2c_s_parm()
|
/Linux-v5.4/drivers/staging/vc04_services/bcm2835-camera/ |
D | bcm2835-camera.c | 1398 tpf = V4L2_FRACT_COMPARE(tpf, <, tpf_min) ? tpf_min : tpf; in vidioc_s_parm() 1399 tpf = V4L2_FRACT_COMPARE(tpf, >, tpf_max) ? tpf_max : tpf; in vidioc_s_parm()
|
/Linux-v5.4/drivers/media/platform/vivid/ |
D | vivid-vid-cap.c | 1904 if (V4L2_FRACT_COMPARE(tpf, >=, webcam_intervals[i])) in vivid_vid_cap_s_parm()
|