HomeSort by relevance Sort by last modified time
    Searched refs:NUM_FRAMEBUFFERS_MAX (Results 1 - 10 of 10) sorted by null

  /hardware/qcom/display/msm8084/libgralloc/
fb_priv.h 24 #define NUM_FRAMEBUFFERS_MAX 3
framebuffer.cpp 218 if ((num >= NUM_FRAMEBUFFERS_MIN) && (num <= NUM_FRAMEBUFFERS_MAX)) {
222 if (numberOfBuffers > NUM_FRAMEBUFFERS_MAX)
223 numberOfBuffers = NUM_FRAMEBUFFERS_MAX;
  /hardware/qcom/display/msm8226/libgralloc/
fb_priv.h 24 #define NUM_FRAMEBUFFERS_MAX 3
framebuffer.cpp 219 if ((num >= NUM_FRAMEBUFFERS_MIN) && (num <= NUM_FRAMEBUFFERS_MAX)) {
223 if (numberOfBuffers > NUM_FRAMEBUFFERS_MAX)
224 numberOfBuffers = NUM_FRAMEBUFFERS_MAX;
  /hardware/qcom/display/msm8960/libgralloc/
fb_priv.h 24 #define NUM_FRAMEBUFFERS_MAX 3
framebuffer.cpp 211 if ((num >= NUM_FRAMEBUFFERS_MIN) && (num <= NUM_FRAMEBUFFERS_MAX)) {
215 if (numberOfBuffers > NUM_FRAMEBUFFERS_MAX)
216 numberOfBuffers = NUM_FRAMEBUFFERS_MAX;
  /hardware/qcom/display/msm8974/libgralloc/
fb_priv.h 24 #define NUM_FRAMEBUFFERS_MAX 3
framebuffer.cpp 211 if ((num >= NUM_FRAMEBUFFERS_MIN) && (num <= NUM_FRAMEBUFFERS_MAX)) {
215 if (numberOfBuffers > NUM_FRAMEBUFFERS_MAX)
216 numberOfBuffers = NUM_FRAMEBUFFERS_MAX;
  /hardware/qcom/display/msm8994/libgralloc/
fb_priv.h 24 #define NUM_FRAMEBUFFERS_MAX 3
framebuffer.cpp 222 if ((num >= NUM_FRAMEBUFFERS_MIN) && (num <= NUM_FRAMEBUFFERS_MAX)) {
226 if (numberOfBuffers > NUM_FRAMEBUFFERS_MAX)
227 numberOfBuffers = NUM_FRAMEBUFFERS_MAX;

Completed in 900 milliseconds