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.cpp541 attrs |= MediaCodecInfo::kFlagIsSoftwareOnly; in buildMediaCodecList()
545 attrs |= MediaCodecInfo::kFlagIsSoftwareOnly; in buildMediaCodecList()
/frameworks/av/cmds/stagefright/
Dstagefright.cpp719 … list.add(AStringPrintf("software-only: %d", !!(attrs & MediaCodecInfo::kFlagIsSoftwareOnly))); in dumpCodecDetails()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp353 !!(attrs & MediaCodecInfo::kFlagIsSoftwareOnly))); in dumpCodecDetails()