Home
last modified time | relevance | path

Searched refs:_buf_count (Results 1 – 2 of 2) sorted by relevance

/external/libxcam/xcore/
Dv4l2_device.cpp47 , _buf_count (XCAM_V4L2_DEFAULT_BUFFER_COUNT) in V4l2Device()
136 _buf_count = buf_count; in set_buffer_count()
410 for (uint32_t i = 0; i < _buf_count; ++i) { in start()
463 request_buf.count = _buf_count; in request_buffer()
471 if (request_buf.count != _buf_count) { in request_buffer()
475 _buf_count = request_buf.count; in request_buffer()
549 _buf_pool.reserve (_buf_count); in init_buffer_pool()
551 for (; i < _buf_count; i++) { in init_buffer_pool()
565 if (i != _buf_count) { in init_buffer_pool()
568 XCAM_STR (_name), _buf_count, i); in init_buffer_pool()
[all …]
Dv4l2_device.h142 uint32_t _buf_count; variable