HomeSort by relevance Sort by last modified time
    Searched defs:libvpx_test (Results 1 - 25 of 36) sorted by null

1 2

  /external/libvpx/libvpx/test/
test_vectors.h 16 namespace libvpx_test { namespace
28 } // namespace libvpx_test
clear_system_state.h 18 namespace libvpx_test { namespace
28 } // namespace libvpx_test
i420_video_source.h 18 namespace libvpx_test { namespace
34 } // namespace libvpx_test
test_vectors.cc 13 namespace libvpx_test { namespace
202 } // namespace libvpx_test
vp8_decrypt_test.cc 44 namespace libvpx_test { namespace
47 libvpx_test::IVFVideoSource video("vp80-00-comprehensive-001.ivf");
71 } // namespace libvpx_test
vp9_decrypt_test.cc 44 namespace libvpx_test { namespace
47 libvpx_test::IVFVideoSource video("vp90-2-05-resize.ivf");
71 } // namespace libvpx_test
acm_random.h 18 namespace libvpx_test { namespace
65 } // namespace libvpx_test
md5_helper.h 17 namespace libvpx_test { namespace
72 } // namespace libvpx_test
decode_test_driver.cc 18 namespace libvpx_test { namespace
123 } // namespace libvpx_test
codec_factory.h 25 namespace libvpx_test { namespace
58 std::tr1::tuple< const libvpx_test::CodecFactory*, T1 > > {
63 std::tr1::tuple< const libvpx_test::CodecFactory*, T1, T2 > > {
68 std::tr1::tuple< const libvpx_test::CodecFactory*, T1, T2, T3 > > {
150 const libvpx_test::VP8CodecFactory kVP8;
155 ::testing::Values(static_cast<const libvpx_test::CodecFactory*>( \
156 &libvpx_test::kVP8)), \
244 const libvpx_test::VP9CodecFactory kVP9;
249 ::testing::Values(static_cast<const libvpx_test::CodecFactory*>( \
250 &libvpx_test::kVP9)),
    [all...]
ivf_video_source.h 18 namespace libvpx_test { namespace
49 compressed_frame_buf_ = new uint8_t[libvpx_test::kCodeBufferSize];
109 } // namespace libvpx_test
register_state_check.h 49 namespace libvpx_test { namespace
90 libvpx_test::RegisterStateCheck reg_check; \
94 } // namespace libvpx_test
104 namespace libvpx_test {
137 libvpx_test::RegisterStateCheck reg_check; \
141 } // namespace libvpx_test
145 namespace libvpx_test {
150 } // namespace libvpx_test
157 namespace libvpx_test { namespace
185 libvpx_test::RegisterStateCheckMMX reg_check;
    [all...]
webm_video_source.h 21 namespace libvpx_test { namespace
100 } // namespace libvpx_test
yuv_video_source.h 20 namespace libvpx_test { namespace
149 } // namespace libvpx_test
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
test_vectors.h 16 namespace libvpx_test { namespace
28 } // namespace libvpx_test
clear_system_state.h 18 namespace libvpx_test { namespace
28 } // namespace libvpx_test
test_vectors.cc 13 namespace libvpx_test { namespace
172 } // namespace libvpx_test
decode_test_driver.cc 16 namespace libvpx_test { namespace
50 } // namespace libvpx_test
vp8_decrypt_test.cc 44 namespace libvpx_test { namespace
47 libvpx_test::IVFVideoSource video("vp80-00-comprehensive-001.ivf");
73 } // namespace libvpx_test
acm_random.h 18 namespace libvpx_test { namespace
65 } // namespace libvpx_test
md5_helper.h 17 namespace libvpx_test { namespace
66 } // namespace libvpx_test
register_state_check.h 33 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
codec_factory.h 25 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::kVP9)),
    [all...]
decode_test_driver.h 18 namespace libvpx_test { namespace
129 } // namespace libvpx_test
encode_test_driver.cc 19 namespace libvpx_test { namespace
225 } // namespace libvpx_test

Completed in 230 milliseconds

1 2