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

/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp1149 bool MediaCodecList::isSoftwareCodec(const AString &componentName) { function in class:android::MediaCodecList
1156 bool isSoftwareCodec1 = MediaCodecList::isSoftwareCodec(*name1);
1157 bool isSoftwareCodec2 = MediaCodecList::isSoftwareCodec(*name2);
1193 if ((flags & kHardwareCodecsOnly) && isSoftwareCodec(componentName)) {

Completed in 46 milliseconds