Home
last modified time | relevance | path

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

/aosp_15_r20/external/tremolo/tests/
H A DVorbisDecoderTestEnvironment.h26 class VorbisDecoderTestEnvironment : public ::testing::Environment {
28 VorbisDecoderTestEnvironment() : res("/data/local/tmp/"), deleteOutput(true) {} in VorbisDecoderTestEnvironment() function
44 int VorbisDecoderTestEnvironment::initFromOptions(int argc, char** argv) { in initFromOptions()
H A DVorbisDecoderTest.cpp46 static VorbisDecoderTestEnvironment* gEnv = nullptr;
334 gEnv = new VorbisDecoderTestEnvironment(); in main()