Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.cpp121 SdkType sdkValue; in withC2Mappers() local
123 if (v.get(&sdkValue) && C2Mapper::map(sdkValue, &c2Value)) { in withC2Mappers()
129 SdkType sdkValue; in withC2Mappers() local
132 if (v.get((C2ValueType*)&c2Value) && C2Mapper::map(c2Value, &sdkValue)) { in withC2Mappers()
133 return sdkValue; in withC2Mappers()