Searched refs:inc (Results 1 - 1 of 1) sorted by relevance

/development/tools/emulator/system/camera/fake-pipeline2/
H A DSensor.cpp409 uint32_t inc = kResolution[0] / stride; local
411 for (unsigned int y = 0, outY = 0; y < kResolution[1]; y+=inc, outY++ ) {
414 for (unsigned int x = 0; x < kResolution[0]; x+=inc) {
426 for (unsigned int j = 1; j < inc; j++)
439 uint32_t inc = kResolution[0] / stride;
441 for (unsigned int y = 0, outY = 0; y < kResolution[1]; y += inc, outY++ ) {
444 for (unsigned int x = 0; x < kResolution[0]; x += inc) {
455 for (unsigned int j = 1; j < inc; j++)
470 uint32_t inc = kResolution[0] / stride;
471 uint32_t outH = kResolution[1] / inc;
[all...]

Completed in 79 milliseconds