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