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

  /external/chromium_org/media/video/capture/android/
video_capture_device_android.cc 37 : state_(kIdle), got_first_frame_(false), device_name_(device_name) {}
62 got_first_frame_ = false;
157 if (!got_first_frame_) {
160 got_first_frame_ = true;
video_capture_device_android.h 71 bool got_first_frame_; member in class:media::VideoCaptureDeviceAndroid
  /external/chromium_org/content/renderer/media/
media_stream_video_capturer_source.h 73 bool got_first_frame_; member in class:content::VideoCapturerDelegate
media_stream_video_capturer_source.cc 42 got_first_frame_(false) {
106 got_first_frame_ = false;

Completed in 2544 milliseconds