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

/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DImageProcessingActivityJB.java154 private Surface mOutSurface; field in class:ImageProcessingActivityJB.Processor
353 if ((mOutSurface == null) || (mOutPixelsAllocation == null)) {
358 if (lastSurface != mOutSurface) {
359 mOutDisplayAllocation.setSurface(mOutSurface);
360 lastSurface = mOutSurface;
444 mOutSurface = s;

Completed in 57 milliseconds