Home
last modified time | relevance | path

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

/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
DSurfaceViewSubPane.java82 StreamConfigurationMap streamConfigMap = in setTargetCameraPane() local
84 mSizes = streamConfigMap.getOutputSizes(SurfaceHolder.class); in setTargetCameraPane()
DTextureViewSubPane.java76 StreamConfigurationMap streamConfigMap = in setTargetCameraPane() local
78 mSizes = streamConfigMap.getOutputSizes(SurfaceTexture.class); in setTargetCameraPane()
DImageReaderSubPane.java194 StreamConfigurationMap streamConfigMap = in updateFormats() local
200 if (streamConfigMap.isOutputSupportedFor(format.imageFormat)) { in updateFormats()
287 StreamConfigurationMap streamConfigMap = in updateSizes() local
290 mSizes = streamConfigMap.getOutputSizes(mFormats.get(mCurrentFormatId).imageFormat); in updateSizes()
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/
DTestingCamera2.java831 StreamConfigurationMap streamConfigMap =
836 if (streamConfigMap.isOutputSupportedFor(ImageFormat.HEIC)) {