Searched refs:global_results (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/libstagefright/ |
D | MediaCodecListOverrides.cpp | 207 CodecSettings global_results; in profileCodecs() local 210 profileCodecs(infos, &global_results, &encoder_results, &decoder_results); in profileCodecs() 211 exportResultsToXML(profilingResults, global_results, encoder_results, decoder_results); in profileCodecs() 216 CodecSettings *global_results, in profileCodecs() argument 266 global_results->add( in profileCodecs() 313 const CodecSettings &global_results, in exportResultsToXML() argument 316 if (global_results.size() == 0 && encoder_results.size() == 0 && decoder_results.size() == 0) { in exportResultsToXML() 324 if (global_results.size() > 0) { in exportResultsToXML() 326 overrides.append(globalResultsToXml(global_results)); in exportResultsToXML()
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | MediaCodecListOverrides.h | 43 CodecSettings *global_results, 50 const CodecSettings& global_results,
|
/frameworks/av/media/libstagefright/tests/ |
D | MediaCodecListOverrides_test.cpp | 125 CodecSettings global_results; in TEST_F() local 129 infos, &global_results, &encoder_results, &decoder_results, true /* forceToMeasure */); in TEST_F()
|