Home
last modified time | relevance | path

Searched refs:v4l2_pixel_format_ (Results 1 – 2 of 2) sorted by relevance

/hardware/libhardware/modules/camera/3_4/
Dstream_format.cpp41 v4l2_pixel_format_(StreamFormat::HalToV4L2PixelFormat(format)), in StreamFormat()
50 v4l2_pixel_format_(format.fmt.pix.pixelformat), in StreamFormat()
58 v4l2_pixel_format_(format.fourcc), in StreamFormat()
67 format->fmt.pix.pixelformat = v4l2_pixel_format_; in FillFormatRequest()
75 switch (v4l2_pixel_format_) { in Category()
91 v4l2_pixel_format_ == other.v4l2_pixel_format_ && in operator ==()
Dstream_format.h51 inline uint32_t v4l2_pixel_format() const { return v4l2_pixel_format_; } in v4l2_pixel_format()
77 uint32_t v4l2_pixel_format_; variable