Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_image_handler.cpp255 _output_buf_cache = output; in reset_buf_cache()
320 XCAM_ASSERT (_output_buf_cache.ptr ()); in get_output_buf()
321 return _output_buf_cache; in get_output_buf()
Dcl_image_handler.h169 SmartPtr<VideoBuffer> _output_buf_cache; variable