Searched refs:IsSoftwareCodec (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp135 static bool IsSoftwareCodec(const char *componentName) { function in namespace:android
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)) ||
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoDecoder.cpp710 // We should ignore the software codecs and make IsSoftwareCodec()
712 if (IsSoftwareCodec(results[i].mComponentName.string())) {

Completed in 1889 milliseconds