Home
last modified time | relevance | path

Searched refs:v4l2_pixel_format (Results 1 – 7 of 7) 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.h211 int v4l2_pixel_format);
259 unsigned int v4l2_pixel_format,
273 unsigned int v4l2_pixel_format);
285 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);
Dstream_format.cpp96 int StreamFormat::V4L2ToHalPixelFormat(uint32_t v4l2_pixel_format) { in V4L2ToHalPixelFormat() argument
98 switch (v4l2_pixel_format) { in V4L2ToHalPixelFormat()
113 HAL_LOGV("Unrecognized v4l2 pixel format %u", v4l2_pixel_format); in V4L2ToHalPixelFormat()
Dv4l2_wrapper.cpp517 desired_format.v4l2_pixel_format(), in SetFormat()
632 request_context->camera_buffer->SetFourcc(format_->v4l2_pixel_format()); in EnqueueRequest()
/hardware/google/graphics/common/libgscaler/
Dlibgscaler_obj.cpp59 static int v4l2_pixfmt_to_yuvinfo(unsigned int v4l2_pixel_format, unsigned int * bpp, unsigned int … in v4l2_pixfmt_to_yuvinfo() argument
61 switch (v4l2_pixel_format) { in v4l2_pixfmt_to_yuvinfo()
105 static int gsc_get_yuv_bpp(unsigned int v4l2_pixel_format) in gsc_get_yuv_bpp() argument
109 if (v4l2_pixfmt_to_yuvinfo(v4l2_pixel_format, &bpp, &planes) < 0) in gsc_get_yuv_bpp()
115 static int gsc_get_yuv_planes(unsigned int v4l2_pixel_format) in gsc_get_yuv_planes() argument
119 if (v4l2_pixfmt_to_yuvinfo(v4l2_pixel_format, &bpp, &planes) < 0) in gsc_get_yuv_planes()