Searched refs:stream_size (Results 1 – 2 of 2) sorted by relevance
142 for (const auto& stream_size : stream_sizes) { in IsMaxSupportedSizeGreaterThanOrEqual() local143 if (stream_size.first * stream_size.second >= in IsMaxSupportedSizeGreaterThanOrEqual()
425 auto stream_size = std::make_pair(stream.width, stream.height); in IsStreamCombinationSupported() local426 if (output_sizes.find(stream_size) == output_sizes.end()) { in IsStreamCombinationSupported()