Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.h70 IS_CONFIG = (1 << 10), ///< for configure enumerator
89 PARAM = ~(IS_CONFIG | IS_READ),
91 READ = ~(IS_CONFIG | IS_PARAM),
DCCodec.cpp861 comp, sdkParams, Config::IS_CONFIG, C2_DONT_BLOCK, &configUpdate); in configure()
DCCodecConfig.cpp259 ((cm.domain() & Domain::IS_CONFIG) ? 'c' : ' '), in add()