Home
last modified time | relevance | path

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

/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
DImageReaderSubPane.java101 private int mCurrentFormatId = NO_FORMAT; field in ImageReaderSubPane
183 mCurrentFormatId = NO_FORMAT; in updateFormats()
189 if (mCurrentFormatId != NO_FORMAT) { in updateFormats()
190 oldFormat = mFormats.get(mCurrentFormatId); in updateFormats()
227 mCurrentFormatId = newSelectionId; in updateFormats()
290 mSizes = streamConfigMap.getOutputSizes(mFormats.get(mCurrentFormatId).imageFormat); in updateSizes()
456 mCurrentFormatId == NO_FORMAT) { in getOutputSurface()
460 OutputFormat f = mFormats.get(mCurrentFormatId); in getOutputSurface()
493 mCurrentFormatId = pos;
499 mCurrentFormatId = NO_FORMAT;