Searched defs:VideoFormat (Results 1 – 3 of 3) sorted by relevance
187 struct VideoFormat : VideoFormatPod { struct191 VideoFormat() { in VideoFormat() argument195 VideoFormat(int w, int h, int64 interval_ns, uint32 cc) { in VideoFormat() argument199 explicit VideoFormat(const VideoFormatPod& format) { in VideoFormat() function203 void Construct(int w, int h, int64 interval_ns, uint32 cc) { in Construct()229 bool operator==(const VideoFormat& format) const { argument254 bool IsPixelRateLess(const VideoFormat& format) const { in IsPixelRateLess() argument
118 const cricket::VideoFormat*) { in OnLocalFrameFormat()
39 enum VideoFormat { kGeneric, kVP8, }; enum