Home
last modified time | relevance | path

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

/frameworks/av/media/libmedia/include/media/
DMediaCodecInfo.h60 kFlagIsSoftwareOnly = 1 << 2, enumerator
/frameworks/av/media/codec2/sfplugin/
DCodec2InfoBuilder.cpp644 attrs |= MediaCodecInfo::kFlagIsSoftwareOnly; in buildMediaCodecList()
648 attrs |= MediaCodecInfo::kFlagIsSoftwareOnly; in buildMediaCodecList()
/frameworks/av/cmds/stagefright/
Dstagefright.cpp733 … list.add(AStringPrintf("software-only: %d", !!(attrs & MediaCodecInfo::kFlagIsSoftwareOnly))); in dumpCodecDetails()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp354 !!(attrs & MediaCodecInfo::kFlagIsSoftwareOnly))); in dumpCodecDetails()