Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codecs/mp3dec/test/
H A 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()
H A DMp3DecoderTest.cpp37 static Mp3DecoderTestEnvironment *gEnv = nullptr;
193 gEnv = new Mp3DecoderTestEnvironment(); in main()