Home
last modified time | relevance | path

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

/external/fio/
Didletime.c169 ipt = &ipc.ipts[i]; in calibration_stats()
176 ipt = &ipc.ipts[i]; in calibration_stats()
206 ipc.ipts = malloc(ipc.nr_cpus * sizeof(struct idle_prof_thread)); in fio_idle_prof_init()
207 if (!ipc.ipts) { in fio_idle_prof_init()
215 free(ipc.ipts); in fio_idle_prof_init()
224 ipt = &ipc.ipts[i]; in fio_idle_prof_init()
272 ipt = &ipc.ipts[i]; in fio_idle_prof_init()
281 ipt = &ipc.ipts[i]; in fio_idle_prof_init()
319 ipt = &ipc.ipts[i]; in fio_idle_prof_start()
342 ipt = &ipc.ipts[i]; in fio_idle_prof_stop()
[all …]
Didletime.h42 struct idle_prof_thread *ipts; member
/external/opencv3/modules/python/test/
Dcamera_calibration.py233 ipts = cv.CreateMat(len(goodcorners) * num_pts, 2, cv.CV_32FC1)
236 ipts[i * num_pts + j, 0] = co[j][0]
237 ipts[i * num_pts + j, 1] = co[j][1]
238 return ipts
333 ipts = mk_image_points(goodcorners) variable
344 cv.CalibrateCamera2(opts, ipts, npts,