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

  /external/chromium_org/media/video/capture/mac/
video_capture_device_mac.h 49 kCapturing,
  /external/chromium_org/media/video/capture/android/
video_capture_device_android.h 52 kCapturing, // Video is being captured.
video_capture_device_android.cc 185 state_ = kCapturing;
193 if (state_ != kCapturing && state_ != kError)
195 if (state_ == kCapturing)
215 if (state_ == kCapturing) {
242 if (state_ != kCapturing || !observer_)
  /external/chromium_org/media/video/capture/
fake_video_capture_device.h 42 kCapturing,
fake_video_capture_device.cc 103 DCHECK_EQ(state_, kCapturing);
121 state_ = kCapturing;
130 if (state_ != kCapturing) {
138 if (state_ != kAllocated && state_ != kCapturing) {
150 if (state_ != kCapturing) {
  /external/chromium_org/media/video/capture/linux/
video_capture_device_linux.h 38 kCapturing, // Video is being captured.
video_capture_device_linux.cc 361 if (state_ == kCapturing) {
395 state_ = kCapturing;
421 if (state_ != kCapturing) {
  /external/chromium_org/media/video/capture/win/
video_capture_device_win.h 56 kCapturing, // Video is being captured.
video_capture_device_win.cc 455 state_ = kCapturing;
460 if (state_ != kCapturing)
  /external/chromium_org/content/browser/renderer_host/media/
web_contents_video_capture_device.cc     [all...]

Completed in 520 milliseconds