Searched refs:currentOutput (Results 1 – 3 of 3) sorted by relevance
101 [[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 { method191 (AVCaptureVideoDataOutput*)currentOutput {235 _connection = [currentOutput connectionWithMediaType:AVMediaTypeVideo];
44 private String currentOutput = ""; field in AsYouTypeFormatter260 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()
42 private String currentOutput = ""; field in AsYouTypeFormatter257 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()