Searched refs:IS_ENCODER (Results 1 – 3 of 3) sorted by relevance
63 IS_ENCODER = (1 << 6), ///< for encoders enumerator83 DECODER = ~(IS_ENCODER | OTHER_KIND),
670 && (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()
534 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()