Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/dstream_operator/
H A Ddstream_operator.h145 bool IsStreamInfosInvalid(const std::vector<StreamInfo> &infos);
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H A Ddstream_operator.cpp35 if (IsStreamInfosInvalid(infos)) { in IsStreamsSupported()
68 if (IsStreamInfosInvalid(streamInfos)) { in CreateStreams()
315 bool DStreamOperator::IsStreamInfosInvalid(const std::vector<StreamInfo> &infos) in IsStreamInfosInvalid() function in OHOS::DistributedHardware::DStreamOperator