Home
last modified time | relevance | path

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

/hardware/samsung_slsi/exynos5/libexynosutils/
Dexynos5_format_v4l2.c255 frame_size = GET_16BPP_FRAME_SIZE(width, height); in FRAME_SIZE()
305 frame_size = GET_16BPP_FRAME_SIZE(width, height); in FRAME_SIZE()
/hardware/samsung_slsi/exynos5/include/
Dexynos_format.h86 #define GET_16BPP_FRAME_SIZE(w, h) (((w) * (h)) << 1) macro