Searched refs:GET_32BPP_FRAME_SIZE (Results 1 – 2 of 2) sorted by relevance
84 #define GET_32BPP_FRAME_SIZE(w, h) (((w) * (h)) << 2) macro
268 frame_size = GET_32BPP_FRAME_SIZE(width, height); in FRAME_SIZE()