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

1 2

  /external/webrtc/webrtc/modules/video_capture/ios/
rtc_video_capture_ios_objc.h 36 - (BOOL)stopCapture;
video_capture_ios.mm 38 [capture_device_ stopCapture];
88 int32_t VideoCaptureIos::StopCapture() {
89 if (![capture_device_ stopCapture]) {
rtc_video_capture_ios_objc.mm 290 - (BOOL)stopCapture {
  /external/webrtc/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 151 - (void)stopCapture {
  /external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
VideoCapturerAndroidTestFixtures.java 313 capturer.stopCapture();
334 capturer.stopCapture();
399 capturer.stopCapture();
432 capturer.stopCapture();
458 capturer.stopCapture();
475 capturer.stopCapture();
492 capturer.stopCapture();
505 capturer.stopCapture();
528 capturer.stopCapture();
568 capturer.stopCapture();
    [all...]
  /external/opencv3/modules/videoio/src/
cap_pvapi.cpp 98 void stopCapture();
137 stopCapture();
329 stopCapture();
347 stopCapture();
466 stopCapture();
486 void CvCaptureCAM_PvAPI::stopCapture()
  /device/huawei/angler/camera/QCamera2/HAL/
QCameraPostProc.h 181 int32_t stopCapture();
QCameraPostProc.cpp     [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCameraPostProc.h 181 int32_t stopCapture();
QCameraPostProc.cpp     [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraPostProc.h 167 int32_t stopCapture();
QCameraPostProc.cpp     [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/
ImageReaderTest.java 535 stopCapture(/*fast*/false);
    [all...]
ImageWriterTest.java 327 stopCapture(/*fast*/false);
RobustnessTest.java 558 stopCapture(/*fast*/ false);
664 stopCapture(/*fast*/ false);
    [all...]
AllocationTest.java 396 private void stopCapture() throws CameraAccessException {
496 stopCapture();
    [all...]
CaptureResultTest.java 133 stopCapture(/*fast*/false);
258 stopCapture(/*fast*/false);
    [all...]
DngCreatorTest.java     [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraPostProc.h 203 int32_t stopCapture();
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
PanoramaActivity.java 584 stopCapture(false);
606 private void stopCapture(boolean aborted) {
771 stopCapture(false);
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/testcases/
Camera2AndroidTestCase.java 155 protected void stopCapture(boolean fast) throws Exception {
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
VideoCapturerAndroid.java 569 void stopCapture() throws InterruptedException {
570 Logging.d(TAG, "stopCapture");
579 Logging.d(TAG, "stopCapture done");
590 Logging.e(TAG, "Calling stopCapture() for already stopped camera.");
  /frameworks/base/services/core/java/com/android/server/tv/
TvInputHardwareManager.java 482 hardwareImpl.stopCapture(config);
    [all...]

Completed in 1193 milliseconds

1 2