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

  /external/opencv3/modules/calib3d/test/
test_undistort.cpp 270 int dist_size = test_mat[INPUT][2].cols > test_mat[INPUT][2].rows ? test_mat[INPUT][2].cols : test_mat[INPUT][2].rows; local
272 vector<double> dist(dist_size);
307 if (dist_size > 4)
313 if (dist_size > 4)
382 int dist_size = test_mat[INPUT][2].cols > test_mat[INPUT][2].rows ? test_mat[INPUT][2].cols : test_mat[INPUT][2].rows; local
386 double* dist = new double[dist_size ];
696 int dist_size = test_mat[INPUT][2].cols > test_mat[INPUT][2].rows ? test_mat[INPUT][2].cols : test_mat[INPUT][2].rows; local
698 vector<double> dist(dist_size);
731 if (dist_size > 4)
737 if (dist_size > 4
842 int dist_size = test_mat[INPUT][2].cols > test_mat[INPUT][2].rows ? test_mat[INPUT][2].cols : test_mat[INPUT][2].rows; local
    [all...]
  /external/libnl/lib/route/sch/
netem.c 140 netem->qnm_dist.dist_size = 0;
235 if ( netem->qnm_dist.dist_data && netem->qnm_dist.dist_size ) {
241 int new_msg_len = msg->nm_size + netem->qnm_dist.dist_size *
285 netem->qnm_dist.dist_size * sizeof(netem->qnm_dist.dist_data[0]),
826 return netem->qnm_dist.dist_size;
911 netem->qnm_dist.dist_size = n;
  /external/iproute2/tc/
q_netem.c 174 int dist_size = 0; local
399 dist_size = get_distribution(*argv, dist_data, MAX_DIST);
400 if (dist_size <= 0) {
528 dist_data, dist_size * sizeof(dist_data[0])) < 0)
  /external/libnl/include/
netlink-types.h 607 size_t dist_size; member in struct:rtnl_netem_dist

Completed in 272 milliseconds