Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/session/phone/
Dvideocommon.h106 struct VideoFormat { struct
109 VideoFormat() : width(0), height(0), interval(0), fourcc(0) {} in VideoFormat() argument
111 VideoFormat(int w, int h, int64 interval_ns, uint32 cc) in VideoFormat() function
118 VideoFormat(const VideoFormat& format) in VideoFormat() function
135 bool operator==(const VideoFormat& format) const { argument
140 bool operator!=(const VideoFormat& format) const {
144 bool operator<(const VideoFormat& format) const {