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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dtest_vectors.h16 namespace libvpx_test { namespace
28 } // namespace libvpx_test
H A Dclear_system_state.h18 namespace libvpx_test { namespace
28 } // namespace libvpx_test
H A Dtest_vectors.cc13 namespace libvpx_test { namespace
172 } // namespace libvpx_test
H A Dacm_random.h18 namespace libvpx_test { namespace
65 } // namespace libvpx_test
H A Ddecode_test_driver.cc16 namespace libvpx_test { namespace
50 } // namespace libvpx_test
H A Dmd5_helper.h17 namespace libvpx_test { namespace
66 } // namespace libvpx_test
H A Dvp8_decrypt_test.cc44 namespace libvpx_test { namespace
47 libvpx_test::IVFVideoSource video("vp80-00-comprehensive-001.ivf");
73 } // namespace libvpx_test
H A Dcodec_factory.h25 namespace libvpx_test { namespace
53 std::tr1::tuple< const libvpx_test::CodecFactory*, T1 > > {
58 std::tr1::tuple< const libvpx_test::CodecFactory*, T1, T2 > > {
63 std::tr1::tuple< const libvpx_test::CodecFactory*, T1, T2, T3 > > {
135 const libvpx_test::VP8CodecFactory kVP8;
140 ::testing::Values(static_cast<const libvpx_test::CodecFactory*>( \
141 &libvpx_test::kVP8)), \
217 const libvpx_test::VP9CodecFactory kVP9;
222 ::testing::Values(static_cast<const libvpx_test::CodecFactory*>( \
223 &libvpx_test
[all...]
H A Divf_video_source.h18 namespace libvpx_test { namespace
49 compressed_frame_buf_ = new uint8_t[libvpx_test::kCodeBufferSize];
109 } // namespace libvpx_test
H A Dregister_state_check.h33 namespace libvpx_test { namespace
79 libvpx_test::RegisterStateCheck reg_check; \
83 } // namespace libvpx_test
95 namespace libvpx_test { namespace
133 libvpx_test::RegisterStateCheck reg_check; \
137 } // namespace libvpx_test
141 namespace libvpx_test {
146 } // namespace libvpx_test
H A Dy4m_video_source.h17 namespace libvpx_test { namespace
109 } // namespace libvpx_test
H A Ddecode_test_driver.h18 namespace libvpx_test { namespace
129 } // namespace libvpx_test
H A Dencode_test_driver.cc19 namespace libvpx_test { namespace
225 } // namespace libvpx_test
H A Di420_video_source.h18 namespace libvpx_test { namespace
116 } // namespace libvpx_test
H A Dvideo_source.h19 namespace libvpx_test { namespace
192 } // namespace libvpx_test
H A Dwebm_video_source.h20 namespace libvpx_test { namespace
189 } // namespace libvpx_test
H A Dencode_test_driver.h23 namespace libvpx_test { namespace
35 #define ALL_TEST_MODES ::testing::Values(::libvpx_test::kRealTime, \
36 ::libvpx_test::kOnePassGood, \
37 ::libvpx_test::kOnePassBest, \
38 ::libvpx_test::kTwoPassGood, \
39 ::libvpx_test::kTwoPassBest)
41 #define ONE_PASS_TEST_MODES ::testing::Values(::libvpx_test::kRealTime, \
42 ::libvpx_test::kOnePassGood, \
43 ::libvpx_test::kOnePassBest)
45 #define TWO_PASS_TEST_MODES ::testing::Values(::libvpx_test
[all...]

Completed in 465 milliseconds