HomeSort by relevance Sort by last modified time
    Searched refs:v4l2_pixel_format (Results 1 - 2 of 2) sorted by null

  /hardware/samsung_slsi/exynos5/libexynosutils/
exynos5_format_v4l2.c 50 int v4l2_pixel_format = -1; local
56 v4l2_pixel_format = V4L2_PIX_FMT_RGB32;
60 v4l2_pixel_format = V4L2_PIX_FMT_RGB24;
64 v4l2_pixel_format = V4L2_PIX_FMT_RGB565;
68 v4l2_pixel_format = V4L2_PIX_FMT_BGR32;
72 v4l2_pixel_format = V4L2_PIX_FMT_RGB555X;
76 v4l2_pixel_format = V4L2_PIX_FMT_RGB444;
80 v4l2_pixel_format = V4L2_PIX_FMT_YVU420M;
84 v4l2_pixel_format = V4L2_PIX_FMT_YUV420M;
89 v4l2_pixel_format = V4L2_PIX_FMT_NV61
    [all...]
  /hardware/samsung_slsi/exynos5/include/
exynos_format.h 89 * Convert hal_pixel_format to v4l2_pixel_format.
95 * v4l2_pixel_format
101 * Convert v4l2_pixel_format to hal_pixel_format.
103 * @param v4l2_pixel_format
104 * v4l2_pixel_format[in]
110 int v4l2_pixel_format);
143 * Get bpp and plane of v4l2_pixel_format.
145 * @param v4l2_pixel_format
146 * v4l2_pixel_format[in]
158 unsigned int v4l2_pixel_format,
    [all...]

Completed in 40 milliseconds