Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libacryl/
Dacrylic_formats.cpp182 #define MFC_PAD_SIZE 256 macro
183 #define MFC_2B_PAD_SIZE (MFC_PAD_SIZE / 4)
188 #define NV12_MFC_PAYLOAD(w, h) (NV12_MFC_Y_PAYLOAD(w, h) + MFC_PAD_SIZE + (MFC_ALIGN(w) * (h) …