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

/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp198 Vector<CodecNameAndQuirks> *matchingCodecs) {
199 matchingCodecs->clear();
234 ssize_t index = matchingCodecs->add();
235 CodecNameAndQuirks *entry = &matchingCodecs->editItemAt(index);
245 matchingCodecs->sort(CompareSoftwareCodecsFirst);
307 Vector<CodecNameAndQuirks> matchingCodecs; local
309 mime, createEncoder, matchComponentName, flags, &matchingCodecs);
311 if (matchingCodecs.isEmpty()) {
321 for (size_t i = 0; i < matchingCodecs.size(); ++i) {
322 const char *componentNameBase = matchingCodecs[
194 findMatchingCodecs( const char *mime, bool createEncoder, const char *matchComponentName, uint32_t flags, Vector<CodecNameAndQuirks> *matchingCodecs) argument
4670 Vector<OMXCodec::CodecNameAndQuirks> matchingCodecs; local
[all...]
H A DACodec.cpp4517 Vector<OMXCodec::CodecNameAndQuirks> matchingCodecs; local
4525 ssize_t index = matchingCodecs.add();
4526 OMXCodec::CodecNameAndQuirks *entry = &matchingCodecs.editItemAt(index);
4545 &matchingCodecs);
4551 for (size_t matchIndex = 0; matchIndex < matchingCodecs.size();
4553 componentName = matchingCodecs.itemAt(matchIndex).mName.string();
4554 quirks = matchingCodecs.itemAt(matchIndex).mQuirks;

Completed in 491 milliseconds