Home
last modified time | relevance | path

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

/external/libxcam/modules/soft/
Dsoft_handler.cpp87 , _wip_buf_count (0) in SoftHandler()
208 ++_wip_buf_count; in execute_buffer()
298 --_wip_buf_count; in param_ended()
Dsoft_handler.h93 mutable std::atomic<int32_t> _wip_buf_count; variable