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

  /frameworks/native/include/gui/
BufferQueue.h 404 // mMinAsyncBufferSlots is a constraint on the minimum mBufferCount
408 // mMinSyncBufferSlots is a constraint on the minimum mBufferCount
412 // mBufferCount is the number of buffer slots that the client and server
415 int mBufferCount;
  /hardware/ti/omap4xxx/camera/inc/
ANativeWindowDisplayAdapter.h 157 int mBufferCount;
  /libcore/luni/src/main/native/
libcore_io_Posix.cpp 167 IoVec(JNIEnv* env, size_t bufferCount) : mEnv(env), mBufferCount(bufferCount) {
172 if (mEnv->PushLocalFrame(mBufferCount + 16) < 0) {
185 for (size_t i = 0; i < mBufferCount; ++i) {
212 return mBufferCount;
217 size_t mBufferCount;
    [all...]

Completed in 183 milliseconds