Home | History | Annotate | Download | only in libcamera

Lines Matching full:each

74     /* YCbCr, each pixel is two bytes. Two pixels form a unit.
87 /* RGB565, each pixel is two bytes.
90 /* RGB666, each pixel is four bytes.
94 /* RGB444, each pixel is 2 bytes. The MS 4 bits are zeros, the next
97 /* Bayer, each pixel is 1 bytes. 2x2 pixels form a unit.
101 /* Bayer, each pixel is 1 bytes. 2x2 pixels form a unit.
105 /* Bayer, each pixel is 1 bytes. 2x2 pixels form a unit.
109 /* Bayer, each pixel is 1 bytes. 2x2 pixels form a unit.
113 /* RGB888, each pixel is 3 bytes. R is 8 bits, G is 8 bits,
193 uint32_t buf_len;/* Length of each buffer */