Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_newwavelet_denoise_handler.cpp271 SmartPtr<CLEvent> unmap_event = new CLEvent; in estimate_noise_variance() local
272 ret = image->enqueue_unmap (buf_ptr, CLEvent::EmptyList, unmap_event); in estimate_noise_variance()
276 XCAM_ASSERT (unmap_event->get_event_id ()); in estimate_noise_variance()
278 ret = unmap_event->wait (); in estimate_noise_variance()
282 unmap_event.release (); in estimate_noise_variance()
756 SmartPtr<CLEvent> unmap_event = new CLEvent; in dump_coeff() local
757 image->enqueue_unmap (buf_ptr, CLEvent::EmptyList, unmap_event); in dump_coeff()
758 XCAM_ASSERT (unmap_event->get_event_id ()); in dump_coeff()
760 unmap_event->wait (); in dump_coeff()
761 unmap_event.release (); in dump_coeff()
Dcl_3a_stats_context.cpp249 SmartPtr<CLEvent> unmap_event = new CLEvent; in copy_stats_out() local
250 ret = stats_cl_buf->enqueue_unmap (buf_ptr, CLEvent::EmptyList, unmap_event); in copy_stats_out()
252 ret = unmap_event->wait (); in copy_stats_out()
254 unmap_event.release (); in copy_stats_out()