Home
last modified time | relevance | path

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

/hardware/google/gchips/libexynosutils/
Dexynos_format_v4l2.c50 int v4l2_pixel_format = -1; in HAL_PIXEL_FORMAT_2_V4L2_PIX() local
55 v4l2_pixel_format = V4L2_PIX_FMT_RGB32; in HAL_PIXEL_FORMAT_2_V4L2_PIX()
59 v4l2_pixel_format = V4L2_PIX_FMT_RGB24; in HAL_PIXEL_FORMAT_2_V4L2_PIX()
63 v4l2_pixel_format = V4L2_PIX_FMT_RGB565; in HAL_PIXEL_FORMAT_2_V4L2_PIX()
67 v4l2_pixel_format = V4L2_PIX_FMT_BGR32; in HAL_PIXEL_FORMAT_2_V4L2_PIX()
71 v4l2_pixel_format = V4L2_PIX_FMT_YVU420M; in HAL_PIXEL_FORMAT_2_V4L2_PIX()
75 v4l2_pixel_format = V4L2_PIX_FMT_YUV420M; in HAL_PIXEL_FORMAT_2_V4L2_PIX()
79 v4l2_pixel_format = V4L2_PIX_FMT_YVU420; in HAL_PIXEL_FORMAT_2_V4L2_PIX()
83 v4l2_pixel_format = V4L2_PIX_FMT_YUV420; in HAL_PIXEL_FORMAT_2_V4L2_PIX()
87 v4l2_pixel_format = V4L2_PIX_FMT_YUV420N; in HAL_PIXEL_FORMAT_2_V4L2_PIX()
[all …]
/hardware/google/graphics/common/libscaler/
Dlibscaler.cpp48 int v4l2_pixel_format = -1; in hal_pixfmt_to_v4l2() local
53 v4l2_pixel_format = V4L2_PIX_FMT_RGB32; in hal_pixfmt_to_v4l2()
57 v4l2_pixel_format = V4L2_PIX_FMT_RGB24; in hal_pixfmt_to_v4l2()
61 v4l2_pixel_format = V4L2_PIX_FMT_RGB565; in hal_pixfmt_to_v4l2()
65 v4l2_pixel_format = V4L2_PIX_FMT_BGR32; in hal_pixfmt_to_v4l2()
69 v4l2_pixel_format = V4L2_PIX_FMT_YVU420M; in hal_pixfmt_to_v4l2()
73 v4l2_pixel_format = V4L2_PIX_FMT_YUV420M; in hal_pixfmt_to_v4l2()
77 v4l2_pixel_format = V4L2_PIX_FMT_YVU420; in hal_pixfmt_to_v4l2()
81 v4l2_pixel_format = V4L2_PIX_FMT_YUV420; in hal_pixfmt_to_v4l2()
85 v4l2_pixel_format = V4L2_PIX_FMT_YUV420N; in hal_pixfmt_to_v4l2()
[all …]
/hardware/google/gchips/include/
Dexynos_format.h206 int v4l2_pixel_format);
254 unsigned int v4l2_pixel_format,
268 unsigned int v4l2_pixel_format);
280 unsigned int v4l2_pixel_format);
/hardware/libhardware/modules/camera/3_4/
Dstream_format.h49 inline uint32_t v4l2_pixel_format() const { return v4l2_pixel_format_; } in v4l2_pixel_format() function
59 static int V4L2ToHalPixelFormat(uint32_t v4l2_pixel_format);
Dv4l2_wrapper.cpp517 desired_format.v4l2_pixel_format(), in SetFormat()
632 request_context->camera_buffer->SetFourcc(format_->v4l2_pixel_format()); in EnqueueRequest()