Searched refs:GET_24BPP_FRAME_SIZE (Results 1 – 2 of 2) sorted by relevance
181 #define GET_24BPP_FRAME_SIZE(w, h) (((w) * (h)) * 3) macro
329 frame_size = GET_24BPP_FRAME_SIZE(width, height); in FRAME_SIZE()