Searched refs:maxResolution (Results 1 – 6 of 6) sorted by relevance
/hardware/google/camera/devices/EmulatedCamera/hwl/utils/ |
D | StreamConfigurationMap.cpp | 117 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()
|
D | StreamConfigurationMap.h | 58 bool maxResolution = false);
|
/hardware/interfaces/camera/provider/aidl/vts/ |
D | camera_aidl_test.h | 225 bool maxResolution, 326 bool maxResolution = false); 329 Size* size, bool maxResolution = false);
|
D | camera_aidl_test.cpp | 950 bool maxResolution) { in getAvailableOutputStreams() argument 954 int scalerTag = maxResolution in getAvailableOutputStreams() 957 int depthTag = maxResolution in getAvailableOutputStreams() 2087 bool maxResolution) { in getMaxOutputSizeForFormat() argument 2091 /*threshold*/ nullptr, maxResolution) != Status::OK) { in getMaxOutputSizeForFormat() 3126 std::shared_ptr<DeviceCb>* outCb, uint32_t streamConfigCounter, bool maxResolution, in configureStreams() argument 3185 if (maxResolution) { in configureStreams() 3186 auto rc = getMaxOutputSizeForFormat(staticMeta, format, &maxSize, maxResolution); in configureStreams() 3212 {maxResolution ? SensorPixelMode::ANDROID_SENSOR_PIXEL_MODE_MAXIMUM_RESOLUTION in configureStreams()
|
/hardware/google/graphics/common/libhwc2.1/libresource/ |
D | ExynosMPP.cpp | 2552 uint32_t maxResolution = max(srcResolution, dstResolution); in getAssignedCapacity() local 2561 srcCycles = maxResolution/PPC; in getAssignedCapacity() 2593 uint32_t maxResolution = max(srcResolution, dstResolution); in getRequiredCapacity() local 2641 srcCycles = maxResolution/PPC; in getRequiredCapacity() 2676 uint32_t maxResolution = max(srcResolution, dstResolution); in getRequiredBaseCycles() local 2678 return maxResolution/(float)getPPC(src, dst, src); in getRequiredBaseCycles() 2820 uint32_t maxResolution = max(srcResolution, dstResolution); in updateUsedCapacity() local 2822 srcCycles = maxResolution/PPC; in updateUsedCapacity()
|
/hardware/interfaces/camera/provider/2.4/vts/functional/ |
D | VtsHalCameraProviderV2_4TargetTest.cpp | 840 bool maxResolution); 925 bool maxResolution = false); 928 Size* size, bool maxResolution = false); 6296 bool maxResolution) { in getAvailableOutputStreams() argument 6300 int scalerTag = maxResolution in getAvailableOutputStreams() 6303 int depthTag = maxResolution in getAvailableOutputStreams() 6383 bool maxResolution) { in getMaxOutputSizeForFormat() argument 6387 /*threshold*/ nullptr, maxResolution) != Status::OK) { in getMaxOutputSizeForFormat() 6902 bool maxResolution) { in configureStreams3_7() argument 6969 auto rc = getMaxOutputSizeForFormat(staticMeta, format, &maxSize, maxResolution); in configureStreams3_7()
|