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

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

Completed in 8072 milliseconds