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

  /frameworks/av/media/libstagefright/
OMXCodec.cpp 135 static bool IsSoftwareCodec(const char *componentName) {
155 bool isSoftwareCodec1 = IsSoftwareCodec(elem1->mName.string());
156 bool isSoftwareCodec2 = IsSoftwareCodec(elem2->mName.string());
216 if (((flags & kSoftwareCodecsOnly) && IsSoftwareCodec(componentName)) ||
217 ((flags & kHardwareCodecsOnly) && !IsSoftwareCodec(componentName)) ||
    [all...]
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoDecoder.cpp 710 // We should ignore the software codecs and make IsSoftwareCodec()
712 if (IsSoftwareCodec(results[i].mComponentName.string())) {
    [all...]

Completed in 614 milliseconds