Searched refs:type (Results 1 – 3 of 3) sorted by relevance
66 static String getXmlName(OutputViewType type) { in getXmlName() argument67 return type.toString().toLowerCase(Locale.US); in getXmlName()293 private TargetSubPane createOutputView(OutputViewType type) { in createOutputView() argument295 switch (type) { in createOutputView()302 TLog.e("No implementation yet for view type %s", type); in createOutputView()
726 File getOutputImageFile(int type, long timestamp){ in getOutputImageFile() argument762 switch(type) { in getOutputImageFile()790 TLog.e("Unknown image format for saving, using .unknown extension: " + type); in getOutputImageFile()
1572 File getOutputMediaFile(int type){ in getOutputMediaFile() argument1597 if (type == MEDIA_TYPE_IMAGE){ in getOutputMediaFile()1600 } else if(type == MEDIA_TYPE_VIDEO) { in getOutputMediaFile()