Searched refs:VideoFormat (Results 1 - 1 of 1) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dvideocommon.h26 // Common definition for video, including fourcc and VideoFormat
101 // Definition of VideoFormat.
106 struct VideoFormat { struct in namespace:cricket
109 VideoFormat() : width(0), height(0), interval(0), fourcc(0) {} function in struct:cricket::VideoFormat
111 VideoFormat(int w, int h, int64 interval_ns, uint32 cc) function in struct:cricket::VideoFormat
118 VideoFormat(const VideoFormat& format) function in struct:cricket::VideoFormat
135 bool operator==(const VideoFormat& format) const {
140 bool operator!=(const VideoFormat& format) const {
144 bool operator<(const VideoFormat
[all...]

Completed in 39 milliseconds