Searched refs:xEnd (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
H A Dstats_scorer.cpp49 int xEnd = static_cast<int>(width * right); local
52 int numPixels = (xEnd - xStart) * (yEnd - yStart);
58 for (int x = xStart; x < xEnd; ++x) {
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUT_foreach_bounds.java37 final int xEnd = 5;
49 s.set_xEnd(xEnd);
55 sc.setX(xStart, xEnd).setY(yStart, yEnd);
/frameworks/native/opengl/libs/ETC1/
H A Detc1.cpp533 etc1_uint32 xEnd = width - x; local
534 if (xEnd > 4) {
535 xEnd = 4;
537 int mask = ymask & kXMask[xEnd];
542 memcpy(q, p, xEnd * 3);
544 for (etc1_uint32 cx = 0; cx < xEnd; cx++) {
585 etc1_uint32 xEnd = width - x; local
586 if (xEnd > 4) {
587 xEnd = 4;
595 memcpy(p, q, xEnd *
[all...]
/frameworks/rs/cpu_ref/
H A DrsCpuScript.cpp842 if (!sc || (sc->xEnd == 0)) {
843 mtls->xEnd = mtls->fep.dimX;
846 rsAssert(sc->xEnd <= mtls->fep.dimX);
847 rsAssert(sc->xStart < sc->xEnd);
849 mtls->xEnd = rsMin(mtls->fep.dimX, sc->xEnd);
850 if (mtls->xStart >= mtls->xEnd) return;
875 mtls->xEnd = rsMax((uint32_t)1, mtls->xEnd);
972 if (!sc || (sc->xEnd
[all...]
H A DrsCpuCore.cpp173 if (mtls && mtls->fep.dimY <= 1 && mtls->xEnd <= mtls->xStart + mtls->mSliceSize) {
371 //ALOGE("usr idx %i, x %i,%i y %i,%i", idx, mtls->xStart, mtls->xEnd, yStart, yEnd);
379 fn(&p, mtls->xStart, mtls->xEnd, mtls->fep.eStrideIn, mtls->fep.eStrideOut);
395 uint32_t xEnd = xStart + mtls->mSliceSize; local
396 xEnd = rsMin(xEnd, mtls->xEnd);
397 if (xEnd <= xStart) {
401 //ALOGE("usr slice %i idx %i, x %i,%i", slice, idx, xStart, xEnd);
406 fn(&p, xStart, xEnd, mtl
[all...]
H A DrsCpuCore.h107 uint32_t xEnd; member in struct:android::renderscript::__anon1484
/frameworks/rs/scriptc/
H A Drs_core.rsh115 uint32_t xEnd;
/frameworks/rs/
H A DrsDefines.h390 uint32_t xEnd; member in struct:__anon1521
/frameworks/native/opengl/tests/angeles/
H A Ddemo.c349 const int xBegin = -15, xEnd = 15; local
350 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2;
365 for (x = xBegin; x < xEnd; ++x)
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1120 sc.xEnd = xend;
1142 sc.xEnd = xend;
1182 sc.xEnd = xend;
1231 sc.xEnd = xend;
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp810 sc.xEnd = xend;
832 sc.xEnd = xend;

Completed in 219 milliseconds