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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dvideo_source.h85 class DummyVideoSource : public VideoSource { class in namespace:libvpx_test
87 DummyVideoSource() : img_(NULL), limit_(100), width_(0), height_(0) { function in class:libvpx_test::DummyVideoSource
91 virtual ~DummyVideoSource() { vpx_img_free(img_); }
143 class RandomVideoSource : public DummyVideoSource {

Completed in 67 milliseconds