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

  /device/samsung/crespo/libhwcomposer/
SecHWCUtils.h 50 #define NUM_OF_WIN_BUF (3)
85 uint32_t addr[NUM_OF_WIN_BUF];
SecHWC.cpp 397 win->buf_index = (win->buf_index + 1) % NUM_OF_WIN_BUF;
616 dev->lcd_info.yres_virtual = dev->lcd_info.yres * NUM_OF_WIN_BUF;
651 for (int j = 0; j < NUM_OF_WIN_BUF; j++) {
SecHWCUtils.cpp 186 ctx->lcd_info.yres_virtual = DEFAULT_LCD_HEIGHT * NUM_OF_WIN_BUF;

Completed in 49 milliseconds