HomeSort by relevance Sort by last modified time
    Searched refs:DecoderTest (Results 1 - 10 of 10) sorted by null

  /external/libvpx/libvpx/test/
decode_test_driver.cc 49 void DecoderTest::HandlePeekResult(Decoder *const decoder,
68 void DecoderTest::RunLoop(CompressedVideoSource *video,
110 void DecoderTest::RunLoop(CompressedVideoSource *video) {
115 void DecoderTest::set_cfg(const vpx_codec_dec_cfg_t &dec_cfg) {
119 void DecoderTest::set_flags(const vpx_codec_flags_t flags) {
decode_test_driver.h 135 class DecoderTest {
167 explicit DecoderTest(const CodecFactory *codec)
172 virtual ~DecoderTest() {}
invalid_file_test.cc 38 : public ::libvpx_test::DecoderTest,
41 InvalidFileTest() : DecoderTest(GET_PARAM(0)), res_file_(NULL) {}
test_vector_test.cc 41 class TestVectorTest : public ::libvpx_test::DecoderTest,
45 : DecoderTest(GET_PARAM(0)),
external_frame_buffer_test.cc 202 : public ::libvpx_test::DecoderTest,
206 : DecoderTest(GET_PARAM(::libvpx_test::kCodecFactoryParam)),
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
decode_test_driver.h 108 class DecoderTest {
122 explicit DecoderTest(const CodecFactory *codec) : codec_(codec) {}
124 virtual ~DecoderTest() {}
test_vector_test.cc 26 class TestVectorTest : public ::libvpx_test::DecoderTest,
29 TestVectorTest() : DecoderTest(GET_PARAM(0)), md5_file_(NULL) {}
decode_test_driver.cc 28 void DecoderTest::RunLoop(CompressedVideoSource *video) {
external_frame_buffer_test.cc 192 : public ::libvpx_test::DecoderTest,
196 : DecoderTest(GET_PARAM(::libvpx_test::kCodecFactoryParam)),
  /cts/tests/tests/media/src/android/media/cts/
DecoderTest.java 56 public class DecoderTest extends MediaPlayerTestBase {
57 private static final String TAG = "DecoderTest";
    [all...]

Completed in 96 milliseconds