OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebMVideoSource
(Results
1 - 9
of
9
) sorted by null
/external/libvpx/libvpx/test/
webm_video_source.h
25
class
WebMVideoSource
: public CompressedVideoSource {
27
explicit
WebMVideoSource
(const std::string &file_name)
32
virtual ~
WebMVideoSource
() {
user_priv_test.cc
47
libvpx_test::
WebMVideoSource
video(filename);
byte_alignment_test.cc
61
video_ = new libvpx_test::
WebMVideoSource
(kVP9TestFile);
153
libvpx_test::
WebMVideoSource
*video_;
vp9_skip_loopfilter_test.cc
39
video_ = new libvpx_test::
WebMVideoSource
(kVp9TestFile);
113
libvpx_test::
WebMVideoSource
*video_;
external_frame_buffer_test.cc
291
video_ = new libvpx_test::
WebMVideoSource
(kVP9TestFile);
349
libvpx_test::
WebMVideoSource
*video_;
358
video_ = new libvpx_test::
WebMVideoSource
(kVP9NonRefTestFile);
401
video.reset(new libvpx_test::
WebMVideoSource
(filename));
invalid_file_test.cc
97
video.reset(new libvpx_test::
WebMVideoSource
(filename));
test_vector_test.cc
108
video.reset(new libvpx_test::
WebMVideoSource
(filename));
decode_perf_test.cc
78
libvpx_test::
WebMVideoSource
video(video_name);
vp9_thread_test.cc
159
libvpx_test::
WebMVideoSource
video(filename);
Completed in 218 milliseconds