OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:img_idx
(Results
1 - 3
of
3
) sorted by null
/external/libxcam/modules/ocl/
cl_image_360_stitch.h
85
const Rect &get_image_overlap (int
img_idx
, int num) {
86
XCAM_ASSERT (
img_idx
< _fisheye_num && num < 2);
87
return _overlaps[
img_idx
][num];
/external/libusb/examples/
dpfp.c
65
static int
img_idx
= 0;
variable
229
snprintf(filename, sizeof(filename), "finger%d.pgm",
img_idx
++);
dpfp_threaded.c
70
static int
img_idx
= 0;
variable
261
snprintf(filename, sizeof(filename), "finger%d.pgm",
img_idx
++);
Completed in 130 milliseconds