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

/frameworks/av/include/camera/
H A DCameraParameters.h511 // the camera. Only valid to set if KEY_VIDEO_STABILIZATION_SUPPORTED is
526 static const char KEY_VIDEO_STABILIZATION_SUPPORTED[]; member in class:android::CameraParameters
/frameworks/av/camera/
H A DCameraParameters.cpp92 const char CameraParameters::KEY_VIDEO_STABILIZATION_SUPPORTED[] = "video-stabilization-supported"; member in class:android::CameraParameters
/frameworks/base/core/java/android/hardware/
H A DCamera.java1878 private static final String KEY_VIDEO_STABILIZATION_SUPPORTED = "video-stabilization-supported"; field in class:Camera.Parameters
3760 String str = get(KEY_VIDEO_STABILIZATION_SUPPORTED);
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp796 params.set(CameraParameters::KEY_VIDEO_STABILIZATION_SUPPORTED,
799 params.set(CameraParameters::KEY_VIDEO_STABILIZATION_SUPPORTED,

Completed in 134 milliseconds