Home
last modified time | relevance | path

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

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