Searched refs:v4l2_pixel_format (Results 1 – 5 of 5) sorted by relevance
50 int v4l2_pixel_format = -1; in HAL_PIXEL_FORMAT_2_V4L2_PIX() local55 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 …]
48 int v4l2_pixel_format = -1; in hal_pixfmt_to_v4l2() local53 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 …]
206 int v4l2_pixel_format);254 unsigned int v4l2_pixel_format,268 unsigned int v4l2_pixel_format);280 unsigned int v4l2_pixel_format);
49 inline uint32_t v4l2_pixel_format() const { return v4l2_pixel_format_; } in v4l2_pixel_format() function59 static int V4L2ToHalPixelFormat(uint32_t v4l2_pixel_format);
517 desired_format.v4l2_pixel_format(), in SetFormat()632 request_context->camera_buffer->SetFourcc(format_->v4l2_pixel_format()); in EnqueueRequest()