Home
last modified time | relevance | path

Searched refs:mConfiguredFormat (Results 1 – 1 of 1) sorted by relevance

/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
DImageReaderSubPane.java105 private OutputFormat mConfiguredFormat = null; field in ImageReaderSubPane
464 !Objects.equals(mConfiguredFormat, f) || in getOutputSurface()
475 mConfiguredFormat = f; in getOutputSurface()
479 if (mConfiguredFormat == OutputFormat.YUV_420_888) { in getOutputSurface()