8 #ifndef __LIBCAMERA_INTERNAL_V4L2_PIXELFORMAT_H__
9 #define __LIBCAMERA_INTERNAL_V4L2_PIXELFORMAT_H__
14 #include <linux/videodev2.h>
33 bool isValid()
const {
return fourcc_ != 0; }
34 uint32_t
fourcc()
const {
return fourcc_; }
35 operator uint32_t()
const {
return fourcc_; }