Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/
DCCodecConfig.h64 IS_ENCODER = (1 << 6), ///< for encoders enumerator
86 DECODER = ~(IS_ENCODER | OTHER_KIND),
DCCodec.cpp720 && (config->mDomain & Config::IS_ENCODER)) { in configure()
768 if (!(config->mDomain & Config::IS_ENCODER)) { in configure()
878 if (config->mDomain & Config::IS_ENCODER) { in configure()
902 if (config->mDomain & Config::IS_ENCODER) { in configure()
1404 … && (config->mDomain & Config::IS_ENCODER) && config->mInputSurface && config->mISConfig) { in setParameters()
DCCodecConfig.cpp861 kind.value == C2Component::KIND_ENCODER ? Domain::IS_ENCODER : Domain::OTHER_KIND); in initialize()
864 mOutputDomain = Domain(((mDomain & IS_ENCODER) ? IS_CODED : IS_RAW) | IS_OUTPUT); in initialize()
1325 if (mDomain == (IS_VIDEO | IS_ENCODER)) { in getReflectedFormat()