Searched refs:mPictureSize (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/captureintent/resource/
H A DResourceOpenedCameraImpl.java46 private final Size mPictureSize; field in class:ResourceOpenedCameraImpl
79 mPictureSize = pictureSize;
113 return mPictureSize;
/packages/apps/Camera2/src/com/android/camera/captureintent/state/
H A DStateOpeningCamera.java67 private Size mPictureSize; field in class:StateOpeningCamera
163 mPictureSize,
189 mPictureSize = mResourceConstructed.get().getResolutionSetting().getPictureSize(
192 mPictureSize,
/packages/apps/Camera2/src/com/android/camera/
H A DCaptureModule.java151 private Size mPictureSize; field in class:CaptureModule
781 if (ApiHelper.IS_NEXUS_4 && is16by9AspectRatio(mPictureSize)) {
1209 && is16by9AspectRatio(mPictureSize);
1296 Size previewBufferSize = mCamera.pickPreviewSize(mPictureSize, mContext);
1363 mPictureSize = mAppController.getResolutionSetting().getPictureSize(
1365 captureSetting = OneCameraCaptureSetting.create(mPictureSize, mSettingsManager,

Completed in 363 milliseconds