Searched refs:stabMode (Results 1 – 2 of 2) sorted by relevance
290 Integer stabMode = getIfSupported(request, CONTROL_VIDEO_STABILIZATION_MODE, in convertRequestMetadata() local295 if (stabMode != null) { in convertRequestMetadata()296 params.setVideoStabilization(stabMode == CONTROL_VIDEO_STABILIZATION_MODE_ON); in convertRequestMetadata()
212 int stabMode = in convertResultMetadata() local216 result.set(CONTROL_VIDEO_STABILIZATION_MODE, stabMode); in convertResultMetadata()