Home
last modified time | relevance | path

Searched refs:maxResolution (Results 1 – 4 of 4) sorted by relevance

/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DStreamConfigurationMap.cpp117 bool maxResolution) { in StreamConfigurationMap() argument
119 const char* maxResolutionStr = maxResolution ? "true" : "false"; in StreamConfigurationMap()
120 auto ret = chars.Get(maxResolution ? kScalerStreamConfigurationsMaxRes in StreamConfigurationMap()
132 ret = chars.Get(maxResolution ? kDepthStreamConfigurationsMaxRes in StreamConfigurationMap()
141 maxResolution ? kScalerMinFrameDurationsMaxRes : kScalerMinFrameDurations, in StreamConfigurationMap()
153 maxResolution ? kDepthMinFrameDurationsMaxRes : kDepthMinFrameDurations, in StreamConfigurationMap()
160 maxResolution ? kScalerStallDurationsMaxRes : kScalerStallDurations, in StreamConfigurationMap()
172 maxResolution ? kDepthStallDurationsMaxRes : kDepthStallDurations, &entry); in StreamConfigurationMap()
177 ret = chars.Get(maxResolution ? kScalerInputOutputFormatsMapMaxRes in StreamConfigurationMap()
DStreamConfigurationMap.h58 bool maxResolution = false);
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.cpp2494 uint32_t maxResolution = max(srcResolution, dstResolution); in getAssignedCapacity() local
2503 srcCycles = maxResolution/PPC; in getAssignedCapacity()
2535 uint32_t maxResolution = max(srcResolution, dstResolution); in getRequiredCapacity() local
2583 srcCycles = maxResolution/PPC; in getRequiredCapacity()
2618 uint32_t maxResolution = max(srcResolution, dstResolution); in getRequiredBaseCycles() local
2620 return maxResolution/(float)getPPC(src, dst, src); in getRequiredBaseCycles()
2762 uint32_t maxResolution = max(srcResolution, dstResolution); in updateUsedCapacity() local
2764 srcCycles = maxResolution/PPC; in updateUsedCapacity()
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp810 bool maxResolution);
894 bool maxResolution = false);
897 Size* size, bool maxResolution = false);
6342 bool maxResolution) { in getAvailableOutputStreams() argument
6348 int scalerTag = maxResolution in getAvailableOutputStreams()
6351 int depthTag = maxResolution in getAvailableOutputStreams()
6427 bool maxResolution) { in getMaxOutputSizeForFormat() argument
6431 /*threshold*/ nullptr, maxResolution) != Status::OK) { in getMaxOutputSizeForFormat()
6947 bool maxResolution) { in configureStreams3_7() argument
7014 auto rc = getMaxOutputSizeForFormat(staticMeta, format, &maxSize, maxResolution); in configureStreams3_7()