Home
last modified time | relevance | path

Searched refs:hal_pixel_format (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gchips/libexynosutils/
Dexynos_format_v4l2.c48 int hal_pixel_format) in HAL_PIXEL_FORMAT_2_V4L2_PIX() argument
52 switch (hal_pixel_format) { in HAL_PIXEL_FORMAT_2_V4L2_PIX()
159 __func__, hal_pixel_format); in HAL_PIXEL_FORMAT_2_V4L2_PIX()
169 int hal_pixel_format = -1; in V4L2_PIX_2_HAL_PIXEL_FORMAT() local
173 hal_pixel_format = HAL_PIXEL_FORMAT_RGBA_8888; in V4L2_PIX_2_HAL_PIXEL_FORMAT()
177 hal_pixel_format = HAL_PIXEL_FORMAT_RGB_888; in V4L2_PIX_2_HAL_PIXEL_FORMAT()
181 hal_pixel_format = HAL_PIXEL_FORMAT_RGB_565; in V4L2_PIX_2_HAL_PIXEL_FORMAT()
185 hal_pixel_format = HAL_PIXEL_FORMAT_BGRA_8888; in V4L2_PIX_2_HAL_PIXEL_FORMAT()
189 hal_pixel_format = HAL_PIXEL_FORMAT_EXYNOS_YCbCr_420_P; in V4L2_PIX_2_HAL_PIXEL_FORMAT()
193 hal_pixel_format = HAL_PIXEL_FORMAT_EXYNOS_YCbCr_420_PN; in V4L2_PIX_2_HAL_PIXEL_FORMAT()
[all …]
/hardware/google/gchips/include/
Dexynos_format.h194 int hal_pixel_format);
224 int hal_pixel_format,
229 int hal_pixel_format,
235 int NUM_PLANES(int hal_pixel_format);
/hardware/libhardware/modules/camera/3_4/
Dstream_format.h57 static uint32_t HalToV4L2PixelFormat(int hal_pixel_format);
/hardware/google/graphics/common/libscaler/
Dlibscaler.cpp46 int hal_pixfmt_to_v4l2(int hal_pixel_format) in hal_pixfmt_to_v4l2() argument
50 switch (hal_pixel_format) { in hal_pixfmt_to_v4l2()
157 __func__, hal_pixel_format); in hal_pixfmt_to_v4l2()
/hardware/google/graphics/common/libscaler/include/
Dexynos_scaler.h534 int hal_pixfmt_to_v4l2(int hal_pixel_format);