Searched defs:max_buffers (Results 1 - 3 of 3) sorted by relevance

/hardware/libhardware/modules/camera/
H A DStream.cpp66 void Stream::setMaxBuffers(uint32_t max_buffers) argument
69 if (max_buffers != mMaxBuffers) {
70 mMaxBuffers = max_buffers;
71 mStream->max_buffers = max_buffers;
/hardware/libhardware/include/hardware/
H A Dcamera3.h1321 uint32_t max_buffers; member in struct:camera3_stream
1487 * stream->max_buffers.
2186 * streams will already have valid values for usage, max_buffers, and the
2195 * and/or max_buffers during the configure call.
2212 * the usage and max_buffers members during the configure_streams() call
2242 * streams will already have valid values for usage, max_buffers, and the
2251 * and/or max_buffers during the configure call.
2268 * the usage and max_buffers members during the configure_streams() call
2299 * streams will already have valid values for usage, max_buffers, and the
2304 * and/or max_buffers durin
[all...]
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.cpp1691 uint32_t *stream_id, uint32_t *format_actual, uint32_t *usage, uint32_t *max_buffers)
1742 *max_buffers = 7;
1750 newParameters.numOwnSvcBuffers = *max_buffers;
1793 *max_buffers = 7;
1802 subParameters->numOwnSvcBuffers = *max_buffers;
1842 *max_buffers = 7;
1850 newParameters.numOwnSvcBuffers = *max_buffers;
1896 *max_buffers = 7;
1904 newParameters.numOwnSvcBuffers = *max_buffers;
1950 *max_buffers
1690 allocateStream(uint32_t width, uint32_t height, int format, const camera2_stream_ops_t *stream_ops, uint32_t *stream_id, uint32_t *format_actual, uint32_t *usage, uint32_t *max_buffers) argument
6254 HAL2_device_allocate_stream( const struct camera2_device *dev, uint32_t width, uint32_t height, int format, const camera2_stream_ops_t *stream_ops, uint32_t *stream_id, uint32_t *format_actual, uint32_t *usage, uint32_t *max_buffers) argument
6291 HAL2_device_allocate_reprocess_stream( const struct camera2_device *dev, uint32_t width, uint32_t height, uint32_t format, const camera2_stream_in_ops_t *reprocess_stream_ops, uint32_t *stream_id, uint32_t *consumer_usage, uint32_t *max_buffers) argument
[all...]

Completed in 135 milliseconds