Searched refs:isSoftwareCodec (Results 1 – 3 of 3) sorted by relevance
316 bool MediaCodecList::isSoftwareCodec(const AString &componentName) { in isSoftwareCodec() function in android::MediaCodecList325 bool isSoftwareCodec1 = MediaCodecList::isSoftwareCodec(*name1); in compareSoftwareCodecsFirst()326 bool isSoftwareCodec2 = MediaCodecList::isSoftwareCodec(*name2); in compareSoftwareCodecsFirst()370 if ((flags & kHardwareCodecsOnly) && isSoftwareCodec(componentName)) { in findMatchingCodecs()
78 static bool isSoftwareCodec(const AString &componentName);
81 if (info == NULL || MediaCodecList::isSoftwareCodec(info->getCodecName())) { in android_videoCodec_expose()