Searched defs:yEnd (Results 1 - 5 of 5) 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.cpp415 uint32_t yEnd = yStart + mtls->mSliceSize; local
417 yEnd = rsMin(yEnd, mtls->end.y);
419 if (yEnd <= yStart) {
423 for (fep.current.y = yStart; fep.current.y < yEnd; fep.current.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.h238 uint32_t yEnd; member in struct:__anon1586

Completed in 132 milliseconds