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

  /frameworks/base/include/gui/
SurfaceTexture.h 385 // mBufferCount is the number of buffer slots that the client and server
388 int mBufferCount;
  /frameworks/base/include/media/stagefright/
SurfaceMediaSource.h 80 uint32_t getBufferCount( ) const { return mBufferCount;}
270 // mBufferCount is the number of buffer slots that the client and server
273 int mBufferCount;
  /hardware/ti/omap4xxx/camera/inc/
ANativeWindowDisplayAdapter.h 158 int mBufferCount;
  /libcore/luni/src/main/native/
libcore_io_Posix.cpp 164 IoVec(JNIEnv* env, size_t bufferCount) : mEnv(env), mBufferCount(bufferCount) {
169 if (mEnv->PushLocalFrame(mBufferCount + 16) < 0) {
182 for (size_t i = 0; i < mBufferCount; ++i) {
209 return mBufferCount;
214 size_t mBufferCount;
    [all...]

Completed in 418 milliseconds