Home
last modified time | relevance | path

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

/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()