Searched defs:NUM_GSC_DST_BUFS (Results 1 - 1 of 1) sorted by relevance

/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp87 const size_t NUM_GSC_DST_BUFS = 3; variable
92 buffer_handle_t dst_buf[NUM_GSC_DST_BUFS];
93 int dst_buf_fence[NUM_GSC_DST_BUFS];
1181 for (size_t i = 0; i < NUM_GSC_DST_BUFS; i++) {
1269 for (size_t i = 0; i < NUM_GSC_DST_BUFS; i++) {
1296 for (size_t i = 0; i < NUM_GSC_DST_BUFS; i++) {
1304 for (size_t i = 0; i < NUM_GSC_DST_BUFS; i++)
1528 gsc.current_buf = (gsc.current_buf + 1) % NUM_GSC_DST_BUFS;
1589 gsc.current_buf = (gsc.current_buf + 1) % NUM_GSC_DST_BUFS;
2118 for (size_t j = 0; j < NUM_GSC_DST_BUFS;
[all...]

Completed in 78 milliseconds