OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:swap_count
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/modules/cudabgsegm/src/cuda/
mog2.cu
166
int
swap_count
= 0;
217
swap_count
++;
235
gmm_weight((mode -
swap_count
) * frame.rows + y, x) = weight; //update weight by the calculated value
/external/libdrm/tests/modetest/
modetest.c
698
int
swap_count
;
member in struct:pipe_arg
929
pipe->
swap_count
++;
930
if (pipe->
swap_count
== 60) {
934
fprintf(stderr, "freq: %.02fHz\n", pipe->
swap_count
/ t);
935
pipe->
swap_count
= 0;
1222
pipe->
swap_count
= 0;
[
all
...]
/external/opencv3/modules/video/src/
bgfg_gaussmix2.cpp
591
int
swap_count
= 0;
local
656
swap_count
++;
674
gmm[mode-
swap_count
].weight = weight;//update weight by the calculated value
[
all
...]
/external/mesa3d/src/egl/drivers/dri2/
platform_x11.c
711
int64_t
swap_count
= -1;
local
731
swap_count
= (((int64_t)reply->swap_hi) << 32) | reply->swap_lo;
742
return
swap_count
;
[
all
...]
Completed in 87 milliseconds