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

  /frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
ImageProcessingActivity2.java 167 private Surface mOutSurface;
422 if ((mOutSurface == null) || (mOutPixelsAllocationIO == null)) {
425 if (lastSurface != mOutSurface) {
426 mOutDisplayAllocationIO.setSurface(mOutSurface);
427 lastSurface = mOutSurface;
525 mOutSurface = s;
  /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
ImageProcessingActivityJB.java 158 private Surface mOutSurface;
351 if ((mOutSurface == null) || (mOutPixelsAllocation == null)) {
356 if (lastSurface != mOutSurface) {
357 mOutDisplayAllocation.setSurface(mOutSurface);
358 lastSurface = mOutSurface;
442 mOutSurface = s;

Completed in 101 milliseconds