Home
last modified time | relevance | path

Searched refs:isSoftwareCodec (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/
DMediaCodecList.cpp320 bool MediaCodecList::isSoftwareCodec(const AString &componentName) { in isSoftwareCodec() function in android::MediaCodecList
329 bool isSoftwareCodec1 = MediaCodecList::isSoftwareCodec(*name1); in compareSoftwareCodecsFirst()
330 bool isSoftwareCodec2 = MediaCodecList::isSoftwareCodec(*name2); in compareSoftwareCodecsFirst()
389 if ((flags & kHardwareCodecsOnly) && isSoftwareCodec(componentName)) { in findMatchingCodecs()
DMediaCodec.cpp2198 mIsHardware = !MediaCodecList::isSoftwareCodec(name); in init()
4170 mIsHardware = !MediaCodecList::isSoftwareCodec(mComponentName); in onMessageReceived()
4195 MediaCodecList::isSoftwareCodec(mComponentName) ? 0 : 1); in onMessageReceived()
/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodecList.h86 static bool isSoftwareCodec(const AString &componentName);
/frameworks/wilhelm/src/android/
DVideoCodec_to_android.cpp81 if (info == NULL || MediaCodecList::isSoftwareCodec(info->getCodecName())) { in android_videoCodec_expose()