Searched defs:BufferSpec (Results 1 – 1 of 1) sorted by relevance
105 struct BufferSpec { struct106 uint8_t* buffer;107 std::optional<android_ycbcr> buffer_ycbcr;108 int width;109 int height;110 int crop_x;111 int crop_y;112 int crop_width;113 int crop_height;114 uint32_t drm_format;[all …]