Home
last modified time | relevance | path

Searched defs:YCbCrPlanes (Results 1 – 1 of 1) sorted by relevance

/hardware/google/camera/devices/EmulatedCamera/hwl/
DBase.h34 struct YCbCrPlanes { struct
35 uint8_t* img_y = nullptr;
36 uint8_t* img_cb = nullptr;
37 uint8_t* img_cr = nullptr;
38 uint32_t y_stride = 0;
39 uint32_t cbcr_stride = 0;
40 uint32_t cbcr_step = 0;
41 size_t bytesPerPixel = 1;