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

  /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...]
video_capture_proxy.cc 14 // serialize it into a VideoCaptureState.
15 media::VideoCaptureHandlerProxy::VideoCaptureState GetState(
17 media::VideoCaptureHandlerProxy::VideoCaptureState state;
104 const VideoCaptureState& state) {
111 const VideoCaptureState& state) {
118 const VideoCaptureState& state) {
125 const VideoCaptureState& state,
133 const VideoCaptureState& state) {
140 const VideoCaptureState& state,
148 const VideoCaptureState& state
    [all...]
  /external/chromium_org/content/common/media/
video_capture.h 16 enum VideoCaptureState {
video_capture_messages.h 16 IPC_ENUM_TRAITS(content::VideoCaptureState)
22 content::VideoCaptureState /* new state */)
  /external/chromium_org/content/renderer/media/
video_capture_message_filter.h 38 virtual void OnStateChanged(VideoCaptureState state) = 0;
94 void OnDeviceStateChanged(int device_id, VideoCaptureState state);
video_capture_impl.h 66 virtual void OnStateChanged(VideoCaptureState state) OVERRIDE;
99 void DoStateChangedOnCaptureThread(VideoCaptureState state);
148 VideoCaptureState state_;
rtc_video_capturer.h 52 VideoCaptureState state_;
video_capture_message_filter_unittest.cc 35 virtual void OnStateChanged(VideoCaptureState state) OVERRIDE {
78 VideoCaptureState state() { return state_; }
94 VideoCaptureState state_;
video_capture_message_filter.cc 139 VideoCaptureState state) {
video_capture_impl.cc 122 void VideoCaptureImpl::OnStateChanged(VideoCaptureState state) {
310 void VideoCaptureImpl::DoStateChangedOnCaptureThread(VideoCaptureState state) {
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_controller.h 157 VideoCaptureState state_;
video_capture_host_unittest.cc 86 MOCK_METHOD2(OnStateChanged, void(int device_id, VideoCaptureState state));
170 void OnStateChangedDispatch(int device_id, VideoCaptureState state) {

Completed in 493 milliseconds