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

/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp94 size_t current_buf; member in struct:exynos5_gsc_data_t
104 size_t current_buf; member in struct:hdmi_layer_t
535 hl.current_buf = 0;
726 buffer.index = hl.current_buf;
746 hl.current_buf = (hl.current_buf + 1) % NUM_HDMI_BUFFERS;
1202 gsc_data->current_buf = 0;
1205 dst_buf = gsc_data->dst_buf[gsc_data->current_buf];
1211 dst_cfg.acquireFenceFd = gsc_data->dst_buf_fence[gsc_data->current_buf];
1212 gsc_data->dst_buf_fence[gsc_data->current_buf]
[all...]

Completed in 8 milliseconds