Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/include/drm-uapi/
Detnaviv_drm.h203 __u32 stream_size; /* in, cmdstream size */ member
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraProviderHWLImpl.cpp148 for (const auto& stream_size : stream_sizes) { in IsMaxSupportedSizeGreaterThanOrEqual() local
149 if (stream_size.first * stream_size.second >= in IsMaxSupportedSizeGreaterThanOrEqual()
DEmulatedSensor.cpp536 auto stream_size = std::make_pair(stream.width, stream.height); in IsStreamCombinationSupported() local
537 if (output_sizes.find(stream_size) == output_sizes.end()) { in IsStreamCombinationSupported()