Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/
DCCodecConfig.h63 IS_ENCODER = (1 << 6), ///< for encoders enumerator
83 DECODER = ~(IS_ENCODER | OTHER_KIND),
DCCodec.cpp670 && (config->mDomain & Config::IS_ENCODER)) { in configure()
717 if (!(config->mDomain & Config::IS_ENCODER)) { in configure()
787 if (config->mDomain & Config::IS_ENCODER) { in configure()
1246 … && (config->mDomain & Config::IS_ENCODER) && config->mInputSurface && config->mISConfig) { in setParameters()
DCCodecConfig.cpp534 kind.value == C2Component::KIND_ENCODER ? Domain::IS_ENCODER : Domain::OTHER_KIND); in initialize()
537 mOutputDomain = Domain(((mDomain & IS_ENCODER) ? IS_CODED : IS_RAW) | IS_OUTPUT); in initialize()