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

/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp68 const size_t NUM_HDMI_BUFFERS = 3; variable
489 reqbuf.count = NUM_HDMI_BUFFERS;
497 if (reqbuf.count != NUM_HDMI_BUFFERS) {
709 if (hl.queued_buf == NUM_HDMI_BUFFERS) {
746 hl.current_buf = (hl.current_buf + 1) % NUM_HDMI_BUFFERS;

Completed in 83 milliseconds