Loading services/camera/libcameraservice/device3/Camera3BufferManager.h +1 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,7 @@ public: * by the consumer end point, the BufferQueueProducer callback onBufferReleased will call * returnBufferForStream() to return the free buffer to this buffer manager. If the stream * uses buffer manager to manage the stream buffers, it should disable the BufferQueue * allocation via IGraphicBufferProducer::allowAllocation(false). * allocation via Surface::allowAllocation(false). * * Registering an already registered stream has no effect. * Loading Loading
services/camera/libcameraservice/device3/Camera3BufferManager.h +1 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,7 @@ public: * by the consumer end point, the BufferQueueProducer callback onBufferReleased will call * returnBufferForStream() to return the free buffer to this buffer manager. If the stream * uses buffer manager to manage the stream buffers, it should disable the BufferQueue * allocation via IGraphicBufferProducer::allowAllocation(false). * allocation via Surface::allowAllocation(false). * * Registering an already registered stream has no effect. * Loading