Searched defs:VideoFormat (Results 1 – 4 of 4) sorted by relevance
| /external/webrtc/media/base/ |
| D | video_common.h | 142 struct RTC_EXPORT VideoFormat : VideoFormatPod { struct 146 VideoFormat() { Construct(0, 0, 0, 0); } in VideoFormat() argument 148 VideoFormat(int w, int h, int64_t interval_ns, uint32_t cc) { in VideoFormat() argument 152 explicit VideoFormat(const VideoFormatPod& format) { in VideoFormat() function 156 void Construct(int w, int h, int64_t interval_ns, uint32_t cc) { in Construct() 182 bool operator==(const VideoFormat& format) const { argument 207 bool IsPixelRateLess(const VideoFormat& format) const { in IsPixelRateLess() argument
|
| /external/webrtc/sdk/objc/unittests/ |
| D | avformatmappertests.mm | 26 cricket::VideoFormat(kFormatWidth, function
|
| /external/python/cpython2/Lib/plat-mac/ |
| D | videoreader.py | 35 class VideoFormat: class
|
| /external/webrtc/video/ |
| D | video_send_stream_tests.cc | 95 enum VideoFormat { enum
|