Home
last modified time | relevance | path

Searched refs:stabMode (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/legacy/
DLegacyRequestMapper.java290 Integer stabMode = getIfSupported(request, CONTROL_VIDEO_STABILIZATION_MODE, in convertRequestMetadata() local
295 if (stabMode != null) { in convertRequestMetadata()
296 params.setVideoStabilization(stabMode == CONTROL_VIDEO_STABILIZATION_MODE_ON); in convertRequestMetadata()
DLegacyResultMapper.java212 int stabMode = in convertResultMetadata() local
216 result.set(CONTROL_VIDEO_STABILIZATION_MODE, stabMode); in convertResultMetadata()