Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/
DCCodecConfig.h60 IS_IMAGE = (1 << 4), ///< for image codecs enumerator
79 AUDIO = ~(IS_IMAGE | IS_VIDEO | OTHER_DOMAIN),
80 VIDEO = ~(IS_AUDIO | IS_IMAGE | OTHER_DOMAIN),
DCCodec.cpp669 if ((config->mDomain & (Config::IS_VIDEO | Config::IS_IMAGE)) in configure()
710 if ((config->mDomain & (Config::IS_VIDEO | Config::IS_IMAGE))) { in configure()
783 if ((config->mDomain & (Config::IS_VIDEO | Config::IS_IMAGE))) { in configure()
1245 if ((config->mDomain & (Config::IS_VIDEO | Config::IS_IMAGE)) in setParameters()
DCCodecConfig.cpp531 domain.value == C2Component::DOMAIN_IMAGE ? Domain::IS_IMAGE : in initialize()