HomeSort by relevance Sort by last modified time
    Searched refs:stopCapture (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/media/video/capture/mac/
platform_video_capturing_mac.h 26 // TODO(mcasas): This method and stopCapture() are always called in sequence and
49 - (void)stopCapture;
video_capture_device_avfoundation_mac.h 42 // -startCapture and -stopCapture).
48 // capture. The capture can be stop using -stopCapture. The capture can be
118 - (void)stopCapture;
video_capture_device_qtkit_mac.h 69 - (void)stopCapture;
  /external/chromium_org/third_party/webrtc/modules/video_capture/ios/
rtc_video_capture_ios_objc.h 36 - (BOOL)stopCapture;
video_capture_ios.mm 38 [capture_device_ stopCapture];
87 int32_t VideoCaptureIos::StopCapture() {
88 if (![capture_device_ stopCapture]) {
rtc_video_capture_ios_objc.mm 275 - (BOOL)stopCapture {
  /external/chromium_org/third_party/webrtc/modules/video_capture/mac/qtkit/
video_capture_qtkit_objc.h 57 - (void)stopCapture;
video_capture_qtkit.mm 49 [_captureDevice stopCapture];
181 int32_t VideoCaptureMacQTKit::StopCapture()
183 [_captureDevice stopCapture];
video_capture_qtkit_objc.mm 150 - (void)stopCapture {
  /external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
VideoEngine.java 88 public native int stopCapture(int cameraId);
MediaEngine.java 615 check(vie.stopCapture(currentCameraHandle) == 0, "Failed StopCapture");
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraPostProc.h 167 int32_t stopCapture();
QCameraPostProc.cpp     [all...]
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
VideoCapture.java 243 public int stopCapture() {
245 Log.e(TAG, "stopCapture: camera is null");
269 stopCapture();
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/testcases/
Camera2AndroidTestCase.java 146 protected void stopCapture(boolean fast) throws Exception {
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
ImageReaderTest.java 400 stopCapture(/*fast*/false);
588 stopCapture(/*fast*/false);
659 stopCapture(/*fast*/false);
    [all...]
AllocationTest.java 401 private void stopCapture() throws CameraAccessException {
502 stopCapture();
    [all...]
CaptureResultTest.java 126 stopCapture(/*fast*/false);
245 stopCapture(/*fast*/false);
    [all...]
DngCreatorTest.java 577 stopCapture(/*fast*/false);
RobustnessTest.java 472 stopCapture(/*fast*/false);
  /external/chromium_org/third_party/webrtc/modules/video_capture/android/java/src/org/webrtc/videoengine/
VideoCaptureAndroid.java 38 // |camera| for null to account for having possibly waited for stopCapture() to
224 private synchronized boolean stopCapture() {
225 Log.d(TAG, "stopCapture");
242 Log.d(TAG, "stopCapture done");

Completed in 781 milliseconds