Searched defs:yStart (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
H A Dstats_scorer.cpp50 int yStart = static_cast<int>(height * top); local
52 int numPixels = (xEnd - xStart) * (yEnd - yStart);
56 for (int y = yStart; y < yEnd; y++) {
/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp426 uint32_t yStart = mtls->start.y + slice * mtls->mSliceSize; local
427 uint32_t yEnd = yStart + mtls->mSliceSize;
431 if (yEnd <= yStart) {
435 for (fep.current.y = yStart; fep.current.y < yEnd; fep.current.y++) {
586 uint32_t yStart = mtls->start.y + slice * mtls->mSliceSize; local
587 uint32_t yEnd = yStart + mtls->mSliceSize;
591 if (yEnd <= yStart) {
595 for (redp.current.y = yStart; redp.current.y < yEnd; redp.current.y++) {
607 mtls->accumFunc, idx, yStart, yEnd, fmt);
/frameworks/rs/
H A DrsDefines.h243 uint32_t yStart; member in struct:__anon2012

Completed in 238 milliseconds