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 199 Vector<CodecNameAndQuirks> *matchingCodecs) {
200 matchingCodecs->clear();
235 ssize_t index = matchingCodecs->add();
236 CodecNameAndQuirks *entry = &matchingCodecs->editItemAt(index);
246 matchingCodecs->sort(CompareSoftwareCodecsFirst);
308 Vector<CodecNameAndQuirks> matchingCodecs;
310 mime, createEncoder, matchComponentName, flags, &matchingCodecs);
312 if (matchingCodecs.isEmpty()) {
322 for (size_t i = 0; i < matchingCodecs.size(); ++i) {
323 const char *componentNameBase = matchingCodecs[i].mName.string()
    [all...]
ACodec.cpp     [all...]

Completed in 44 milliseconds