Home
last modified time | relevance | path

Searched refs:kHardwareCodecsOnly (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaCodecList.h69 kHardwareCodecsOnly = 2, enumerator
/aosp12/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp389 if ((flags & kHardwareCodecsOnly) && isSoftwareCodec(componentName)) { in findMatchingCodecs()
/aosp12/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp201 flags |= MediaCodecList::kHardwareCodecsOnly; in playSource()