HomeSort by relevance Sort by last modified time
    Searched refs:mPreviewFormats (Results 1 - 2 of 2) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
CameraFormatsActivity.java 81 private List<Integer> mPreviewFormats;
250 if (mPreviewFormats.get(position) != mNextPreviewFormat) {
251 mNextPreviewFormat = mPreviewFormats.get(position);
303 mPreviewFormats = p.getSupportedPreviewFormats();
305 String[] availableFormatNames = new String[mPreviewFormats.size()];
306 for (int i = 0; i < mPreviewFormats.size(); i++) {
308 mPreviewFormatNames.get(mPreviewFormats.get(i));
318 for (int previewFormat: mPreviewFormats) {
334 mNextPreviewFormat = mPreviewFormats.get(0);
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
TestingCamera.java 122 private List<Integer> mPreviewFormats;
761 mFormatNames.get(mPreviewFormats.get(mPreviewFormat)));
780 mParams.setPreviewFormat(mPreviewFormats.get(mPreviewFormat));
    [all...]

Completed in 65 milliseconds