Searched refs:VorbisDecoderTestEnvironment (Results 1 – 2 of 2) sorted by relevance
26 class VorbisDecoderTestEnvironment : public ::testing::Environment {28 VorbisDecoderTestEnvironment() : res("/data/local/tmp/"), deleteOutput(true) {} in VorbisDecoderTestEnvironment() function44 int VorbisDecoderTestEnvironment::initFromOptions(int argc, char** argv) { in initFromOptions()
46 static VorbisDecoderTestEnvironment* gEnv = nullptr;334 gEnv = new VorbisDecoderTestEnvironment(); in main()