Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codec2/include/
DC2Param.h703 STRUCT_FLAG = 0x10000, ///< structs. Marked with this flag in addition to their baseIndex. enumerator
799 return (Type)(T::baseIndex | STRUCT_FLAG); in getType()
/frameworks/av/media/libstagefright/codec2/tests/
DC2Param_test.cpp42 if (fd.type() & FD::STRUCT_FLAG) { in PrintTo()
43 *os << "struct-" << (fd.type() & ~FD::STRUCT_FLAG); in PrintTo()
97 const static FD::Type TYPE = (FD::Type)(baseIndex | FD::STRUCT_FLAG);