Searched defs:DummyVideoSource (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/test/
H A Dvideo_source.h66 class DummyVideoSource : public VideoSource { class in namespace:libvpx_test
68 DummyVideoSource() : img_(NULL), limit_(100), width_(0), height_(0) { function in class:libvpx_test::DummyVideoSource
72 virtual ~DummyVideoSource() { vpx_img_free(img_); }
124 class RandomVideoSource : public DummyVideoSource {

Completed in 99 milliseconds