Searched refs:yEnd (Results 1 - 13 of 13) 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/tests/java_api/RsTest/src/com/android/rs/test/
H A DUT_foreach_bounds.java40 final int yEnd = 6;
52 s.set_yEnd(yEnd);
56 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/cpu_ref/
H A DrsCpuCore.cpp427 uint32_t yEnd = yStart + mtls->mSliceSize; local
429 yEnd = rsMin(yEnd, mtls->end.y);
431 if (yEnd <= yStart) {
435 for (fep.current.y = yStart; fep.current.y < yEnd; fep.current.y++) {
587 uint32_t yEnd = yStart + mtls->mSliceSize; local
589 yEnd = rsMin(yEnd, mtls->end.y);
591 if (yEnd <= yStart) {
595 for (redp.current.y = yStart; redp.current.y < yEnd; red
[all...]
H A DrsCpuScript.cpp675 mtls->fep.dim.y = sc->yEnd;
/frameworks/rs/script_api/include/
H A Drs_for_each.rsh80 uint32_t yEnd; // Ending index (exclusive) in the Y dimension.
192 * opts.yEnd = dimY / 2;
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
H A Dhealing.rs142 opts.yEnd = height - 1;
/frameworks/rs/
H A DrsDefines.h244 uint32_t yEnd; member in struct:__anon2020
H A DrsHidlAdaptation.cpp791 _sc.yEnd = sc->yEnd;
828 _sc.yEnd = sc->yEnd;
/frameworks/rs/script_api/
H A Drs_for_each.spec64 field: uint32_t yEnd, "Ending index (exclusive) in the Y dimension."
211 opts.yEnd = dimY / 2;<br/>
/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/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1586 sc.yEnd = yend;
1623 sc.yEnd = yend;
1715 sc.yEnd = limit_ptr[3];
1820 sc.yEnd = limit_ptr[3];
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp2072 sc.yEnd = limit_ptr[3];
2174 sc.yEnd = limit_ptr[3];

Completed in 2705 milliseconds