OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JPEG_MAX_PLANE_CNT
(Results
1 - 2
of
2
) sorted by null
/hardware/samsung_slsi/exynos5/include/
ExynosJpegApi.h
31
#define
JPEG_MAX_PLANE_CNT
(3)
71
int addr[
JPEG_MAX_PLANE_CNT
];
72
int size[
JPEG_MAX_PLANE_CNT
];
/hardware/samsung_slsi/exynos5/libhwjpeg/
ExynosJpegBase.cpp
200
struct v4l2_plane plane[
JPEG_MAX_PLANE_CNT
];
205
memset(plane, 0, (int)
JPEG_MAX_PLANE_CNT
* sizeof(struct v4l2_plane));
Completed in 53 milliseconds