Home
last modified time | relevance | path

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

/hardware/google/gchips/include/
Dexynos_format.h181 #define GET_24BPP_FRAME_SIZE(w, h) (((w) * (h)) * 3) macro
/hardware/google/gchips/libexynosutils/
Dexynos_format_v4l2.c329 frame_size = GET_24BPP_FRAME_SIZE(width, height); in FRAME_SIZE()