Searched refs:StreamSize (Results 1 – 4 of 4) sorted by relevance
/hardware/google/camera/devices/EmulatedCamera/hwl/utils/ |
D | StreamConfigurationMap.h | 32 typedef std::pair<uint32_t, uint32_t> StreamSize; typedef 33 typedef std::pair<android_pixel_format_t, StreamSize> StreamConfig; 64 const std::set<StreamSize>& GetOutputSizes(android_pixel_format_t format) { in GetOutputSizes() 73 const std::set<StreamSize>& GetDynamicPhysicalStreamOutputSizes( in GetDynamicPhysicalStreamOutputSizes() 117 std::unordered_map<android_pixel_format_t, std::set<StreamSize>> 128 std::unordered_map<android_pixel_format_t, std::set<StreamSize>>
|
/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | EmulatedCameraProviderHWLImpl.cpp | 50 constexpr StreamSize s240pStreamSize = std::pair(240, 180); 51 constexpr StreamSize s720pStreamSize = std::pair(1280, 720); 52 constexpr StreamSize s1440pStreamSize = std::pair(1920, 1440); 147 const std::set<StreamSize>& stream_sizes, StreamSize compare_size) { in IsMaxSupportedSizeGreaterThanOrEqual()
|
D | EmulatedCameraDeviceInfo.cpp | 933 std::set<StreamSize> yuv_sizes = stream_configuration_map.GetOutputSizes( in InitializeControlDefaults()
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | dbghelp.h | 1258 …OID BaseOfDump,ULONG StreamNumber,PMINIDUMP_DIRECTORY *Dir,PVOID *StreamPointer,ULONG *StreamSize);
|