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

  /external/chromium_org/content/browser/renderer_host/media/
video_capture_controller_event_handler.h 47 virtual void OnFrameInfo(const VideoCaptureControllerID& id,
video_capture_controller.h 46 // When capturing has started, the |event_handler| receives a call OnFrameInfo
82 virtual void OnFrameInfo(const media::VideoCaptureCapability& info) OVERRIDE;
142 // It's modified on caller thread, assuming there is only one OnFrameInfo()
video_capture_host.h 75 virtual void OnFrameInfo(
desktop_capture_device_unittest.cc 40 MOCK_METHOD1(OnFrameInfo, void(const media::VideoCaptureCapability& info));
117 EXPECT_CALL(frame_observer, OnFrameInfo(_))
157 EXPECT_CALL(frame_observer, OnFrameInfo(_))
video_capture_controller_unittest.cc 81 virtual void OnFrameInfo(
video_capture_manager_unittest.cc 50 virtual void OnFrameInfo(
desktop_capture_device.cc 204 event_handler_->OnFrameInfo(caps);
275 // Capture first frame, so that we can call OnFrameInfo() callback.
video_capture_host.cc 84 void VideoCaptureHost::OnFrameInfo(
video_capture_controller.cc 490 void VideoCaptureController::OnFrameInfo(
641 client->event_handler->OnFrameInfo(client->controller_id,
web_contents_video_capture_device_unittest.cc 404 virtual void OnFrameInfo(const media::VideoCaptureCapability& info) OVERRIDE {
web_contents_video_capture_device.cc     [all...]
  /external/chromium_org/media/video/capture/
video_capture_device_unittest.cc 65 MOCK_METHOD1(OnFrameInfo, void(const VideoCaptureCapability&));
153 EXPECT_CALL(*frame_observer_, OnFrameInfo(_))
191 EXPECT_CALL(*frame_observer_, OnFrameInfo(_))
228 EXPECT_CALL(*frame_observer_, OnFrameInfo(_))
280 EXPECT_CALL(*frame_observer_, OnFrameInfo(_))
288 EXPECT_CALL(*frame_observer_, OnFrameInfo(_))
318 EXPECT_CALL(*frame_observer_, OnFrameInfo(_))
353 EXPECT_CALL(*frame_observer_, OnFrameInfo(_))
393 EXPECT_CALL(*frame_observer_, OnFrameInfo(_))
430 EXPECT_CALL(*frame_observer_, OnFrameInfo(_)
    [all...]
video_capture_device.h 128 // size will match that specified by an earlier call to OnFrameInfo. It is
147 // OnFrameInfo(). |data| must be packed, with no padding between rows and/or
174 // the size must match that specified by an earlier call to OnFrameInfo().
185 virtual void OnFrameInfo(const VideoCaptureCapability& info) = 0;
203 // applications can use the camera. On completion EventHandler::OnFrameInfo()
fake_video_capture_device.cc 99 observer_->OnFrameInfo(capture_format_);
  /external/chromium_org/media/video/capture/android/
video_capture_device_android.cc 165 observer_->OnFrameInfo(current_settings_);
  /external/chromium_org/media/video/capture/linux/
video_capture_device_linux.cc 353 observer_->OnFrameInfo(current_settings);
  /external/chromium_org/media/video/capture/win/
video_capture_device_mf_win.cc 383 observer_->OnFrameInfo(found_capability);
video_capture_device_win.cc 439 observer_->OnFrameInfo(used_capability);

Completed in 138 milliseconds