Lines Matching defs:stream
66 bool IsDepthStream(const Stream& stream) { in IsDepthStream()
76 bool IsPreviewStream(const Stream& stream) { in IsPreviewStream()
87 bool IsJPEGSnapshotStream(const Stream& stream) { in IsJPEGSnapshotStream()
98 bool IsOutputZslStream(const Stream& stream) { in IsOutputZslStream()
108 bool IsVideoStream(const Stream& stream) { in IsVideoStream()
117 bool IsRawStream(const Stream& stream) { in IsRawStream()
128 bool IsInputRawStream(const Stream& stream) { in IsInputRawStream()
139 bool IsArbitraryDataSpaceRawStream(const Stream& stream) { in IsArbitraryDataSpaceRawStream()
143 bool IsYUVSnapshotStream(const Stream& stream) { in IsYUVSnapshotStream()
153 bool IsSoftwareDenoiseEligibleSnapshotStream(const Stream& stream) { in IsSoftwareDenoiseEligibleSnapshotStream()
299 for (auto stream : stream_config.streams) { in IsLiveSnapshotConfigured() local
546 for (const auto& stream : stream_config.streams) { in IsStreamUseCaseSupported() local
577 bool IsSecuredStream(const Stream& stream) { in IsSecuredStream()
581 bool IsStreamUseCasesVideoCall(const Stream& stream) { in IsStreamUseCasesVideoCall()
588 bool IsHdrStream(const Stream& stream) { in IsHdrStream()