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