HomeSort by relevance Sort by last modified time
    Searched refs:threadIndex (Results 1 - 25 of 30) sorted by null

1 2

  /external/dng_sdk/source/
dng_filter_task.cpp 71 for (uint32 threadIndex = 0; threadIndex < threadCount; threadIndex++)
74 fSrcBuffer [threadIndex] . Reset (allocator->Allocate (srcBufferSize));
76 fDstBuffer [threadIndex] . Reset (allocator->Allocate (dstBufferSize));
80 DoZeroBytes (fSrcBuffer [threadIndex]->Buffer (),
81 fSrcBuffer [threadIndex]->LogicalSize ());
83 DoZeroBytes (fDstBuffer [threadIndex]->Buffer (),
84 fDstBuffer [threadIndex]->LogicalSize ());
92 void dng_filter_task::Process (uint32 threadIndex,
    [all...]
dng_area_task.h 144 /// \param threadIndex 0 to threadCount - 1 index indicating which thread this is. (Can be used to get a thread-specific buffer allocated in the Start method.)
148 virtual void Process (uint32 threadIndex,
169 /// \param threadIndex 0 to threadCount - 1 index indicating which thread this is.
174 void ProcessOnThread (uint32 threadIndex,
dng_filter_task.h 102 /// \param threadIndex The thread on which this routine is being called,
109 virtual void ProcessArea (uint32 threadIndex,
138 /// \param threadIndex 0 to threadCount - 1 index indicating which thread
148 virtual void Process (uint32 threadIndex,
dng_opcodes.cpp 292 virtual void ProcessArea (uint32 threadIndex,
298 threadIndex,
455 for (uint32 threadIndex = 0; threadIndex < threadCount; threadIndex++)
458 fBuffer [threadIndex] . Reset (allocator->Allocate (bufferSize));
472 virtual void Process (uint32 threadIndex,
481 fBuffer [threadIndex]->Buffer ());
490 threadIndex,
dng_misc_opcodes.h 186 uint32 threadIndex,
246 uint32 threadIndex,
287 uint32 threadIndex,
328 uint32 threadIndex,
367 uint32 threadIndex,
406 uint32 threadIndex,
dng_area_task.cpp 185 void dng_area_task::ProcessOnThread (uint32 threadIndex,
240 Process (threadIndex, tile4, sniffer);
dng_bad_pixels.h 73 uint32 threadIndex,
277 uint32 threadIndex,
dng_opcodes.h 375 /// \param threadIndex The thread on which this routine is being called,
389 uint32 threadIndex,
478 /// \param threadIndex The thread on which this routine is being called,
492 uint32 threadIndex,
dng_resample.cpp 523 virtual void ProcessArea (uint32 threadIndex,
677 for (uint32 threadIndex = 0; threadIndex < threadCount; threadIndex++)
680 fTempBuffer [threadIndex] . Reset (allocator->Allocate (tempBufferSize));
695 void dng_resample_task::ProcessArea (uint32 threadIndex,
722 real32 *tPtr = fTempBuffer [threadIndex]->Buffer_real32 ();
774 uint16 *tPtr = fTempBuffer [threadIndex]->Buffer_uint16 ();
dng_gain_map.h 200 uint32 threadIndex,
dng_lens_correction.cpp 990 virtual void ProcessArea (uint32 threadIndex,
1293 void dng_filter_warp::ProcessArea (uint32 /* threadIndex */,
    [all...]
dng_lens_correction.h 624 uint32 threadIndex,
dng_render.cpp 756 virtual void ProcessArea (uint32 threadIndex,
978 for (uint32 threadIndex = 0; threadIndex < threadCount; threadIndex++)
981 fTempBuffer [threadIndex] . Reset (allocator->Allocate (tempBufferSize));
989 void dng_render_task::ProcessArea (uint32 threadIndex,
999 real32 *tPtrR = fTempBuffer [threadIndex]->Buffer_real32 ();
    [all...]
dng_utils.cpp 556 virtual void Process (uint32 threadIndex,
580 void dng_limit_float_depth_task::Process (uint32 /* threadIndex */,
  /external/skia/tests/
SkSharedMutexTest.cpp 31 SkTaskGroup().batch(8, [&](int threadIndex) {
32 if (threadIndex % 4 != 0) {
  /art/test/145-alloc-tracking-stress/src/
Main.java 27 int threadIndex;
30 threadIndex = index;
56 if (threadIndex == 0) {
  /art/test/597-deopt-new-string/src/
Main.java 22 int threadIndex;
28 threadIndex = index;
60 if (threadIndex == 0) {
  /external/skia/bench/
SkGlyphCacheBench.cpp 98 SkTaskGroup().batch(16, [&](int threadIndex) {
102 paint.setTypeface(typefaces[threadIndex % 2]);
  /ndk/tests/device/test-gnustl-full/unit/
allocator_test.cpp 144 int threadIndex = psharedDatas->initThreadVector();
147 psharedDatas->getThreadVector(threadIndex).push_back(i);
  /ndk/tests/device/test-stlport/unit/
allocator_test.cpp 144 int threadIndex = psharedDatas->initThreadVector();
147 psharedDatas->getThreadVector(threadIndex).push_back(i);
  /external/sl4a/Utils/src/com/googlecode/android_scripting/
SimpleServer.java 48 private static int threadIndex = 0;
305 threadIndex += 1;
306 int mUID = threadIndex;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.jobs_3.7.0.v20150330-2103.jar 

Completed in 1661 milliseconds

1 2