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

/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp186 Vector<CodecNameAndQuirks> *matchingCodecs) {
187 matchingCodecs->clear();
220 ssize_t index = matchingCodecs->add();
221 CodecNameAndQuirks *entry = &matchingCodecs->editItemAt(index);
231 matchingCodecs->sort(CompareSoftwareCodecsFirst);
295 Vector<CodecNameAndQuirks> matchingCodecs; local
297 mime, createEncoder, matchComponentName, flags, &matchingCodecs);
299 if (matchingCodecs.isEmpty()) {
309 for (size_t i = 0; i < matchingCodecs.size(); ++i) {
310 const char *componentNameBase = matchingCodecs[
182 findMatchingCodecs( const char *mime, bool createEncoder, const char *matchComponentName, uint32_t flags, Vector<CodecNameAndQuirks> *matchingCodecs) argument
4527 Vector<OMXCodec::CodecNameAndQuirks> matchingCodecs; local
[all...]
H A DACodec.cpp3024 Vector<OMXCodec::CodecNameAndQuirks> matchingCodecs; local
3031 ssize_t index = matchingCodecs.add();
3032 OMXCodec::CodecNameAndQuirks *entry = &matchingCodecs.editItemAt(index);
3052 &matchingCodecs);
3058 for (size_t matchIndex = 0; matchIndex < matchingCodecs.size();
3060 componentName = matchingCodecs.itemAt(matchIndex).mName.string();
3061 quirks = matchingCodecs.itemAt(matchIndex).mQuirks;

Completed in 38 milliseconds