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

  /frameworks/av/services/camera/libcameraservice/device3/
Camera3BufferManager.h 65 * over the buffer allocation role and provides buffers to this stream via getBufferForStream().
90 * After a stream is unregistered, further getBufferForStream() calls will fail for this stream.
116 * TIMED_OUT, in this case calling getBufferForStream again with noFreeBufferAtConsumer set to
129 status_t getBufferForStream(
247 * getBufferForStream() is called on this buffer manager, if the total allocated buffer
250 * In getBufferForStream(), find a buffer associated with other streams (inside the same
255 * footprint of the stream set, but reduces the chance that getBufferForStream() will have
Camera3BufferManager.cpp 64 // getBufferForStream() call.
239 status_t Camera3BufferManager::getBufferForStream(int streamId, int streamSetId,
Camera3OutputStream.cpp 535 res = mBufferManager->getBufferForStream(getId(), getStreamSetId(), &gb, fenceFd);
588 res = mBufferManager->getBufferForStream(
    [all...]

Completed in 997 milliseconds