Searched refs:mSupportedPictureSizes (Results 1 – 6 of 6) sorted by relevance
453 mParams.getSupportedPictureSizes(mSupportedPictureSizes); in openCamera()454 mCurrentPictureSizeIdx = mSupportedPictureSizes.size() / 2; in openCamera()524 Size currentPictureSize = mSupportedPictureSizes.itemAt(mCurrentPictureSizeIdx); in startPreview()744 mCurrentPictureSizeIdx %= mSupportedPictureSizes.size(); in nextPictureSize()745 Size pictureSize = mSupportedPictureSizes.itemAt(mCurrentPictureSizeIdx); in nextPictureSize()768 pictureSize = mSupportedPictureSizes.itemAt(mCurrentPictureSizeIdx); in getCurrentPictureSize()
121 Vector<Size> mSupportedPictureSizes; variable
837 Size currentPictureSize = mSupportedPictureSizes.itemAt( in postData()1658 mParams.getSupportedPictureSizes(mSupportedPictureSizes); in openCamera()1661 mCurrentPictureSizeIdx = mSupportedPictureSizes.size() / 2; in openCamera()1764 Size currentPictureSize = mSupportedPictureSizes.itemAt( in startPreview()2495 mCurrentPictureSizeIdx %= mSupportedPictureSizes.size(); in nextPictureSize()2496 Size pictureSize = mSupportedPictureSizes.itemAt( in nextPictureSize()2526 for (i = 0; i < mSupportedPictureSizes.size(); ++i) { in setPictureSize()2527 Size PictureSize = mSupportedPictureSizes.itemAt(i); in setPictureSize()2535 if ( i == mSupportedPictureSizes.size()) in setPictureSize()2663 pictureSize = mSupportedPictureSizes.itemAt(mCurrentPictureSizeIdx); in getCurrentPictureSize()
187 Vector<Size> mSupportedPictureSizes; variable