Home
last modified time | relevance | path

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

/external/libxcam/modules/soft/
Dsoft_stitcher.cpp199 Copiers _copiers; member in XCam::SoftSitcherPriv::StitcherImpl
327 _copiers.push_back (copier); in create_copier()
671 if(_copiers[i].copy_area.in_idx == idx) { in start_copy_tasks()
672 XCamReturn ret = _copiers[i].start_copy_task (param, idx, buf); in start_copy_tasks()
701 for (Copiers::iterator i_copy = _copiers.begin (); i_copy != _copiers.end (); ++i_copy) { in stop()