Home
last modified time | relevance | path

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

/hardware/intel/img/hwcomposer/ips/common/
DRotationBufferProvider.h62 MAX_SURFACE_NUM = 4 enumerator
85 int mKhandles[MAX_SURFACE_NUM];
86 VASurfaceID mRotatedSurfaces[MAX_SURFACE_NUM];
87 void *mDrmBuf[MAX_SURFACE_NUM];
DRotationBufferProvider.cpp57 for (int i = 0; i < MAX_SURFACE_NUM; i++) { in RotationBufferProvider()
484 if (mTargetIndex >= MAX_SURFACE_NUM) in setupRotationBuffer()
561 for (int i = 0; i < MAX_SURFACE_NUM; i++) { in freeVaSurfaces()
571 for (int j = 0; j < MAX_SURFACE_NUM; j++) { in freeVaSurfaces()