Home
last modified time | relevance | path

Searched refs:usageProtected (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp1140 int32_t usageProtected; in configure() local
1143 } else if (msg->findInt32("protected", &usageProtected) && usageProtected) { in configure()
/frameworks/av/media/libstagefright/
DACodec.cpp1965 int32_t usageProtected; in configureCodec() local
1966 if (msg->findInt32("protected", &usageProtected) && usageProtected) { in configureCodec()