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

/frameworks/av/include/media/stagefright/
H A DMediaCodecList.h81 static bool isSoftwareCodec(const AString &componentName);
/frameworks/wilhelm/src/android/
H A DVideoCodec_to_android.cpp80 if (info == NULL || MediaCodecList::isSoftwareCodec(info->getCodecName())) {
/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 81 milliseconds