Home
last modified time | relevance | path

Searched defs:kBufferWidth (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/hardware/google/camera/common/hal/tests/
Dhwl_buffer_allocator_tests.cc27 static const uint32_t kBufferWidth = 4032; variable
Dgralloc_buffer_allocator_tests.cc26 static const uint32_t kBufferWidth = 4032; variable
/aosp_15_r20/frameworks/native/services/surfaceflinger/Utils/
H A DOverlayUtils.h40 inline constexpr int kBufferWidth = kMaxDigits * kDigitWidth + (kMaxDigits - 1) * kDigitSpace; variable