Home
last modified time | relevance | path

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

/frameworks/av/media/libmedia/tests/codeclist/
DCodecListTest.cpp101 for (auto mapIter : codecMap) { in TEST() local
102 ssize_t index = list->findCodecByName(mapIter.first.c_str()); in TEST()
104 std::cout << "[ WARN ] " << mapIter.first << " not found in CodecList \n"; in TEST()
111 MediaCodecsXmlParser::CodecProperties codecProperties = mapIter.second; in TEST()