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

  /frameworks/av/media/libstagefright/
OMXCodec.cpp 185 Vector<String8> *matchingCodecs,
187 matchingCodecs->clear();
224 matchingCodecs->push(String8(componentName));
233 matchingCodecs->sort(CompareSoftwareCodecsFirst);
297 Vector<String8> matchingCodecs;
301 &matchingCodecs, &matchingCodecQuirks);
303 if (matchingCodecs.isEmpty()) {
310 for (size_t i = 0; i < matchingCodecs.size(); ++i) {
311 const char *componentNameBase = matchingCodecs[i].string();
    [all...]
ACodec.cpp     [all...]
  /frameworks/av/include/media/stagefright/
OMXCodec.h 111 Vector<String8> *matchingCodecs,

Completed in 504 milliseconds