OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
138
class
DummyVideoSource
: public VideoSource {
140
DummyVideoSource
()
149
virtual ~
DummyVideoSource
() { vpx_img_free(img_); }
217
class RandomVideoSource : public
DummyVideoSource
{
Completed in 155 milliseconds