Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraProviderHWLImpl.cpp142 for (const auto& stream_size : stream_sizes) { in IsMaxSupportedSizeGreaterThanOrEqual() local
143 if (stream_size.first * stream_size.second >= in IsMaxSupportedSizeGreaterThanOrEqual()
DEmulatedSensor.cpp425 auto stream_size = std::make_pair(stream.width, stream.height); in IsStreamCombinationSupported() local
426 if (output_sizes.find(stream_size) == output_sizes.end()) { in IsStreamCombinationSupported()