Home
last modified time | relevance | path

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

/external/libxcam/modules/soft/
Dsoft_worker.cpp27 class ItemSynch { class
34 ItemSynch (uint32_t items) in ItemSynch() function in XCam::ItemSynch
50 XCAM_DEAD_COPY (ItemSynch);
61 SmartPtr<ItemSynch> &sync) in WorkItem()
76 SmartPtr<ItemSynch> _sync;
208 SmartPtr<ItemSynch> sync = new ItemSynch (max_items); in work()