Home
last modified time | relevance | path

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

/external/libxcam/capi/
Dcontext_priv.cpp59 , _alloc_out_buf (false) in ContextBase()
118 _alloc_out_buf = true; in set_parameters()
120 _alloc_out_buf = false; in set_parameters()
139 handler->disable_buf_pool (!_alloc_out_buf); in init_handler()
158 if (!_alloc_out_buf) { in execute()
Dcontext_priv.h101 bool _alloc_out_buf; variable