Lines Matching refs:buffer
88 * depending on the handed out buffer count. The state must be STATE_CONFIGURED
169 * Fill in the camera3_stream_buffer with the next valid buffer for this
177 status_t getBuffer(camera3_stream_buffer *buffer);
180 * Return a buffer to the stream after use by the HAL.
185 status_t returnBuffer(const camera3_stream_buffer &buffer,
189 * Fill in the camera3_stream_buffer with the next valid buffer for this
197 status_t getInputBuffer(camera3_stream_buffer *buffer);
200 * Return a buffer to the stream after use by the HAL.
205 status_t returnInputBuffer(const camera3_stream_buffer &buffer);
237 * Add a camera3 buffer listener. Adding the same listener twice has
244 * Remove a camera3 buffer listener. Removing the same listener twice
253 // Zero for formats with fixed buffer size for given dimensions.
279 virtual status_t getBufferLocked(camera3_stream_buffer *buffer);
280 virtual status_t returnBufferLocked(const camera3_stream_buffer &buffer,
282 virtual status_t getInputBufferLocked(camera3_stream_buffer *buffer);
284 const camera3_stream_buffer &buffer);
289 // Configure the buffer queue interface to the other end of the stream,
298 // Get handout output buffer count.
301 // Get handout input buffer count.
323 void fireBufferListenersLocked(const camera3_stream_buffer& buffer,