Home
last modified time | relevance | path

Searched refs:infoFileName (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/flac/dec/test/
DFlacDecoderTest.cpp69 void getInfo(string infoFileName, vector<FrameInfo> &Info) { in getInfo() argument
71 eleInfo.open(infoFileName); in getInfo()
200 string infoFileName = gEnv->getRes() + get<1>(params); in TEST_P() local
204 getInfo(infoFileName, Info); in TEST_P()
229 string infoFileName = gEnv->getRes() + get<1>(params); in TEST_P() local
233 getInfo(infoFileName, Info); in TEST_P()
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/test/
DMpeg4H263DecoderTest.cpp296 void getInfo(string infoFileName, vector<FrameInfo> &Info) { in getInfo() argument
298 eleInfo.open(infoFileName); in getInfo()
299 ASSERT_EQ(eleInfo.is_open(), true) << "Failed to open " << infoFileName; in getInfo()
322 string infoFileName = gEnv->getRes() + get<1>(params); in TEST_P() local
324 ASSERT_NO_FATAL_FAILURE(getInfo(infoFileName, Info)); in TEST_P()
351 string infoFileName = gEnv->getRes() + get<1>(params); in TEST_P() local
353 ASSERT_NO_FATAL_FAILURE(getInfo(infoFileName, Info)); in TEST_P()
/frameworks/av/media/libstagefright/foundation/tests/AVCUtils/
DAVCUtilsUnitTest.cpp48 bool SetUpAVCUtils(string fileName, string infoFileName) { in SetUpAVCUtils() argument
53 mInfoFile = gEnv->getRes() + infoFileName; in SetUpAVCUtils()
80 string infoFileName = get<1>(params); in SetUp() local
81 AVCUtils::SetUpAVCUtils(fileName, infoFileName); in SetUp()
104 string infoFileName = GetParam().second; in SetUp() local
105 AVCUtils::SetUpAVCUtils(fileName, infoFileName); in SetUp()