Searched refs:unmap_event (Results 1 – 2 of 2) sorted by relevance
271 SmartPtr<CLEvent> unmap_event = new CLEvent; in estimate_noise_variance() local272 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() local757 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()
249 SmartPtr<CLEvent> unmap_event = new CLEvent; in copy_stats_out() local250 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()