Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/test/
Dtest_precomp.hpp77 struct VideoFormat struct
79 VideoFormat() { fourcc = -1; } in VideoFormat() function
80 VideoFormat(const string& _ext, int _fourcc) : ext(_ext), fourcc(_fourcc) {} in VideoFormat() argument
81 bool empty() const { return ext.empty(); } in empty()
83 string ext;
84 int fourcc;
/external/webrtc/talk/media/base/
Dvideocommon.h192 struct VideoFormat : VideoFormatPod { struct
196 VideoFormat() { in VideoFormat() function
200 VideoFormat(int w, int h, int64_t interval_ns, uint32_t cc) { in VideoFormat() argument
204 explicit VideoFormat(const VideoFormatPod& format) { in VideoFormat() function
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/webrtc/talk/app/webrtc/objc/
Davfoundationvideocapturer.mm41 cricket::VideoFormat(640, function
/external/webrtc/webrtc/video/
Dvideo_send_stream_tests.cc45 enum VideoFormat { kGeneric, kVP8, }; enum
/external/opencv3/modules/videoio/src/
Dcap_msmf.cpp1270 GUID VideoFormat) in initImageGrabber()
/external/opencv3/3rdparty/include/dshow/
Dstrmif.h5890 #define IDVEnc_get_IFormatResolution(This,VideoFormat,DVFormat,Resolution,fDVInfo,sDVInfo) (This)->… argument
5891 #define IDVEnc_put_IFormatResolution(This,VideoFormat,DVFormat,Resolution,fDVInfo,sDVInfo) (This)->… argument