Home
last modified time | relevance | path

Searched refs:DecoderTest (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/test/
Ddecode_test_driver.cc49 void DecoderTest::HandlePeekResult(Decoder *const decoder, in HandlePeekResult()
68 void DecoderTest::RunLoop(CompressedVideoSource *video, in RunLoop()
110 void DecoderTest::RunLoop(CompressedVideoSource *video) { in RunLoop()
115 void DecoderTest::set_cfg(const vpx_codec_dec_cfg_t &dec_cfg) { in set_cfg()
119 void DecoderTest::set_flags(const vpx_codec_flags_t flags) { in set_flags()
Ddecode_test_driver.h135 class DecoderTest {
167 explicit DecoderTest(const CodecFactory *codec) in DecoderTest() function
172 virtual ~DecoderTest() {} in ~DecoderTest()
Dinvalid_file_test.cc38 : public ::libvpx_test::DecoderTest,
41 InvalidFileTest() : DecoderTest(GET_PARAM(0)), res_file_(NULL) {} in InvalidFileTest()
Dtest_vector_test.cc41 class TestVectorTest : public ::libvpx_test::DecoderTest,
45 : DecoderTest(GET_PARAM(0)), in TestVectorTest()
Dexternal_frame_buffer_test.cc202 : public ::libvpx_test::DecoderTest,
206 : DecoderTest(GET_PARAM(::libvpx_test::kCodecFactoryParam)), in ExternalFrameBufferMD5Test()