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

  /external/bluetooth/glib/glib/
gdataset.c 271 register gpointer ddata; local
274 ddata = list->data;
282 dfunc (ddata);
gthread.c 482 gpointer ddata = node->data; local
488 ddestroy (ddata);
521 gpointer ddata = node->data; local
530 ddestroy (ddata);
  /external/opencv/cv/src/
cvhough.cpp 871 float* ddata; local
986 ddata = dist_buf->data.fl;
1020 ddata[j] = _dx*_dx + _dy*_dy;
1025 icvHoughSortDescent32s( sort_buf, nz_count, (int*)ddata );
1027 dist_sum = start_dist = ddata[sort_buf[nz_count-1]];
1030 float d = ddata[sort_buf[j]];
1037 float r_cur = ddata[sort_buf[(j + start_idx)/2]];
    [all...]
  /external/zxing/core/
core.jar 

Completed in 92 milliseconds