Searched defs:IsSoftwareCodec (Results 1 - 1 of 1) 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)) ||

Completed in 315 milliseconds