Searched defs:yEnd (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
H A Dstats_scorer.cpp51 int yEnd = static_cast<int>(height * bottom); local
52 int numPixels = (xEnd - xStart) * (yEnd - yStart);
56 for (int y = yStart; y < yEnd; y++) {
/frameworks/rs/cpu_ref/
H A DrsCpuCore.h68 uint32_t yEnd; member in struct:android::renderscript::__anon1607
H A DrsCpuCore.cpp357 uint32_t yEnd = yStart + mtls->mSliceSize; local
358 yEnd = rsMin(yEnd, mtls->yEnd);
359 if (yEnd <= yStart) {
363 //ALOGE("usr idx %i, x %i,%i y %i,%i", idx, mtls->xStart, mtls->xEnd, yStart, yEnd);
366 for (p.y = yStart; p.y < yEnd; p.y++) {
460 for (p.y = mtls->yStart; p.y < mtls->yEnd; p.y++) {
/frameworks/native/opengl/libs/ETC1/
H A Detc1.cpp527 etc1_uint32 yEnd = height - y; local
528 if (yEnd > 4) {
529 yEnd = 4;
531 int ymask = kYMask[yEnd];
538 for (etc1_uint32 cy = 0; cy < yEnd; cy++) {
580 etc1_uint32 yEnd = height - y; local
581 if (yEnd > 4) {
582 yEnd = 4;
591 for (etc1_uint32 cy = 0; cy < yEnd; cy++) {
/frameworks/native/opengl/tests/angeles/
H A Ddemo.c348 const int yBegin = -15, yEnd = 15; // ends are non-inclusive local
350 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2;
363 for (y = yBegin; y < yEnd; ++y)
/frameworks/rs/
H A DrsDefines.h390 uint32_t yEnd; member in struct:__anon1642

Completed in 207 milliseconds