HomeSort by relevance Sort by last modified time
    Searched defs:outH (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
IntrinsicResize.java 35 int outH = (int) (h*scaleY);
42 mAllocRef = makeAllocation(outW, outH, e);
43 mAllocDst = makeAllocation(outW, outH, e);
51 sr.set_scaleY((float)h/outH);
90 if (outW == w && outH == h) {
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSResizeTest.java 69 int outH = (int) (h*scaleY);
71 Allocation rsOutput = makeAllocation(outW, outH, e);
72 Allocation rsCppOutput = makeAllocation(outW, outH, e);
78 int outArrSize = outW * outH * (vecSize == 3 ? 4 : vecSize);

Completed in 1100 milliseconds