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

/hardware/libhardware/modules/camera/3_0/
H A DStream.cpp67 void Stream::setMaxBuffers(uint32_t max_buffers) argument
70 if (max_buffers != mMaxBuffers) {
71 mMaxBuffers = max_buffers;
72 mStream->max_buffers = max_buffers;
/hardware/libhardware/modules/usbcamera/
H A DStream.cpp57 void Stream::setMaxBuffers(uint32_t max_buffers) { argument
59 if (max_buffers != mStream->max_buffers) {
60 mStream->max_buffers = max_buffers;
174 dprintf(fd, "Max Buffer Count: %" PRIu32 "\n", mStream->max_buffers);
/hardware/libhardware/modules/camera/3_4/
H A Dv4l2_camera.cpp376 uint32_t max_buffers = 0; local
377 res = device_->SetFormat(stream_format, &max_buffers);
384 if (max_buffers < 1) {
386 max_buffers);
400 stream->max_buffers = max_buffers;
/hardware/libhardware/include/hardware/
H A Dcamera3.h1648 uint32_t max_buffers; member in struct:camera3_stream
1777 * camera3_stream->max_buffers) appropriately. For example, if the
1927 * stream->max_buffers.
2697 * streams will already have valid values for usage, max_buffers, and the
2706 * and/or max_buffers during the configure call.
2723 * the usage and max_buffers members during the configure_streams() call
2753 * streams will already have valid values for usage, max_buffers, and the
2762 * and/or max_buffers during the configure call.
2779 * the usage and max_buffers members during the configure_streams() call
2810 * streams will already have valid values for usage, max_buffers, an
[all...]
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
H A Dcam_types.h1792 uint32_t max_buffers; member in struct:__anon2209

Completed in 237 milliseconds