Home
last modified time | relevance | path

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

/external/libxcam/modules/soft/
Dsoft_handler.cpp86 , _enable_allocator (true) in SoftHandler()
113 _enable_allocator = enable; in enable_allocator()
123 if (_enable_allocator) { in confirm_configured()
170 if (!param->out_buf.ptr () && _enable_allocator) { in execute_buffer()
Dsoft_handler.h91 bool _enable_allocator; variable