Searched refs:h_step (Results 1 – 1 of 1) sorted by relevance
179 size_t h_step; in main() local218 h_step = capabilities.y_resolution * 20 / 100; in main()221 h_step = rect_h; in main()236 if (buf_size < (capabilities.x_resolution * h_step)) { in main()237 buf_size = capabilities.x_resolution * h_step; in main()298 buf_desc.height = h_step; in main()308 for (int idx = 0; idx < capabilities.y_resolution; idx += h_step) { in main()314 if ((capabilities.y_resolution - idx) < h_step) { in main()