Searched refs:mInputEngineInterface (Results 1 – 2 of 2) sorted by relevance
39 if (mInputEngineInterface != nullptr) { in analyze()49 mInputEngineInterface->dispatchInputFrame(mInputStreamId, timestamp, inputFrame); in analyze()56 mInputEngineInterface = inputEngineInterface; in setEngineInterface()61 mInputEngineInterface(inputEngineInterface), in EvsInputManager()137 analyzeCallback->setEngineInterface(mInputEngineInterface); in handleExecutionPhase()
49 std::shared_ptr<InputEngineInterface> mInputEngineInterface;76 std::shared_ptr<InputEngineInterface> mInputEngineInterface; variable