Home
last modified time | relevance | path

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

/frameworks/av/media/tests/benchmark/tests/
DC2DecoderTest.cpp31 class C2DecoderTest : public ::testing::TestWithParam<pair<string, string>> { class
33 C2DecoderTest() : mDecoder(nullptr) {} in C2DecoderTest() function in C2DecoderTest
64 TEST_P(C2DecoderTest, Codec2Decode) { in TEST_P() argument