Searched defs:BufferSpec (Results 1 – 1 of 1) sorted by relevance
127 struct BufferSpec { struct128 uint8_t* buffer;129 std::optional<android_ycbcr> buffer_ycbcr;130 int width;131 int height;132 int cropX;133 int cropY;134 int cropWidth;135 int cropHeight;136 uint32_t drmFormat;[all …]