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

/frameworks/av/services/camera/libcameraservice/
H A DCameraHardwareStub.cpp68 mParameters.getPictureSize(&picture_width, &picture_height);
289 mParameters.getPictureSize(&w, &h);
354 params.getPictureSize(&w, &h);
/frameworks/av/include/camera/
H A DCameraParameters.h97 void getPictureSize(int *width, int *height) const;
/frameworks/av/camera/
H A DCameraParameters.cpp425 void CameraParameters::getPictureSize(int *width, int *height) const function in class:android::CameraParameters
/frameworks/base/core/java/android/hardware/
H A DCamera.java663 * read from {@link Camera.Parameters#getPictureSize()}. Bytes per pixel
2417 public Size getPictureSize() { method in class:Camera.Parameters
3417 * #getPictureSize()}, {@link #getSupportedPictureSizes()}, {@link

Completed in 63 milliseconds