Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/
DCCodecConfig.h61 IS_IMAGE = (1 << 4), ///< for image codecs enumerator
82 AUDIO = ~(IS_IMAGE | IS_VIDEO | OTHER_DOMAIN),
83 VIDEO = ~(IS_AUDIO | IS_IMAGE | OTHER_DOMAIN),
DCCodec.cpp719 if ((config->mDomain & (Config::IS_VIDEO | Config::IS_IMAGE)) in configure()
761 if ((config->mDomain & (Config::IS_VIDEO | Config::IS_IMAGE))) { in configure()
865 if ((config->mDomain & (Config::IS_VIDEO | Config::IS_IMAGE))) { in configure()
1403 if ((config->mDomain & (Config::IS_VIDEO | Config::IS_IMAGE)) in setParameters()
DCCodecConfig.cpp858 domain.value == C2Component::DOMAIN_IMAGE ? Domain::IS_IMAGE : in initialize()
1162 if ((portDomain & IS_RAW) && (mDomain & (IS_IMAGE | IS_VIDEO))) { in getSdkFormatForDomain()