Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMediaCodecList.cpp90 MediaCodecList *codecList = new MediaCodecList(); in profilerThreadWrapper() local
91 if (codecList->initCheck() != OK) { in profilerThreadWrapper()
93 delete codecList; in profilerThreadWrapper()
98 for (size_t i = 0; i < codecList->countCodecs(); ++i) { in profilerThreadWrapper()
99 infos.push_back(codecList->getCodecInfo(i)); in profilerThreadWrapper()
104 codecList->parseTopLevelXMLFile(kProfilingResults, true /* ignore_errors */); in profilerThreadWrapper()
108 sCodecList = codecList; in profilerThreadWrapper()
118 MediaCodecList *codecList = new MediaCodecList; in getLocalInstance() local
119 if (codecList->initCheck() == OK) { in getLocalInstance()
120 sCodecList = codecList; in getLocalInstance()
[all …]