Home
last modified time | relevance | path

Searched refs:getPictureSize (Results 1 – 25 of 27) sorted by relevance

12

/aosp12/packages/apps/Camera2/src/com/android/camera/settings/
H A DResolutionSetting.java109 public Size getPictureSize(CameraId cameraId, Facing cameraFacing) in getPictureSize() method in ResolutionSetting
184 Size pictureSize = getPictureSize(cameraId, facing); in getPictureAspectRatio()
/aosp12/packages/apps/Camera2/src/com/android/camera/captureintent/resource/
H A DResourceOpenedCamera.java68 public Size getPictureSize(); in getPictureSize() method
H A DResourceOpenedCameraImpl.java112 public Size getPictureSize() { in getPictureSize() method in ResourceOpenedCameraImpl
H A DResourceCaptureToolsImpl.java174 session.startEmpty(null, openedCamera.getPictureSize()); in takePictureNow()
/aosp12/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DAndroidCameraSettings.java70 Camera.Size paramPictureSize = params.getPictureSize(); in AndroidCameraSettings()
/aosp12/frameworks/av/camera/include/camera/
H A DCameraParameters2.h105 void getPictureSize(int *width, int *height) const;
H A DCameraParameters.h97 void getPictureSize(int *width, int *height) const;
/aosp12/hardware/interfaces/camera/common/1.0/default/include/
H A DCameraParameters.h102 void getPictureSize(int *width, int *height) const;
/aosp12/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/
H A DCameraManager.java458 final Camera.Size size = camera.getParameters().getPictureSize(); in takePicture()
685 return camera.getParameters().getPictureSize(); in chooseBestPictureSize()
/aosp12/frameworks/av/camera/
H A DCameraParameters2.cpp328 void CameraParameters2::getPictureSize(int *width, int *height) const in getPictureSize() function in android::CameraParameters2
H A DCameraParameters.cpp434 void CameraParameters::getPictureSize(int *width, int *height) const in getPictureSize() function in android::CameraParameters
/aosp12/packages/apps/Camera2/src/com/android/camera/captureintent/state/
H A DStateOpeningCamera.java189 mPictureSize = mResourceConstructed.get().getResolutionSetting().getPictureSize( in onEnter()
/aosp12/packages/apps/Settings/src/com/android/settings/wifi/qrcode/
H A DQrCamera.java430 Camera.Size defaultPictureSize = parameters.getPictureSize(); in getBestPictureSize()
/aosp12/hardware/interfaces/camera/common/1.0/default/
H A DCameraParameters.cpp440 void CameraParameters::getPictureSize(int *width, int *height) const in getPictureSize() function in android::hardware::camera::common::V1_0::helper::CameraParameters
/aosp12/hardware/qcom/camera/msm8998/usbcamcore/src/
H A DQCameraUsbParm.cpp548 params.getPictureSize(&width, &height); in usbCamSetPictSize()
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/
H A DVideoCamera.java1941 Size original = mParameters.getPictureSize(); in setCameraParameters()
2412 Size s = mParameters.getPictureSize(); in storeImage()
2417 int ratio = (int) Math.ceil((double) mParameters.getPictureSize().width in storeImage()
H A DCamera.java781 Size s = mParameters.getPictureSize(); in onPictureTaken()
1968 Size size = mParameters.getPictureSize(); in updateCameraParametersPreference()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraParameters.cpp1577 params.getPictureSize(&width, &height); in setPictureSize()
1579 CameraParameters::getPictureSize(&old_width, &old_height); in setPictureSize()
1666 getPictureSize(&stillWidth, &stillHeight); in updateViewAngles()
1812 params.getPictureSize(&m_LiveSnapshotSize.width, &m_LiveSnapshotSize.height); in setLiveSnapshotSize()
4032 params.getPictureSize(&width, &height); in setQuadraCfa()
9080 params.getPictureSize(&req_w, &req_h); in isSupportedSensorHdrSize()
10512 getPictureSize(&dim.width, &dim.height); in getStreamDimension()
10547 getPictureSize(&dim.width, &dim.height); in getStreamDimension()
10608 getPictureSize(&cur_width, &cur_height); in getParameters()
15990 getPictureSize(&width, &height); in setAsymmetricSnapMode()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
H A DCameraManager.java560 final Camera.Size size = camera.getParameters().getPictureSize(); in takePicture()
/aosp12/packages/apps/Camera2/src/com/android/camera/
H A DCaptureModule.java1363 mPictureSize = mAppController.getResolutionSetting().getPictureSize(
H A DPhotoModule.java1983 pictureSize = mAppController.getResolutionSetting().getPictureSize( in updateParametersPictureSize()
/aosp12/frameworks/base/core/java/android/hardware/
H A DCamera.java3212 public Size getPictureSize() { in getPictureSize() method in Camera.Parameters
/aosp12/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp1596 newParams.getPictureSize(&validatedParams.pictureWidth, in set()
/aosp12/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DVtsHalCameraProviderV2_4TargetTest.cpp2644 cameraParams.getPictureSize(&width, &height); in TEST_P()
2710 cameraParams.getPictureSize(&width, &height); in TEST_P()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...

12