Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dvideocommon.h187 struct VideoFormat : VideoFormatPod { struct
191 VideoFormat() { in VideoFormat() argument
195 VideoFormat(int w, int h, int64 interval_ns, uint32 cc) { in VideoFormat() argument
199 explicit VideoFormat(const VideoFormatPod& format) { in VideoFormat() function
203 void Construct(int w, int h, int64 interval_ns, uint32 cc) { in Construct()
229 bool operator==(const VideoFormat& format) const { argument
254 bool IsPixelRateLess(const VideoFormat& format) const { in IsPixelRateLess() argument
Dvideoengine_unittest.h118 const cricket::VideoFormat*) { in OnLocalFrameFormat()
/external/chromium_org/third_party/webrtc/video/
Dvideo_send_stream_tests.cc39 enum VideoFormat { kGeneric, kVP8, }; enum