Home
last modified time | relevance | path

Searched refs:currentOutput (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/video_capture/ios/
Drtc_video_capture_ios_objc.mm101 [[self currentOutput]
108 [[self currentOutput] setSampleBufferDelegate:nil queue:NULL];
172 AVCaptureVideoDataOutput* currentOutput = [self currentOutput];
173 if (!currentOutput)
182 ^(void) { [self startCaptureInBackgroundWithOutput:currentOutput]; });
186 - (AVCaptureVideoDataOutput*)currentOutput { method
191 (AVCaptureVideoDataOutput*)currentOutput {
235 _connection = [currentOutput connectionWithMediaType:AVMediaTypeVideo];
/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/
DAsYouTypeFormatter.java44 private String currentOutput = ""; field in AsYouTypeFormatter
260 currentOutput = ""; in clear()
293 currentOutput = inputDigitWithOptionToRememberPosition(nextChar, false); in inputDigit()
294 return currentOutput; in inputDigit()
305 currentOutput = inputDigitWithOptionToRememberPosition(nextChar, true); in inputDigitAndRememberPosition()
306 return currentOutput; in inputDigitAndRememberPosition()
451 while (accruedInputIndex < positionToRemember && currentOutputIndex < currentOutput.length()) { in getRememberedPosition()
453 == currentOutput.charAt(currentOutputIndex)) { in getRememberedPosition()
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DAsYouTypeFormatter.java42 private String currentOutput = ""; field in AsYouTypeFormatter
257 currentOutput = ""; in clear()
289 currentOutput = inputDigitWithOptionToRememberPosition(nextChar, false); in inputDigit()
290 return currentOutput; in inputDigit()
300 currentOutput = inputDigitWithOptionToRememberPosition(nextChar, true); in inputDigitAndRememberPosition()
301 return currentOutput; in inputDigitAndRememberPosition()
445 while (accruedInputIndex < positionToRemember && currentOutputIndex < currentOutput.length()) { in getRememberedPosition()
447 == currentOutput.charAt(currentOutputIndex)) { in getRememberedPosition()