Searched refs:stabMode (Results 1 – 2 of 2) sorted by relevance
288 Integer stabMode = getIfSupported(request, CONTROL_VIDEO_STABILIZATION_MODE, in convertRequestMetadata() local293 if (stabMode != null) { in convertRequestMetadata()294 params.setVideoStabilization(stabMode == CONTROL_VIDEO_STABILIZATION_MODE_ON); in convertRequestMetadata()
210 int stabMode = in convertResultMetadata() local214 result.set(CONTROL_VIDEO_STABILIZATION_MODE, stabMode); in convertResultMetadata()