Searched refs:_task_counts (Results 1 – 1 of 1) sorted by relevance
203 BlendCopyTaskNums _task_counts; member in XCam::SoftSitcherPriv::StitcherImpl393 BlendCopyTaskNums::iterator i = _task_counts.find (param.ptr ()); in remove_task_count()394 if (i == _task_counts.end ()) in remove_task_count()397 _task_counts.erase (i); in remove_task_count()406 BlendCopyTaskNums::iterator i = _task_counts.find (param.ptr ()); in dec_task_count()407 if (i == _task_counts.end ()) in dec_task_count()416 _task_counts.erase (i); in dec_task_count()776 if (_impl->_task_counts.find (param.ptr ()) != _impl->_task_counts.end ()) { in start_task_count()785 _impl->_task_counts.insert (std::make_pair((void*)param.ptr(), count)); in start_task_count()