Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp320 bool MediaCodecList::isSoftwareCodec(const AString &componentName) { in isSoftwareCodec() function in android::MediaCodecList
/aosp_15_r20/cts/tests/media/common/src/android/mediav2/common/cts/
H A DCodecTestBase.java738 public static boolean isSoftwareCodec(String codecName) { in isSoftwareCodec() method in CodecTestBase