Searched defs:isSoftwareCodec (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp1124 bool MediaCodecList::isSoftwareCodec(const AString &componentName) { function in class:android::MediaCodecList
1131 bool isSoftwareCodec1 = MediaCodecList::isSoftwareCodec(*name1);
1132 bool isSoftwareCodec2 = MediaCodecList::isSoftwareCodec(*name2);
1168 if (!((flags & kHardwareCodecsOnly) && !isSoftwareCodec(componentName))) {

Completed in 54 milliseconds