Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/core/include/
DC2Param.h900 C2Value(T value) : _mType(typeFor<T>()), _mValue(value) { } in C2Value() function
902 C2Value() : _mType(NO_INIT) { } in C2Value() function
/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.cpp573 .withMapper([](C2Value) -> C2Value { return uint32_t(1); })); in initializeStandardParams() argument
577 .withMapper([](C2Value) -> C2Value { return uint32_t(1); })); in initializeStandardParams() argument