Searched refs:mPipelineWatcher (Results 1 – 2 of 2) sorted by relevance
343 mPipelineWatcher.lock()->onWorkQueued( in queueInputBufferInternal()349 mPipelineWatcher.lock()->onWorkDone(queuedFrameIndex); in queueInputBufferInternal()368 mPipelineWatcher.lock()->onWorkQueued( in queueInputBufferInternal()374 mPipelineWatcher.lock()->onWorkDone(queuedFrameIndex); in queueInputBufferInternal()530 mPipelineWatcher.lock()->pipelineFull()) { in feedInputBufferIfAvailableInternal()1121 Mutexed<PipelineWatcher>::Locked watcher(mPipelineWatcher); in start()1245 mPipelineWatcher.lock()->flush(); in flush()1262 mPipelineWatcher.lock()->onInputBufferReleased(frameIndex, arrayIndex); in onInputBufferDone()1307 mPipelineWatcher.lock()->onWorkDone(work->input.ordinal.frameIndex.peeku()); in handleWork()1392 (void)mPipelineWatcher.lock()->pipelineDelay(pipelineDelay.value); in handleWork()[all …]
274 Mutexed<PipelineWatcher> mPipelineWatcher; variable