Searched defs:setMaxAcquiredBufferCount (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/
H A DSurfaceMediaSource.cpp173 mConsumer->setMaxAcquiredBufferCount(mMaxAcquiredBufferCount);
185 status_t SurfaceMediaSource::setMaxAcquiredBufferCount(size_t count) { function in class:android::SurfaceMediaSource
186 ALOGV("setMaxAcquiredBufferCount(%zu)", count);
/frameworks/native/libs/gui/
H A DBufferQueueConsumer.cpp604 status_t BufferQueueConsumer::setMaxAcquiredBufferCount( function in class:android::BufferQueueConsumer
610 BQ_LOGE("setMaxAcquiredBufferCount: invalid count %d",
621 BQ_LOGE("setMaxAcquiredBufferCount: consumer is abandoned");
638 BQ_LOGE("setMaxAcquiredBufferCount: the requested maxAcquiredBuffer"
647 BQ_LOGE("setMaxAcquiredBufferCount: %d acquired buffers would "
660 BQ_LOGV("setMaxAcquiredBufferCount: %d", maxAcquiredBuffers);
H A DIGraphicBufferConsumer.cpp185 virtual status_t setMaxAcquiredBufferCount(int maxAcquiredBuffers) { function in class:android::BpGraphicBufferConsumer
365 status_t result = setMaxAcquiredBufferCount(maxAcquiredBuffers);
H A DGLConsumer.cpp1111 status_t GLConsumer::setMaxAcquiredBufferCount(int maxAcquiredBuffers) { function in class:android::GLConsumer
1114 GLC_LOGE("setMaxAcquiredBufferCount: GLConsumer is abandoned!");
1117 return mConsumer->setMaxAcquiredBufferCount(maxAcquiredBuffers);

Completed in 66 milliseconds