Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/
DCCodecConfig.cpp97 SdkType sdkValue; in withC2Mappers() local
99 if (v.get(&sdkValue) && C2Mapper::map(sdkValue, &c2Value)) { in withC2Mappers()
105 SdkType sdkValue; in withC2Mappers() local
108 if (v.get((C2ValueType*)&c2Value) && C2Mapper::map(c2Value, &sdkValue)) { in withC2Mappers()
109 return sdkValue; in withC2Mappers()