Home
last modified time | relevance | path

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

/packages/services/Car/evs/apps/default/
DRenderDirectView.cpp73 std::unique_ptr<Stream> targetCfg(new Stream()); in activate() local
93 targetCfg->id = ptr->id; in activate()
94 targetCfg->width = ptr->width; in activate()
95 targetCfg->height = ptr->height; in activate()
111 targetCfg->format = in activate()
117 foundCfg ? std::move(targetCfg) : nullptr, in activate()
/packages/services/Car/surround_view/service-impl/
DSurroundView2dSession.cpp659 std::unique_ptr<Stream> targetCfg(new Stream()); in setupEvs() local
678 targetCfg->id = ptr->id; in setupEvs()
679 targetCfg->width = ptr->width; in setupEvs()
680 targetCfg->height = ptr->height; in setupEvs()
683 targetCfg->format = in setupEvs()
701 targetCfg = nullptr; in setupEvs()
706 mCamera = mEvs->openCamera_1_1(camId.c_str(), *targetCfg); in setupEvs()
732 camera.size.width = targetCfg->width; in setupEvs()
733 camera.size.height = targetCfg->height; in setupEvs()
DSurroundView3dSession.cpp803 std::unique_ptr<Stream> targetCfg(new Stream()); in setupEvs() local
822 targetCfg->id = ptr->id; in setupEvs()
823 targetCfg->width = ptr->width; in setupEvs()
824 targetCfg->height = ptr->height; in setupEvs()
827 targetCfg->format = in setupEvs()
845 targetCfg = nullptr; in setupEvs()
850 mCamera = mEvs->openCamera_1_1(camId.c_str(), *targetCfg); in setupEvs()
876 camera.size.width = targetCfg->width; in setupEvs()
877 camera.size.height = targetCfg->height; in setupEvs()