Home
last modified time | relevance | path

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

/external/webrtc/talk/media/base/
Dvideocommon.h192 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
Dvideoengine_unittest.h119 const cricket::VideoFormat*) { in OnLocalFrameFormat()
/external/v4l2_codec2/include/
DC2VDAComponent.h206 struct VideoFormat { struct
212 VideoFormat() {} in VideoFormat() argument
/external/webrtc/talk/app/webrtc/objc/
Davfoundationvideocapturer.mm41 cricket::VideoFormat(640, function
/external/python/cpython2/Lib/plat-mac/
Dvideoreader.py35 class VideoFormat: class
/external/v4l2_codec2/
DC2VDAComponent.cpp391 C2VDAComponent::VideoFormat::VideoFormat(HalPixelFormat pixelFormat, uint32_t minNumBuffers, in VideoFormat() function in android::C2VDAComponent::VideoFormat
/external/webrtc/webrtc/video/
Dvideo_send_stream_tests.cc45 enum VideoFormat { kGeneric, kVP8, }; enum