Searched refs:getPictureSize (Results 1 - 9 of 9) sorted by relevance

/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DAndroidCameraSettings.java70 Camera.Size paramPictureSize = params.getPictureSize();
/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;
/frameworks/av/include/camera/
H A DCameraParameters2.h105 void getPictureSize(int *width, int *height) const;
H A DCameraParameters.h97 void getPictureSize(int *width, int *height) const;
/frameworks/av/camera/
H A DCameraParameters2.cpp327 void CameraParameters2::getPictureSize(int *width, int *height) const
H A DCameraParameters.cpp433 void CameraParameters::getPictureSize(int *width, int *height) const function in class:android::CameraParameters
/frameworks/base/core/java/android/hardware/
H A DCamera.java907 * read from {@link Camera.Parameters#getPictureSize()}. Bytes per pixel
2999 public Size getPictureSize() { method in class:Camera.Parameters
4002 * {@link #getPictureSize()}, {@link #getSupportedPictureSizes()},
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp1540 newParams.getPictureSize(&validatedParams.pictureWidth,

Completed in 152 milliseconds