Searched refs:matchingCodecs (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/
H A DStagefrightMetadataRetriever.cpp479 Vector<OMXCodec::CodecNameAndQuirks> matchingCodecs; local
485 &matchingCodecs);
487 for (size_t i = 0; i < matchingCodecs.size(); ++i) {
488 const char *componentName = matchingCodecs[i].mName.string();
H A DOMXCodec.cpp203 Vector<CodecNameAndQuirks> *matchingCodecs) {
204 matchingCodecs->clear();
239 ssize_t index = matchingCodecs->add();
240 CodecNameAndQuirks *entry = &matchingCodecs->editItemAt(index);
250 matchingCodecs->sort(CompareSoftwareCodecsFirst);
312 Vector<CodecNameAndQuirks> matchingCodecs; local
314 mime, createEncoder, matchComponentName, flags, &matchingCodecs);
316 if (matchingCodecs.isEmpty()) {
326 for (size_t i = 0; i < matchingCodecs.size(); ++i) {
327 const char *componentNameBase = matchingCodecs[
199 findMatchingCodecs( const char *mime, bool createEncoder, const char *matchComponentName, uint32_t flags, Vector<CodecNameAndQuirks> *matchingCodecs) argument
4267 Vector<OMXCodec::CodecNameAndQuirks> matchingCodecs; local
[all...]
H A DACodec.cpp5469 Vector<OMXCodec::CodecNameAndQuirks> matchingCodecs; local
5477 ssize_t index = matchingCodecs.add();
5478 OMXCodec::CodecNameAndQuirks *entry = &matchingCodecs.editItemAt(index);
5497 &matchingCodecs);
5504 for (size_t matchIndex = 0; matchIndex < matchingCodecs.size();
5506 componentName = matchingCodecs.itemAt(matchIndex).mName.string();
5507 quirks = matchingCodecs.itemAt(matchIndex).mQuirks;

Completed in 92 milliseconds