Enumerations
enum class UvcPixelFormat
| Name | Value | Comments |
|---|---|---|
| INVALID | 0 |
default value, not supported |
| BGRA32 | 1 |
32bpp BGRA, 1 plane. |
| I420 | 2 |
8 bit Y plane followed by 8 bit 2×2 subsampled U and V |
| M420 | 3 |
pseudo planar: 4:2:0 sampling, with 2 Y lines then 1 CbCr line |
| NV12 | 4 |
8-bit Y plane followed by an interleaved U/V plane with 2×2 subsampling |
| YUY2 | 5 |
nonplanar 4:2:2 with ordering YUYV |
| MJPEG | 6 |
MJPEG encoded image |
Defined at line 19 of file ../../src/camera/drivers/usb_video/descriptors.h
Records
Functions
-
zx::result<StreamingSetting> LoadStreamingSettings (usb_desc_iter_t * iter)Defined at line 418 of file ../../src/camera/drivers/usb_video/descriptors.cc
-
bool FrameRatesEqual (fuchsia::camera::FrameRate a, fuchsia::camera::FrameRate b)Defined at line 550 of file ../../src/camera/drivers/usb_video/descriptors.cc