Searched defs:mOutSurface (Results 1 - 2 of 2) sorted by path

/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DImageProcessingActivity2.java167 private Surface mOutSurface; field in class:ImageProcessingActivity2.Processor
422 if ((mOutSurface == null) || (mOutPixelsAllocationIO == null)) {
425 if (lastSurface != mOutSurface) {
426 mOutDisplayAllocationIO.setSurface(mOutSurface);
427 lastSurface = mOutSurface;
525 mOutSurface = s;
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DImageProcessingActivityJB.java155 private Surface mOutSurface; field in class:ImageProcessingActivityJB.Processor
354 if ((mOutSurface == null) || (mOutPixelsAllocation == null)) {
359 if (lastSurface != mOutSurface) {
360 mOutDisplayAllocation.setSurface(mOutSurface);
361 lastSurface = mOutSurface;
445 mOutSurface = s;

Completed in 35 milliseconds