[TEST] Unified uploads path

This commit is contained in:
CamilleLaVey
2026-08-07 21:33:27 -04:00
parent fd75a6d1e4
commit 3e12fb1ff4
6 changed files with 126 additions and 1 deletions
+1 -1
View File
@@ -705,7 +705,7 @@ public:
if (get_native_handle == nullptr) {
return false;
}
constexpr size_t window_size = 512ULL << 20;
constexpr size_t window_size = 256ULL << 20;
const AHardwareBuffer_Desc window_desc = MakeBlobDesc(window_size);
if (AHardwareBuffer_isSupported(&window_desc) == 0) {
return false;