Searched refs:KEY_VIDEO_STABILIZATION (Results 1 – 4 of 4) sorted by relevance
521 static const char KEY_VIDEO_STABILIZATION[]; variable
1877 private static final String KEY_VIDEO_STABILIZATION = "video-stabilization"; field in Camera.Parameters3735 set(KEY_VIDEO_STABILIZATION, toggle ? TRUE : FALSE); in setVideoStabilization()3747 String str = get(KEY_VIDEO_STABILIZATION); in getVideoStabilization()
91 const char CameraParameters::KEY_VIDEO_STABILIZATION[] = "video-stabilization"; member in android::CameraParameters
788 params.set(CameraParameters::KEY_VIDEO_STABILIZATION, in initialize()1751 newParams.get(CameraParameters::KEY_VIDEO_STABILIZATION) ); in set()