Home | History | Annotate | Download | only in exynos

Lines Matching refs:buf_width

32 			unsigned buf_width, unsigned buf_height, unsigned iterations)
41 img.width = buf_width;
43 img.stride = buf_width * 4;
52 buf_width, buf_height, iterations);
60 x = rand() % buf_width;
63 if (x == (buf_width - 1))
68 w = rand() % (buf_width - x);
110 unsigned buf_width, unsigned buf_height, unsigned iterations, unsigned batch)
126 images[i].width = buf_width;
128 images[i].stride = buf_width * 4;
138 buf_width, buf_height, iterations);
149 x = rand() % buf_width;
152 if (x == (buf_width - 1))
157 w = rand() % (buf_width - x);