Searched refs:numThreads (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/cmds/surfacereplayer/replayer/ |
D | Main.cpp | 64 int numThreads = DEFAULT_THREADS; in main() local 74 numThreads = atoi(optarg); in main() 105 android::Replayer r(filename, pauseBeginning, numThreads, wait, stopHere); in main()
|
D | Replayer.h | 56 int numThreads = DEFAULT_THREADS, bool wait = true, nsecs_t stopHere = -1); 57 Replayer(const Trace& trace, bool replayManually = false, int numThreads = DEFAULT_THREADS,
|
D | Replayer.cpp | 53 Replayer::Replayer(const std::string& filename, bool replayManually, int numThreads, bool wait, in Replayer() argument 59 mNumThreads(numThreads), in Replayer() 85 Replayer::Replayer(const Trace& t, bool replayManually, int numThreads, bool wait, nsecs_t stopHere) in Replayer() argument 90 mNumThreads(numThreads), in Replayer()
|
D | README.md | 93 `Replayer(std::string& filename, bool replayManually, int numThreads, bool wait, nsecs_t stopHere)` 99 - numThreads - Number of worker threads the replayer will use.
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BinderInternal.java | 97 public static final native void setMaxThreads(int numThreads); in setMaxThreads() argument
|
/frameworks/rs/cpu_ref/ |
D | rsCpuCore.cpp | 726 const uint32_t numThreads = mWorkers.mCount + 1; in launchReduceParallel() local 730 const uint32_t numAllocAccum = numThreads - (mtls->outFunc == nullptr); in launchReduceParallel() 751 const size_t accumPtrArrayBytes = sizeof(uint8_t *) * numThreads; in launchReduceParallel() 762 numThreads, mtls->accumAlloc); in launchReduceParallel() 767 mtls->mSliceSize = rsMax(1U, mtls->redp.dim.y / (numThreads * 4)); in launchReduceParallel() 770 mtls->mSliceSize = rsMax(1U, mtls->redp.dim.x / (numThreads * 4)); in launchReduceParallel()
|