HomeSort by relevance Sort by last modified time
    Searched defs:VideoCaptureState (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/common/media/
video_capture.h 16 enum VideoCaptureState {
  /external/chromium_org/media/video/capture/
video_capture_proxy.h 30 struct VideoCaptureState {
31 VideoCaptureState() : started(false), width(0), height(0), frame_rate(0) {}
45 const VideoCaptureState& state() const { return state_; }
64 const VideoCaptureState& state);
67 const VideoCaptureState& state);
70 const VideoCaptureState& state);
73 const VideoCaptureState& state,
77 const VideoCaptureState& state);
80 const VideoCaptureState& state,
84 const VideoCaptureState& state
    [all...]

Completed in 265 milliseconds