HomeSort by relevance Sort by last modified time
    Searched full:_capture (Results 1 - 9 of 9) sorted by null

  /external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
video_file_frame_generator.py 20 _capture: The openCV video capture.
35 self._capture = cv2.VideoCapture(video_filename)
36 self._frame_count = int(self._capture.get(cv2.cv.CV_CAP_PROP_FRAME_COUNT))
39 width = self._capture.get(cv2.cv.CV_CAP_PROP_FRAME_WIDTH)
40 height = self._capture.get(cv2.cv.CV_CAP_PROP_FRAME_HEIGHT)
62 self._timestamp = self._capture.get(cv2.cv.CV_CAP_PROP_POS_MSEC)
64 ret = self._capture.grab()
67 ret, frame = self._capture.read()
  /external/opencv3/modules/videoio/src/cap_winrt/
CaptureFrameGrabber.cpp 64 , _capture(capture)
78 (void)_capture->StopPreviewAsync();
82 (void)_capture->StopRecordAsync();
92 _capture = nullptr;
100 CameraOptionsUI::Show(_capture.Get());
125 task = create_task(_capture->StopPreviewAsync());
129 task = create_task(_capture->StopRecordAsync());
136 _capture = nullptr;
CaptureFrameGrabber.hpp 65 Platform::Agile<WMC::MediaCapture> _capture; member in class:Media::sealed
  /external/chromium-trace/catapult/telemetry/docs/pydoc/
telemetry.internal.image_processing.video_file_frame_generator.html 56 &nbsp;&nbsp;_capture:&nbsp;The&nbsp;openCV&nbsp;video&nbsp;capture.<br>
  /external/autotest/server/cros/chaos_lib/
chaos_capture_analyzer.py 403 self._capture = capture
493 next_packet = self._capture.get_packet_after(packet)
  /external/webrtc/webrtc/modules/audio_processing/
audio_processing_performance_unittest.cc 477 simulation_config_.SettingsDescription() + "_capture");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netmon.h 1061 typedef struct _CAPTURE *HCAPTURE;
    [all...]
  /external/opencv3/modules/highgui/src/
ppltasks_winrt.h     [all...]
  /external/opencv3/modules/videoio/src/
ppltasks_winrt.hpp     [all...]

Completed in 1431 milliseconds