Home
last modified time | relevance | path

Searched defs:DecoderTest (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/tests/benchmark/tests/
DDecoderTest.cpp32 class DecoderTest : public ::testing::TestWithParam<tuple<string, string, bool>> {}; class
34 TEST_P(DecoderTest, Decode) { in TEST_P() argument
/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/androidTest/java/com/android/media/benchmark/tests/
DDecoderTest.java54 public class DecoderTest { class
68 public DecoderTest(String inputFile, boolean asyncMode) { in DecoderTest() method in DecoderTest