Home
last modified time | relevance | path

Searched refs:Mp3DecoderTestEnvironment (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/module/codecs/mp3dec/test/
DMp3DecoderTestEnvironment.h26 class Mp3DecoderTestEnvironment : public ::testing::Environment {
28 Mp3DecoderTestEnvironment() : res("/data/local/tmp/") {} in Mp3DecoderTestEnvironment() function
41 int Mp3DecoderTestEnvironment::initFromOptions(int argc, char **argv) { in initFromOptions()
DMp3DecoderTest.cpp38 static Mp3DecoderTestEnvironment *gEnv = nullptr;
182 gEnv = new Mp3DecoderTestEnvironment(); in main()