OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GET_32BPP_FRAME_SIZE
(Results
1 - 2
of
2
) sorted by null
/hardware/samsung_slsi/exynos5/include/
exynos_format.h
84
#define
GET_32BPP_FRAME_SIZE
(w, h) (((w) * (h)) << 2)
/hardware/samsung_slsi/exynos5/libexynosutils/
exynos5_format_v4l2.c
268
frame_size =
GET_32BPP_FRAME_SIZE
(width, height);
Completed in 170 milliseconds