/frameworks/av/media/libstagefright/id3/test/ |
D | ID3Test.cpp | 43 string path = gEnv->getRes() + GetParam(); in TEST_P() 62 string path = gEnv->getRes() + GetParam().first; in TEST_P() 75 string path = gEnv->getRes() + GetParam().first; in TEST_P() 119 string path = gEnv->getRes() + GetParam().first; in TEST_P() 145 string path = gEnv->getRes() + GetParam().first; in TEST_P()
|
/frameworks/av/media/libstagefright/tests/writer/ |
D | WriterTest.cpp | 354 string inputFile = gEnv->getRes(); in TEST_P() 355 string inputInfo = gEnv->getRes(); in TEST_P() 359 ASSERT_NE(inputFile.compare(gEnv->getRes()), 0) << "No input file specified"; in TEST_P() 407 string inputFile = gEnv->getRes(); in TEST_P() 408 string inputInfo = gEnv->getRes(); in TEST_P() 415 ASSERT_NE(inputFile.compare(gEnv->getRes()), 0) << "No input file specified"; in TEST_P() 468 string inputFile = gEnv->getRes(); in TEST_P() 469 string inputInfo = gEnv->getRes(); in TEST_P() 476 ASSERT_NE(inputFile.compare(gEnv->getRes()), 0) << "No input file specified"; in TEST_P() 561 string inputFile = gEnv->getRes(); in TEST_P() [all …]
|
/frameworks/av/media/tests/benchmark/tests/ |
D | BenchmarkTestEnvironment.h | 37 const string getRes() const { return res; } in getRes() function 39 void setStatsFile(const string module) { statsFile = getRes() + module; } in setStatsFile()
|
/frameworks/av/media/libstagefright/flac/dec/test/ |
D | FlacDecoderTest.cpp | 199 string inputFileName = gEnv->getRes() + get<0>(params); in TEST_P() 200 string infoFileName = gEnv->getRes() + get<1>(params); in TEST_P() 228 string inputFileName = gEnv->getRes() + get<0>(params); in TEST_P() 229 string infoFileName = gEnv->getRes() + get<1>(params); in TEST_P()
|
D | FlacDecoderTestEnvironment.h | 35 const string getRes() const { return res; } in getRes() function
|
/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/ |
D | VtsHalMediaC2V1_0TargetVideoDecTest.cpp | 68 "Res: " + gEnv->getRes().c_str(); in getTestCaseInfo() 443 strcpy(mURL, gEnv->getRes().c_str()); in TEST_P() 444 strcpy(info, gEnv->getRes().c_str()); in TEST_P() 534 strcpy(mURL, gEnv->getRes().c_str()); in TEST_F() 535 strcpy(info, gEnv->getRes().c_str()); in TEST_F() 627 strcpy(mURL, gEnv->getRes().c_str()); in TEST_F() 628 strcpy(info, gEnv->getRes().c_str()); in TEST_F() 720 strcpy(mURL, gEnv->getRes().c_str()); in TEST_F() 721 strcpy(info, gEnv->getRes().c_str()); in TEST_F() 830 strcpy(mURL, gEnv->getRes().c_str()); in TEST_F() [all …]
|
/frameworks/av/media/codec2/hidl/1.0/vts/functional/audio/ |
D | VtsHalMediaC2V1_0TargetAudioDecTest.cpp | 65 "Res: " + gEnv->getRes().c_str(); in getTestCaseInfo() 517 strcpy(mURL, gEnv->getRes().c_str()); in TEST_P() 518 strcpy(info, gEnv->getRes().c_str()); in TEST_P() 520 if (!strcmp(mURL, gEnv->getRes().c_str())) { in TEST_P() 522 gEnv->getRes().c_str(), mURL); in TEST_P() 635 strcpy(mURL, gEnv->getRes().c_str()); in TEST_F() 636 strcpy(info, gEnv->getRes().c_str()); in TEST_F() 736 strcpy(mURL, gEnv->getRes().c_str()); in TEST_F() 737 strcpy(info, gEnv->getRes().c_str()); in TEST_F() 861 strcpy(mURL, gEnv->getRes().c_str()); in TEST_F() [all …]
|
/frameworks/av/media/extractors/tests/ |
D | ExtractorUnitTest.cpp | 366 string inputFileName = gEnv->getRes() + get<1>(GetParam()); in TEST_P() 389 string inputFileName = gEnv->getRes() + get<1>(GetParam()); in TEST_P() 440 string inputFileName = gEnv->getRes() + get<1>(GetParam()); in TEST_P() 516 string inputFileName = gEnv->getRes() + get<1>(GetParam()); in TEST_P() 559 string inputFileName = gEnv->getRes() + get<1>(GetParam()); in TEST_P() 734 string inputFileName = gEnv->getRes() + get<1>(GetParam()); in TEST_P() 823 string inputFileName = gEnv->getRes() + get<1>(GetParam()); in TEST_P() 864 string inputFileName = gEnv->getRes(); in TEST_P() 949 int32_t status = stat((gEnv->getRes() + input0).c_str(), &buf); in SetUp() 959 status = stat((gEnv->getRes() + input1).c_str(), &buf); in SetUp() [all …]
|
D | ExtractorUnitTestEnvironment.h | 35 const string getRes() const { return res; } in getRes() function
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/test/ |
D | Mpeg4H263DecoderTest.cpp | 318 string inputFileName = gEnv->getRes() + get<0>(params); in TEST_P() 322 string infoFileName = gEnv->getRes() + get<1>(params); in TEST_P() 347 string inputFileName = gEnv->getRes() + get<0>(params); in TEST_P() 351 string infoFileName = gEnv->getRes() + get<1>(params); in TEST_P()
|
D | Mpeg4H263DecoderTestEnvironment.h | 35 const string getRes() const { return res; } in getRes() function
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/test/ |
D | AmrnbDecoderTest.cpp | 109 string inputFile = gEnv->getRes() + GetParam(); in TEST_P() 132 string inputFile = gEnv->getRes() + GetParam(); in TEST_P()
|
D | AmrnbDecTestEnvironment.h | 35 const string getRes() const { return res; } in getRes() function
|
/frameworks/av/media/libstagefright/mpeg2ts/test/ |
D | Mpeg2tsUnitTestEnvironment.h | 35 const string getRes() const { return res; } in getRes() function
|
/frameworks/av/media/libstagefright/foundation/tests/OpusHeader/ |
D | OpusHeaderTestEnvironment.h | 35 const string getRes() const { return res; } in getRes() function
|
/frameworks/av/media/libstagefright/tests/HEVC/ |
D | HEVCUtilsTestEnvironment.h | 35 const string getRes() const { return res; } in getRes() function
|
/frameworks/av/media/libstagefright/timedtext/test/ |
D | TimedTextTestEnvironment.h | 35 const string getRes() const { return res; } in getRes() function
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/test/ |
D | AmrnbEncTestEnvironment.h | 35 const string getRes() const { return res; } in getRes() function
|
/frameworks/av/media/libstagefright/codecs/mp3dec/test/ |
D | Mp3DecoderTestEnvironment.h | 35 const string getRes() const { return res; } in getRes() function
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/test/ |
D | AmrwbEncTestEnvironment.h | 35 const string getRes() const { return res; } in getRes() function
|
/frameworks/av/media/libstagefright/xmlparser/test/ |
D | XMLParserTestEnvironment.h | 35 const string getRes() const { return res; } in getRes() function
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/test/ |
D | Mpeg4H263EncoderTestEnvironment.h | 35 const string getRes() const { return res; } in getRes() function
|
/frameworks/av/media/libstagefright/tests/ESDS/ |
D | ESDSTestEnvironment.h | 35 const string getRes() const { return res; } in getRes() function
|
/frameworks/av/media/libstagefright/foundation/tests/AVCUtils/ |
D | AVCUtilsTestEnvironment.h | 35 const string getRes() const { return res; } in getRes() function
|
/frameworks/av/media/libstagefright/codecs/amrwb/test/ |
D | AmrwbDecTestEnvironment.h | 35 const string getRes() const { return res; } in getRes() function
|