Searched refs:taskGroup (Results 1 - 6 of 6) sorted by relevance

/external/opencv3/3rdparty/openexr/IlmThread/
H A DIlmThreadPool.cpp146 TaskGroup* taskGroup = task->group(); local
155 taskGroup->_data->removeTask();
/external/opencv3/3rdparty/openexr/IlmImf/
H A DImfOutputFile.cpp939 TaskGroup taskGroup; local
963 (new LineBufferTask (&taskGroup, _data, first + i,
986 (new LineBufferTask (&taskGroup, _data, first - i,
1076 (new LineBufferTask (&taskGroup, _data, nextCompressBuffer,
H A DImfScanLineInputFile.cpp920 TaskGroup taskGroup; local
934 ThreadPool::addGlobalTask (newLineBufferTask (&taskGroup,
H A DImfTiledOutputFile.cpp1147 TaskGroup taskGroup; local
1159 ThreadPool::addGlobalTask (new TileBufferTask (&taskGroup,
1220 (new TileBufferTask (&taskGroup,
H A DImfTiledInputFile.cpp987 TaskGroup taskGroup; local
999 ThreadPool::addGlobalTask (newTileBufferTask (&taskGroup,
/external/skia/src/codec/
H A DSkRawCodec.cpp104 SkTaskGroup taskGroup; variable
115 taskGroup.add([&mutex, &exceptions, &task, this, taskIndex, taskAreas, tileSize] {
128 taskGroup.wait();

Completed in 558 milliseconds