Searched refs:DCameraOpenInfo (Results 1 – 11 of 11) sorted by relevance
25 class DCameraOpenInfo {27 DCameraOpenInfo() {} in DCameraOpenInfo() function28 explicit DCameraOpenInfo(std::string sourceDevId) : sourceDevId_(sourceDevId) {} in DCameraOpenInfo() function29 ~DCameraOpenInfo() = default;38 std::shared_ptr<DCameraOpenInfo> value_;
40 virtual int32_t OpenChannel(std::shared_ptr<DCameraOpenInfo>& openInfo) = 0;
88 std::shared_ptr<DCameraOpenInfo> openInfo = std::make_shared<DCameraOpenInfo>(); in Unmarshal()
267 std::shared_ptr<DCameraOpenInfo> openInfo = std::make_shared<DCameraOpenInfo>();288 std::shared_ptr<DCameraOpenInfo> openInfo = std::make_shared<DCameraOpenInfo>();436 std::shared_ptr<DCameraOpenInfo> openInfo = std::make_shared<DCameraOpenInfo>();
60 int32_t OpenChannel(std::shared_ptr<DCameraOpenInfo>& openInfo) in OpenChannel()
65 int32_t OpenChannel(std::shared_ptr<DCameraOpenInfo>& openInfo) in OpenChannel()
44 int32_t OpenChannel(std::shared_ptr<DCameraOpenInfo>& openInfo) override;
49 int32_t OpenChannel(std::shared_ptr<DCameraOpenInfo>& openInfo) override;
461 std::shared_ptr<DCameraOpenInfo> openInfo = std::make_shared<DCameraOpenInfo>(); in OpenCamera()
287 int32_t DCameraSourceController::OpenChannel(std::shared_ptr<DCameraOpenInfo>& openInfo) in OpenChannel()
203 int32_t DCameraSinkController::OpenChannel(std::shared_ptr<DCameraOpenInfo>& openInfo) in OpenChannel()