Searched refs:VideoInputManager (Results 1 – 5 of 5) sorted by relevance
27 VideoInputManager::VideoInputManager(const proto::InputConfig& inputConfig, in VideoInputManager() function in android::automotive::computepipe::runner::input_manager::VideoInputManager33 VideoInputManager::~VideoInputManager() {} in ~VideoInputManager()35 std::unique_ptr<VideoInputManager> VideoInputManager::createVideoInputManager( in createVideoInputManager()38 return std::make_unique<VideoInputManager>(inputConfig, overrideConfig, inputEngineInterface); in createVideoInputManager()41 Status VideoInputManager::handleExecutionPhase(const RunnerEvent& e) { in handleExecutionPhase()66 Status VideoInputManager::handleStopImmediatePhase(const RunnerEvent& /*e*/) { in handleStopImmediatePhase()71 Status VideoInputManager::handleStopWithFlushPhase(const RunnerEvent& /*e*/) { in handleStopWithFlushPhase()76 Status VideoInputManager::handleResetPhase(const RunnerEvent& /*e*/) { in handleResetPhase()81 void VideoInputManager::populateDecoders() { in populateDecoders()90 Status VideoInputManager::startDecoders() { in startDecoders()[all …]
69 inputManager = VideoInputManager::createVideoInputManager(config, overrideConfig, in createInputManager()
25 "VideoInputManager.cpp",
31 class VideoInputManager : public InputManager {33 explicit VideoInputManager(const proto::InputConfig& inputConfig,37 ~VideoInputManager();39 static std::unique_ptr<VideoInputManager> createVideoInputManager(
49 static std::shared_ptr<VideoInputManager> manager;71 manager = std::make_shared<VideoInputManager>(inputConf, inputConf /* redundant */, callBack); in LLVMFuzzerInitialize()