HomeSort by relevance Sort by last modified time
    Searched refs:flows (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/opencv3/modules/cudaoptflow/perf/
perf_optflow.cpp 82 cv::cuda::GpuMat flows[2]; local
83 cv::cuda::split(flow, flows);
85 cv::cuda::GpuMat u = flows[0];
86 cv::cuda::GpuMat v = flows[1];
207 cv::cuda::GpuMat flows[2]; local
208 cv::cuda::split(flow, flows);
210 cv::cuda::GpuMat u = flows[0];
211 cv::cuda::GpuMat v = flows[1];
256 cv::cuda::GpuMat flows[2]; local
257 cv::cuda::split(flow, flows);
300 cv::cuda::GpuMat flows[2]; local
    [all...]
  /external/opencv3/modules/videostab/src/
optical_flow.cpp 141 cuda::GpuMat flows[2]; local
142 cuda::split(flow, flows);
144 flowX_ = flows[0];
145 flowY_ = flows[1];
  /external/iproute2/tc/
q_fq_codel.c 53 fprintf(stderr, "Usage: ... fq_codel [ limit PACKETS ] [ flows NUMBER ]\n");
63 unsigned flows = 0; local
78 } else if (strcmp(*argv, "flows") == 0) {
80 if (get_unsigned(&flows, *argv, 0)) {
81 fprintf(stderr, "Illegal \"flows\"\n");
127 if (flows)
128 addattr_l(n, 1024, TCA_FQ_CODEL_FLOWS, &flows, sizeof(flows));
148 unsigned flows; local
168 flows = rta_getattr_u32(tb[TCA_FQ_CODEL_FLOWS])
    [all...]
q_sfq.c 31 fprintf(stderr, " [ divisor NUMBER ] [ flows NUMBER] [ depth NUMBER ]\n");
82 } else if (strcmp(*argv, "flows") == 0) {
84 if (get_u32(&opt.v0.flows, *argv, 0)) {
85 fprintf(stderr, "Illegal \"flows\"\n");
92 fprintf(stderr, "Illegal \"flows\"\n");
229 fprintf(f, "flows %u/%u ", qopt->flows, qopt->divisor);
  /device/google/dragon/audio/hal/
cras_dsp_ini.h 69 flow_array flows; member in struct:ini
cras_dsp_ini.c 24 or "sink". It defines where the audio data flows into and flows out
73 FOR_ARRAY_ELEMENT(&ini->flows, i, flow) {
87 i = ARRAY_COUNT(&ini->flows);
88 flow = ARRAY_APPEND_ZERO(&ini->flows);
180 flow = ARRAY_ELEMENT(&ini->flows, flow_id);
246 ARRAY_FREE(&ini->flows);
  /external/opencv3/modules/superres/src/
optical_flow.cpp 539 GpuMat flows[2]; local
540 cuda::split(flow, flows);
542 dst1 = flows[0];
543 dst2 = flows[1];
608 GpuMat flows[2]; local
609 cuda::split(flow, flows);
611 dst1 = flows[0];
612 dst2 = flows[1];
693 GpuMat flows[2]; local
694 cuda::split(flow, flows);
782 GpuMat flows[2]; local
    [all...]
  /external/opencv3/modules/cudaoptflow/test/
test_optflow.cpp 81 cv::cuda::GpuMat flows[2]; local
82 cv::cuda::split(flow, flows);
84 cv::cuda::GpuMat u = flows[0];
85 cv::cuda::GpuMat v = flows[1];
149 cv::cuda::GpuMat flows[2]; local
150 cv::cuda::split(flow, flows);
152 cv::cuda::GpuMat u = flows[0];
153 cv::cuda::GpuMat v = flows[1];
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
infoflow.py 207 Generator which yields all information flows in/out of a
214 out If true, information flows out of the type will
215 be returned. If false, information flows in to the
232 flows = self.subG.out_edges_iter(s)
234 flows = self.subG.in_edges_iter(s)
237 for source, target in flows:
282 # rule and then expands the rule. All information flows are
287 # types (nodes) and edges (information flows) which are below the
306 # only add flows if they actually flow
  /external/opencv3/modules/cudaoptflow/src/
brox.cpp 184 GpuMat flows[] = {u, v};
185 cuda::merge(flows, 2, _flow, stream);
pyrlk.cpp 334 GpuMat flows[] = {u, v};
335 cuda::merge(flows, 2, _flow, stream);
  /external/libnl/lib/route/sch/
sfq.c 76 sfq->qs_flows = opts->flows;
  /bionic/libc/kernel/uapi/linux/
pkt_sched.h 155 unsigned flows; member in struct:tc_sfq_qopt
739 __u32 flows; member in struct:tc_fq_qd_stats
  /development/ndk/platforms/android-21/include/linux/
pkt_sched.h 155 unsigned flows; member in struct:tc_sfq_qopt
731 __u32 flows; member in struct:tc_fq_qd_stats
  /external/iproute2/include/linux/
pkt_sched.h 60 classes (or flows) have major equal to parent qdisc major, and
199 unsigned flows; /* Maximal number of flows */ member in struct:tc_sfq_qopt
646 __u32 penalty_rate; /* inelastic flows are rate limited to 'rate' pps */
739 __u32 new_flows_len; /* count of flows in new list */
740 __u32 old_flows_len; /* count of flows in old list */
802 __u32 flows; member in struct:tc_fq_qd_stats
  /external/kernel-headers/original/uapi/linux/
pkt_sched.h 60 classes (or flows) have major equal to parent qdisc major, and
195 unsigned flows; /* Maximal number of flows */ member in struct:tc_sfq_qopt
642 __u32 penalty_rate; /* inelastic flows are rate limited to 'rate' pps */
735 __u32 new_flows_len; /* count of flows in new list */
736 __u32 old_flows_len; /* count of flows in old list */
798 __u32 flows; member in struct:tc_fq_qd_stats
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
pkt_sched.h 155 unsigned flows; member in struct:tc_sfq_qopt
731 __u32 flows; member in struct:tc_fq_qd_stats
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
pkt_sched.h 155 unsigned flows; member in struct:tc_sfq_qopt
731 __u32 flows; member in struct:tc_fq_qd_stats
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
pkt_sched.h 155 unsigned flows; member in struct:tc_sfq_qopt
731 __u32 flows; member in struct:tc_fq_qd_stats
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
pkt_sched.h 155 unsigned flows; member in struct:tc_sfq_qopt
731 __u32 flows; member in struct:tc_fq_qd_stats
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
pkt_sched.h 155 unsigned flows; member in struct:tc_sfq_qopt
731 __u32 flows; member in struct:tc_fq_qd_stats
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
pkt_sched.h 155 unsigned flows; member in struct:tc_sfq_qopt
731 __u32 flows; member in struct:tc_fq_qd_stats
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
pkt_sched.h 155 unsigned flows; member in struct:tc_sfq_qopt
731 __u32 flows; member in struct:tc_fq_qd_stats
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/
pkt_sched.h 155 unsigned flows; member in struct:tc_sfq_qopt
731 __u32 flows; member in struct:tc_fq_qd_stats
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/
pkt_sched.h 155 unsigned flows; member in struct:tc_sfq_qopt
731 __u32 flows; member in struct:tc_fq_qd_stats

Completed in 413 milliseconds

1 2 3 4