Home
last modified time | relevance | path

Searched refs:NUM_HDMI_BUFFERS (Results 1 – 1 of 1) sorted by relevance

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