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.cpp428 uint32_t yStart = mtls->start.y + slice * mtls->mSliceSize; local
429 uint32_t yEnd = yStart + mtls->mSliceSize;
433 if (yEnd <= yStart) {
437 for (fep.current.y = yStart; fep.current.y < yEnd; fep.current.y++) {
588 uint32_t yStart = mtls->start.y + slice * mtls->mSliceSize; local
589 uint32_t yEnd = yStart + mtls->mSliceSize;
593 if (yEnd <= yStart) {
597 for (redp.current.y = yStart; redp.current.y < yEnd; redp.current.y++) {
609 mtls->accumFunc, idx, yStart, yEnd, fmt);
/frameworks/rs/
H A DrsDefines.h243 uint32_t yStart; member in struct:__anon1675

Completed in 223 milliseconds