HomeSort by relevance Sort by last modified time
    Searched defs:typenum (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/python/src2/
cv2.cpp 170 int typenum = depth == CV_8U ? NPY_UBYTE : depth == CV_8S ? NPY_BYTE : local
180 PyObject* o = PyArray_SimpleNew(dims, _sizes, typenum);
182 CV_Error_(Error::StsError, ("The numpy array of typenum=%d, ndims=%d can not be created", typenum, dims));
269 int typenum = PyArray_TYPE(oarr), new_typenum = typenum; local
270 int type = typenum == NPY_UBYTE ? CV_8U :
271 typenum == NPY_BYTE ? CV_8S :
272 typenum == NPY_USHORT ? CV_16U :
273 typenum == NPY_SHORT ? CV_16S
    [all...]
  /external/ppp/pppd/
eap.c 1042 eap_send_response(esp, id, typenum, str, lenstr)
1045 u_char typenum;
1061 PUTCHAR(typenum, outp);
1316 u_char typenum; local
1726 u_char typenum; local
    [all...]

Completed in 1039 milliseconds