Searched defs:IsSoftwareCodec (Results 1 - 1 of 1) sorted by last modified time

/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp147 static bool IsSoftwareCodec(const char *componentName) { function in namespace:android
167 bool isSoftwareCodec1 = IsSoftwareCodec(elem1->mName.string());
168 bool isSoftwareCodec2 = IsSoftwareCodec(elem2->mName.string());
230 if (((flags & kSoftwareCodecsOnly) && IsSoftwareCodec(componentName)) ||
231 ((flags & kHardwareCodecsOnly) && !IsSoftwareCodec(componentName)) ||

Completed in 76 milliseconds