Searched refs:swap_count (Results 1 - 4 of 4) sorted by relevance

/external/opencv3/modules/cudabgsegm/src/cuda/
H A Dmog2.cu166 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/
H A Dmodetest.c698 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;
/external/opencv3/modules/video/src/
H A Dbgfg_gaussmix2.cpp591 int swap_count = 0; local
656 swap_count++;
674 gmm[mode-swap_count].weight = weight;//update weight by the calculated value
/external/mesa3d/src/egl/drivers/dri2/
H A Dplatform_x11.c711 int64_t swap_count = -1; local
731 swap_count = (((int64_t)reply->swap_hi) << 32) | reply->swap_lo;
742 return swap_count;

Completed in 727 milliseconds