Searched defs:cfn (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/base/
H A Dmacconversion.cc46 bool p_convertCFNumberToInt(CFNumberRef cfn, int* i) { argument
50 if (NULL != cfn) {
53 if (CFGetTypeID(cfn) == CFNumberGetTypeID()) {
54 CFNumberType ntype = CFNumberGetType(cfn);
58 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint8));
63 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint16));
68 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint32));
73 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint64));
78 converted = CFNumberGetValue(cfn, ntype,
84 converted = CFNumberGetValue(cfn, ntyp
146 p_isCFNumberTrue(CFNumberRef cfn) argument
[all...]
/external/opencv3/modules/ml/src/
H A Dem.cpp805 FileNode cfn = fn["covs"]; local
806 FileNodeIterator cfn_it = cfn.begin();
807 int i, n = (int)cfn.size();

Completed in 212 milliseconds