Home
last modified time | relevance | path

Searched defs:C2Value (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codec2/include/
DC2Param.h644 C2Value(T value) : mType(typeFor<T>()), mValue(value) { } in C2Value() function
646 C2Value() : mType(NO_INIT) { } in C2Value() function