OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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), frame_rate(0) {}
43
const
VideoCaptureState
& state() const { return state_; }
58
const
VideoCaptureState
& state);
61
const
VideoCaptureState
& state);
64
const
VideoCaptureState
& state);
67
const
VideoCaptureState
& state,
71
const
VideoCaptureState
& state);
73
const
VideoCaptureState
& state,
78
VideoCaptureState
state_
[
all
...]
Completed in 148 milliseconds