Home
last modified time | relevance | path

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

/hardware/google/av/codec2/include/
DC2Param.h877 C2Value(T value) : _mType(typeFor<T>()), _mValue(value) { } in C2Value() function
879 C2Value() : _mType(NO_INIT) { } in C2Value() function
/hardware/google/av/media/sfplugin/
DCCodecConfig.cpp534 .withMapper([](C2Value) -> C2Value { return uint32_t(1); })); in initializeStandardParams() argument
538 .withMapper([](C2Value) -> C2Value { return uint32_t(1); })); in initializeStandardParams() argument