Searched refs:v4l2_pixel_format (Results 1 – 3 of 3) sorted by relevance
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);
96 int StreamFormat::V4L2ToHalPixelFormat(uint32_t v4l2_pixel_format) { in V4L2ToHalPixelFormat() argument98 switch (v4l2_pixel_format) { in V4L2ToHalPixelFormat()113 HAL_LOGV("Unrecognized v4l2 pixel format %u", v4l2_pixel_format); in V4L2ToHalPixelFormat()
517 desired_format.v4l2_pixel_format(), in SetFormat()632 request_context->camera_buffer->SetFourcc(format_->v4l2_pixel_format()); in EnqueueRequest()