Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dmacconversion.cc57 SInt8 sint8; in p_convertCFNumberToInt() local
58 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint8)); in p_convertCFNumberToInt()
59 if (converted) *i = static_cast<int>(sint8); in p_convertCFNumberToInt()