Home
last modified time | relevance | path

Searched refs:startCapture (Results 1 – 25 of 30) sorted by relevance

12

/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DCameraVideoCapturerTestFixtures.java363 private void startCapture(CapturerInstance instance) { in startCapture() method in CameraVideoCapturerTestFixtures
364 startCapture(instance, 0); in startCapture()
367 private void startCapture(CapturerInstance instance, int formatIndex) { in startCapture() method in CameraVideoCapturerTestFixtures
371 instance.capturer.startCapture(format.width, format.height, format.framerate.max); in startCapture()
392 capturer.startCapture(DEFAULT_WIDTH, DEFAULT_HEIGHT, DEFAULT_FPS); in createVideoTrackWithRenderer()
526 startCapture(capturerInstance); in cameraEventsInvoked()
538 startCapture(capturerInstance); in cameraCallsAfterStop()
562 startCapture(capturerInstance); in stopRestartVideoSource()
574 startCapture(capturerInstance, i); in startStopWithDifferentResolutions()
600 startCapture(capturerInstance); in returnBufferLate()
[all …]
DFileVideoCapturerTest.java81 fileVideoCapturer.startCapture(FRAME_WIDTH, FRAME_HEIGHT, 33 /* fps */); in testVideoCaptureFromFile()
/external/webrtc/examples/objc/AppRTCMobile/
DARDCaptureController.m36 - (void)startCapture { method
37 [self startCapture:nil];
40 - (void)startCapture:(void (^)(NSError *))completion {
64 [self startCapture:nil];
69 [self startCapture:completion];
DARDCaptureController.h20 - (void)startCapture;
21 - (void)startCapture:(void (^)(NSError *))completion;
/external/skia/src/gpu/graphite/
DContextPriv.h53 void startCapture() { in startCapture() function
54 fContext->fQueueManager->startCapture(); in startCapture()
DQueueManager.h45 virtual void startCapture() {} in startCapture() function
/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/misc/
DTestLogger.java65 startCapture(); in TestLogger()
102 startCapture(); in on()
112 public synchronized void startCapture() in startCapture() method in TestLogger
/external/webrtc/examples/objc/AppRTCMobile/ios/
DARDFileCaptureController.h35 - (void)startCapture;
DARDFileCaptureController.m31 - (void)startCapture { method
DARDVideoCallViewController.m108 [_captureController startCapture];
116 [_fileCaptureController startCapture];
/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/
DFilteredEventHandlingTestCase.java174 logger.startCapture(); in testFilteredEventHandling()
185 logger.startCapture(); in testFilteredEventHandling()
DMacroForwardDefineTestCase.java102 logger.startCapture(); in testLogResult()
/external/webrtc/sdk/android/api/org/webrtc/
DVideoCapturer.java35 void startCapture(int width, int height, int framerate); in startCapture() method
DScreenCapturerAndroid.java103 public synchronized void startCapture( in startCapture() method in ScreenCapturerAndroid
/external/webrtc/sdk/android/native_unittests/org/webrtc/
DJavaVideoSourceTestHelper.java15 public static void startCapture(CapturerObserver observer, boolean success) { in startCapture() method in JavaVideoSourceTestHelper
/external/skia/src/gpu/graphite/vk/
DVulkanQueueManager.h32 void startCapture() override {} in startCapture() function
/external/skia/src/gpu/graphite/dawn/
DDawnQueueManager.h34 void startCapture() override;
DDawnQueueManager.cpp72 void DawnQueueManager::startCapture() { in startCapture() function in skgpu::graphite::DawnQueueManager
/external/skia/src/gpu/graphite/mtl/
DMtlQueueManager.h36 void startCapture() override;
DMtlQueueManager.mm73 void MtlQueueManager::startCapture() {
/external/webrtc/examples/unityplugin/java/src/org/webrtc/
DUnityUtility.java55 capturer.startCapture(720, 480, 30); in LinkCamera()
/external/webrtc/examples/androidnativeapi/java/org/webrtc/examples/androidnativeapi/
DCallClient.java49 videoCapturer.startCapture(CAPTURE_WIDTH, CAPTURE_HEIGHT, CAPTURE_FPS); in call()
/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/util/introspection/
DDeprecatedCheckUberspectorsTestCase.java69 logger.startCapture(); // reset log capture in testDeprecatedCheck()
/external/webrtc/examples/objc/AppRTCMobile/tests/
DARDFileCaptureController_xctest.mm49 [self.fileCaptureController startCapture];
/external/webrtc/sdk/android/src/java/org/webrtc/
DCameraCapturer.java245 public void startCapture(int width, int height, int framerate) { in startCapture() method in CameraCapturer
320 startCapture(width, height, framerate); in changeCaptureFormat()

12