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()
49 v4l2_pixel_format_(format.fmt.pix.pixelformat), in StreamFormat()
56 v4l2_pixel_format_(format.fourcc), in StreamFormat()
64 format->fmt.pix.pixelformat = v4l2_pixel_format_; in FillFormatRequest()
72 switch (v4l2_pixel_format_) { in Category()
88 v4l2_pixel_format_ == other.v4l2_pixel_format_ && in operator ==()
Dstream_format.h49 inline uint32_t v4l2_pixel_format() const { return v4l2_pixel_format_; } in v4l2_pixel_format()
75 uint32_t v4l2_pixel_format_; variable