Searched defs:VideoFormat (Results 1 – 7 of 7) sorted by relevance
/external/opencv3/modules/videoio/test/ |
D | test_precomp.hpp | 77 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/ |
D | videocommon.h | 192 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
|
D | videoengine_unittest.h | 119 const cricket::VideoFormat*) { in OnLocalFrameFormat()
|
/external/webrtc/talk/app/webrtc/objc/ |
D | avfoundationvideocapturer.mm | 41 cricket::VideoFormat(640, function
|
/external/webrtc/webrtc/video/ |
D | video_send_stream_tests.cc | 45 enum VideoFormat { kGeneric, kVP8, }; enum
|
/external/opencv3/modules/videoio/src/ |
D | cap_msmf.cpp | 1270 GUID VideoFormat) in initImageGrabber()
|
/external/opencv3/3rdparty/include/dshow/ |
D | strmif.h | 5890 #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
|