HomeSort by relevance Sort by last modified time
    Searched defs:DummyVideoSource (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
video_source.h 85 class DummyVideoSource : public VideoSource {
87 DummyVideoSource() : img_(NULL), limit_(100), width_(0), height_(0) {
91 virtual ~DummyVideoSource() { vpx_img_free(img_); }
143 class RandomVideoSource : public DummyVideoSource {
  /external/libvpx/libvpx/test/
video_source.h 140 class DummyVideoSource : public VideoSource {
142 DummyVideoSource() : img_(NULL), limit_(100), width_(0), height_(0) {
146 virtual ~DummyVideoSource() { vpx_img_free(img_); }
202 class RandomVideoSource : public DummyVideoSource {

Completed in 277 milliseconds