Lines Matching refs:PrebuiltGraphState
56 if (mGraphState.load() == PrebuiltGraphState::UNINITIALIZED) { in handleConfigPhase()
113 if (mGraphState.load() != PrebuiltGraphState::STOPPED) { in handleExecutionPhase()
127 mGraphState.store(PrebuiltGraphState::RUNNING); in handleExecutionPhase()
134 if (mGraphState.load() != PrebuiltGraphState::RUNNING) { in handleStopWithFlushPhase()
149 if (mGraphState.load() != PrebuiltGraphState::RUNNING) { in handleStopImmediatePhase()
163 if (mGraphState.load() != PrebuiltGraphState::STOPPED) { in handleResetPhase()
185 if (mPrebuiltGraphInstance->mGraphState.load() != PrebuiltGraphState::UNINITIALIZED) { in GetPrebuiltGraphFromLibrary()
248 mPrebuiltGraphInstance->mGraphState.store(PrebuiltGraphState::STOPPED); in GetPrebuiltGraphFromLibrary()
263 if (mGraphState.load() == PrebuiltGraphState::UNINITIALIZED) { in GetStatus()
273 if (mGraphState.load() == PrebuiltGraphState::UNINITIALIZED) { in GetErrorMessage()
294 if (mGraphState.load() == PrebuiltGraphState::UNINITIALIZED) { in SetInputStreamData()
308 if (mGraphState.load() == PrebuiltGraphState::UNINITIALIZED) { in SetInputStreamPixelData()
329 mGraphState.store(flushOutputFrames ? PrebuiltGraphState::FLUSHING in StopGraphExecution()
330 : PrebuiltGraphState::STOPPED); in StopGraphExecution()
348 if (mGraphState.load() == PrebuiltGraphState::UNINITIALIZED) { in GetDebugInfo()
405 graph->mGraphState.store(PrebuiltGraphState::STOPPED); in GraphTerminationCallbackFunction()