Searched refs:KEY_VIDEO_STABILIZATION (Results 1 – 4 of 4) sorted by relevance
530 static const char KEY_VIDEO_STABILIZATION[]; variable
2142 private static final String KEY_VIDEO_STABILIZATION = "video-stabilization"; field in Camera.Parameters4032 set(KEY_VIDEO_STABILIZATION, toggle ? TRUE : FALSE); in setVideoStabilization()4044 String str = get(KEY_VIDEO_STABILIZATION); in getVideoStabilization()
92 const char CameraParameters::KEY_VIDEO_STABILIZATION[] = "video-stabilization"; member in android::CameraParameters
858 params.set(CameraParameters::KEY_VIDEO_STABILIZATION, in initialize()1858 newParams.get(CameraParameters::KEY_VIDEO_STABILIZATION) ); in set()