Searched defs:VideoFormat (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/talk/media/base/ |
D | videocommon.h | 192 struct VideoFormat : VideoFormatPod { struct 196 VideoFormat() { in VideoFormat() argument 200 VideoFormat(int w, int h, int64_t interval_ns, uint32_t cc) { in VideoFormat() function 204 explicit VideoFormat(const VideoFormatPod& format) { in VideoFormat() argument 208 void Construct(int w, int h, int64_t interval_ns, uint32_t cc) { in Construct() 234 bool operator==(const VideoFormat& format) const { argument 259 bool IsPixelRateLess(const VideoFormat& format) const { in IsPixelRateLess() argument
|
D | videoengine_unittest.h | 119 const cricket::VideoFormat*) { in OnLocalFrameFormat()
|
/external/v4l2_codec2/include/ |
D | C2VDAComponent.h | 206 struct VideoFormat { struct 212 VideoFormat() {} in VideoFormat() argument
|
/external/webrtc/talk/app/webrtc/objc/ |
D | avfoundationvideocapturer.mm | 41 cricket::VideoFormat(640, function
|
/external/python/cpython2/Lib/plat-mac/ |
D | videoreader.py | 35 class VideoFormat: class
|
/external/v4l2_codec2/ |
D | C2VDAComponent.cpp | 391 C2VDAComponent::VideoFormat::VideoFormat(HalPixelFormat pixelFormat, uint32_t minNumBuffers, in VideoFormat() function in android::C2VDAComponent::VideoFormat
|
/external/webrtc/webrtc/video/ |
D | video_send_stream_tests.cc | 45 enum VideoFormat { kGeneric, kVP8, }; enum
|