Home
last modified time | relevance | path

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

/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
DTargetControlPane.java66 static String getXmlName(OutputViewType type) { in getXmlName() argument
67 return type.toString().toLowerCase(Locale.US); in getXmlName()
293 private TargetSubPane createOutputView(OutputViewType type) { in createOutputView() argument
295 switch (type) { in createOutputView()
302 TLog.e("No implementation yet for view type %s", type); in createOutputView()
DImageReaderSubPane.java726 File getOutputImageFile(int type, long timestamp){ in getOutputImageFile() argument
762 switch(type) { in getOutputImageFile()
790 TLog.e("Unknown image format for saving, using .unknown extension: " + type); in getOutputImageFile()
/pdk/apps/TestingCamera/src/com/android/testingcamera/
DTestingCamera.java1572 File getOutputMediaFile(int type){ in getOutputMediaFile() argument
1597 if (type == MEDIA_TYPE_IMAGE){ in getOutputMediaFile()
1600 } else if(type == MEDIA_TYPE_VIDEO) { in getOutputMediaFile()