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

  /frameworks/av/media/libstagefright/
OMXCodec.cpp 186 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;
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[i].mName.string()
    [all...]
ACodec.cpp     [all...]

Completed in 31 milliseconds