Searched refs:VdiStreamInfo (Results 1 – 9 of 9) sorted by relevance
33 … const std::vector<VdiStreamInfo> &infos, VdiStreamSupportType &type) override;34 int32_t CreateStreams(const std::vector<VdiStreamInfo> &streamInfos) override;64 bool CheckStreamInfo(const VdiStreamInfo streamInfo);67 const std::vector<VdiStreamInfo> &infos);68 void StreamInfoToStreamConfiguration(StreamConfiguration &scg, const VdiStreamInfo info);
26 void ConvertStreamInfoHdiToVdi(const StreamInfo &src, VdiStreamInfo &dst);36 void ConvertStreamInfoVdiToHdi(const VdiStreamInfo &src, StreamInfo &dst);
39 std::vector<VdiStreamInfo> vdiInfos; in IsStreamsSupported()41 VdiStreamInfo vdiInfo; in IsStreamsSupported()55 std::vector<VdiStreamInfo> vdiStreamInfos; in CreateStreams()57 VdiStreamInfo vdiInfo; in CreateStreams()
20 void ConvertStreamInfoHdiToVdi(const StreamInfo &src, VdiStreamInfo &dst) in ConvertStreamInfoHdiToVdi()72 void ConvertStreamInfoVdiToHdi(const VdiStreamInfo &src, StreamInfo &dst) in ConvertStreamInfoVdiToHdi()
41 const std::vector<VdiStreamInfo> &infos, VdiStreamSupportType &type) = 0;43 virtual int32_t CreateStreams(const std::vector<VdiStreamInfo> &streamInfos) = 0;
111 struct VdiStreamInfo { struct
114 struct VdiStreamInfo { struct132 struct VdiStreamInfo stream; argument
29 std::vector<std::shared_ptr<VdiStreamInfo>> streamInfos_;
128 const std::vector<VdiStreamInfo> &infos, VdiStreamSupportType &type) in IsStreamsSupported()189 const std::vector<VdiStreamInfo> &infos) in CheckStreamsSupported()210 …peratorVdiImpl::StreamInfoToStreamConfiguration(StreamConfiguration &scg, const VdiStreamInfo info) in StreamInfoToStreamConfiguration()224 int32_t StreamOperatorVdiImpl::CreateStreams(const std::vector<VdiStreamInfo> &streamInfos) in CreateStreams()595 bool StreamOperatorVdiImpl::CheckStreamInfo(const VdiStreamInfo streamInfo) in CheckStreamInfo()