HomeSort by relevance Sort by last modified time
    Searched refs:kProfilingResults (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/
MediaCodecListOverrides.h 30 extern const char *kProfilingResults;
38 // profile codecs and save the result to xml file named kProfilingResults.
MediaCodecListOverrides.cpp 36 const char *kProfilingResults = "/data/misc/media/media_codecs_profiling_results.xml";
268 exportResultsToXML(kProfilingResults, global_results, encoder_results, decoder_results);
MediaCodecList.cpp 67 FILE *resultsFile = fopen(kProfilingResults, "r");
89 remove(kProfilingResults); // remove previous result so that it won't be loaded to
105 codecList->parseTopLevelXMLFile(kProfilingResults, true /* ignore_errors */);
180 parseTopLevelXMLFile(kProfilingResults, true/* ignore_errors */);
    [all...]

Completed in 539 milliseconds