Searched refs:getSupportedVideoSizes (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/include/camera/
H A DCameraParameters2.h73 // getSupportedVideoSizes(). Must not be called if
74 // getSupportedVideoSizes() returns an empty Vector of Size.
78 // supported dimensions returned from getSupportedVideoSizes().
79 // Must not be called if getSupportedVideoSizes() returns an
88 void getSupportedVideoSizes(Vector<Size> &sizes) const;
92 // Must not be called if getSupportedVideoSizes() returns an empty
93 // Vector of Size. If getSupportedVideoSizes() returns an empty
H A DCameraParameters.h66 // getSupportedVideoSizes(). Must not be called if
67 // getSupportedVideoSizes() returns an empty Vector of Size.
71 // supported dimensions returned from getSupportedVideoSizes().
72 // Must not be called if getSupportedVideoSizes() returns an
81 void getSupportedVideoSizes(Vector<Size> &sizes) const;
85 // Must not be called if getSupportedVideoSizes() returns an empty
86 // Vector of Size. If getSupportedVideoSizes() returns an empty
463 // getSupportedVideoSizes() does not return an empty Vector of Size.
/frameworks/av/media/libstagefright/
H A DCameraSource.cpp260 static void getSupportedVideoSizes( function in namespace:android
266 params.getSupportedVideoSizes(sizes);
311 getSupportedVideoSizes(*params, &isSetVideoSizeSupportedByCamera, sizes);
392 params.getSupportedVideoSizes(sizes);
H A DCameraSourceTimeLapse.cpp128 params.getSupportedVideoSizes(supportedSizes);
/frameworks/av/camera/
H A DCameraParameters2.cpp280 void CameraParameters2::getSupportedVideoSizes(Vector<Size> &sizes) const
H A DCameraParameters.cpp391 void CameraParameters::getSupportedVideoSizes(Vector<Size> &sizes) const function in class:android::CameraParameters
/frameworks/base/core/java/android/hardware/
H A DCamera.java2381 public List<Size> getSupportedVideoSizes() { method in class:Camera.Parameters
2397 * video recording if getSupportedVideoSizes() does not return
2399 * @see #getSupportedVideoSizes()

Completed in 78 milliseconds