Searched refs:stream_0 (Results 1 – 2 of 2) sorted by relevance
201 const Stream& stream_0, const HalStream& hal_stream_0, in AreStreamsCompatible() argument203 return stream_0.width == stream_1.width && in AreStreamsCompatible()204 stream_0.height == stream_1.height && in AreStreamsCompatible()205 stream_0.rotation == stream_1.rotation && in AreStreamsCompatible()
126 bool AreStreamsCompatible(const Stream& stream_0,