Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_image_warp_handler.cpp179 bool ret = !_warp_config_list.empty (); in is_ready()
187 if (!_warp_config_list.empty ()) { in execute_done()
188 _warp_config_list.pop_front (); in execute_done()
220 _warp_config_list.push_back (warp_config); in set_warp_config()
230 if (_warp_config_list.size () > 0) { in get_warp_config()
231 warp_config = *(_warp_config_list.begin ()); in get_warp_config()
Dcl_image_warp_handler.h98 _warp_config_list.clear (); in ~CLImageWarpHandler()
114 CLWarpConfigList _warp_config_list; variable