Home
last modified time | relevance | path

Searched refs:InputManagerType (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/cpp/computepipe/runner/input_manager/
DFactory.cpp28 enum InputManagerType { enum
38 InputManagerType getInputManagerType(const proto::InputStreamConfig& streamConfig) { in getInputManagerType()
41 return InputManagerType::EVS; in getInputManagerType()
43 return InputManagerType::IMAGES; in getInputManagerType()
45 return InputManagerType::VIDEO; in getInputManagerType()
61 InputManagerType inputManagerType = getInputManagerType(config.input_stream(0)); in createInputManager()
64 case InputManagerType::EVS: in createInputManager()
68 case InputManagerType::VIDEO: in createInputManager()