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

  /frameworks/base/media/libstagefright/
OMXCodec.cpp 376 Vector<String8> *matchingCodecs) {
377 matchingCodecs->clear();
411 matchingCodecs->push(String8(componentName));
416 matchingCodecs->sort(CompareSoftwareCodecsFirst);
441 Vector<String8> matchingCodecs;
443 mime, createEncoder, matchComponentName, flags, &matchingCodecs);
445 if (matchingCodecs.isEmpty()) {
452 for (size_t i = 0; i < matchingCodecs.size(); ++i) {
453 const char *componentNameBase = matchingCodecs[i].string();
    [all...]
ACodec.cpp     [all...]
  /frameworks/base/include/media/stagefright/
OMXCodec.h 90 Vector<String8> *matchingCodecs);

Completed in 2517 milliseconds