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.java288 Integer stabMode = getIfSupported(request, CONTROL_VIDEO_STABILIZATION_MODE, in convertRequestMetadata() local
293 if (stabMode != null) { in convertRequestMetadata()
294 params.setVideoStabilization(stabMode == CONTROL_VIDEO_STABILIZATION_MODE_ON); in convertRequestMetadata()
DLegacyResultMapper.java210 int stabMode = in convertResultMetadata() local
214 result.set(CONTROL_VIDEO_STABILIZATION_MODE, stabMode); in convertResultMetadata()