Home
last modified time | relevance | path

Searched refs:GUARD_BIT (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.h61 GUARD_BIT = (1 << 1), ///< this is to prevent against accidental && or || usage enumerator
DCCodecConfig.cpp93 C2_CHECK(domain & Domain::GUARD_BIT); in limitTo()