Searched refs:mSupportedPictureSizes (Results 1 – 3 of 3) sorted by relevance
41 private final ArrayList<Size> mSupportedPictureSizes = new ArrayList<Size>(); field in OneCameraCharacteristicsImpl54 mSupportedPictureSizes.add(new Size(pictureSize)); in OneCameraCharacteristicsImpl()68 return mSupportedPictureSizes; in getSupportedPictureSizes()
874 Size currentPictureSize = mSupportedPictureSizes.itemAt( in postData()1726 mParams.getSupportedPictureSizes(mSupportedPictureSizes); in openCamera()1729 mCurrentPictureSizeIdx = mSupportedPictureSizes.size() / 2; in openCamera()1846 Size currentPictureSize = mSupportedPictureSizes.itemAt( in startPreview()2576 mCurrentPictureSizeIdx %= mSupportedPictureSizes.size(); in nextPictureSize()2577 Size pictureSize = mSupportedPictureSizes.itemAt( in nextPictureSize()2607 for (i = 0; i < mSupportedPictureSizes.size(); ++i) { in setPictureSize()2608 Size PictureSize = mSupportedPictureSizes.itemAt(i); in setPictureSize()2616 if ( i == mSupportedPictureSizes.size()) in setPictureSize()2744 pictureSize = mSupportedPictureSizes.itemAt(mCurrentPictureSizeIdx); in getCurrentPictureSize()
185 Vector<Size> mSupportedPictureSizes; variable