Searched refs:sbwc_sizes (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gchips/gralloc4/src/core/ |
D | exynos_format_allocation.h | 34 static std::pair<size_t, size_t> sbwc_sizes(int w, int h) { in sbwc_sizes() function 61 std::tie(plane[0].size, plane[1].size) = sbwc_sizes<8>(w, h); in setup_sbwc_420_sp() 88 std::tie(plane[0].size, plane[1].size) = sbwc_sizes<10>(w, h); in setup_sbwc_420_sp_10bit()
|
/hardware/google/gchips/gralloc3/src/ |
D | mali_gralloc_bufferallocation.cpp | 870 static std::pair<size_t, size_t> sbwc_sizes(int w, int h) { in sbwc_sizes() function 921 std::tie(luma_size, chroma_size) = sbwc_sizes<8>(w, h); in prepare_descriptor_exynos_formats() 932 std::tie(luma_size, chroma_size) = sbwc_sizes<10>(w, h); in prepare_descriptor_exynos_formats()
|