Searched refs:yEnd (Results 1 - 11 of 11) 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/java/tests/RsTest/src/com/android/rs/test/
H A DUT_foreach_bounds.java39 final int yEnd = 6;
51 s.set_yEnd(yEnd);
55 sc.setX(xStart, xEnd).setY(yStart, yEnd);
/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/rs/scriptc/
H A Drs_core.rsh115 uint32_t yEnd;
/frameworks/rs/cpu_ref/
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++) {
H A DrsCpuScript.cpp786 if (!sc || (sc->yEnd == 0)) {
787 mtls->yEnd = mtls->fep.dimY;
790 rsAssert(sc->yEnd <= mtls->fep.dimY);
791 rsAssert(sc->yStart < sc->yEnd);
793 mtls->yEnd = rsMin(mtls->fep.dimY, sc->yEnd);
794 if (mtls->yStart >= mtls->yEnd) return;
809 mtls->yEnd = rsMax((uint32_t)1, mtls->yEnd);
H A DrsCpuCore.h68 uint32_t yEnd; member in struct:android::renderscript::__anon1607
/frameworks/rs/
H A DrsDefines.h390 uint32_t yEnd; member in struct:__anon1642
/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/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp812 sc.yEnd = yend;
834 sc.yEnd = yend;
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp1150 sc.yEnd = yend;
1172 sc.yEnd = yend;

Completed in 719 milliseconds