Searched refs:typenum (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/python/src2/ |
D | cv2.cpp | 170 int typenum = depth == CV_8U ? NPY_UBYTE : depth == CV_8S ? NPY_BYTE : in allocate() local 180 PyObject* o = PyArray_SimpleNew(dims, _sizes, typenum); in allocate() 182 …r_(Error::StsError, ("The numpy array of typenum=%d, ndims=%d can not be created", typenum, dims)); in allocate() 269 int typenum = PyArray_TYPE(oarr), new_typenum = typenum; in pyopencv_to() local 270 int type = typenum == NPY_UBYTE ? CV_8U : in pyopencv_to() 271 typenum == NPY_BYTE ? CV_8S : in pyopencv_to() 272 typenum == NPY_USHORT ? CV_16U : in pyopencv_to() 273 typenum == NPY_SHORT ? CV_16S : in pyopencv_to() 274 typenum == NPY_INT ? CV_32S : in pyopencv_to() 275 typenum == NPY_INT32 ? CV_32S : in pyopencv_to() [all …]
|
/external/ppp/pppd/ |
D | eap.c | 1042 eap_send_response(esp, id, typenum, str, lenstr) in eap_send_response() argument 1045 u_char typenum; 1061 PUTCHAR(typenum, outp); 1316 u_char typenum; local 1354 GETCHAR(typenum, inp); 1357 switch (typenum) { 1374 eap_send_response(esp, id, typenum, 1388 eap_send_response(esp, id, typenum, esp->es_client.ea_name, 1395 eap_send_response(esp, id, typenum, NULL, 0); 1449 typenum = id; [all …]
|