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

/frameworks/base/camera/libcameraservice/
H A DCameraHardwareStub.cpp68 mParameters.getPictureSize(&picture_width, &picture_height);
290 mParameters.getPictureSize(&w, &h);
353 params.getPictureSize(&w, &h);
H A DCameraService.cpp924 params.getPictureSize(&w, &h);
/frameworks/base/include/camera/
H A DCameraParameters.h51 void getPictureSize(int *width, int *height) const;
/frameworks/base/libs/camera/
H A DCameraParameters.cpp330 void CameraParameters::getPictureSize(int *width, int *height) const function in class:android::CameraParameters
/frameworks/base/core/java/android/hardware/
H A DCamera.java1192 public Size getPictureSize() { method in class:Camera.Parameters

Completed in 38 milliseconds