Searched defs:PlaneData (Results 1 – 3 of 3) sorted by relevance
35 struct PlaneData { struct47 const std::vector<PlaneData>& plane_datas, argument
215 struct PlaneData { struct216 SkBitmap fYFull;217 SkBitmap fUFull;218 SkBitmap fVFull;219 SkBitmap fAFull;220 SkBitmap fUQuarter; // 2x2 downsampled U channel221 SkBitmap fVQuarter; // 2x2 downsampled V channel223 SkBitmap fFull;224 SkBitmap fQuarter; // 2x2 downsampled YUVA
105 pub struct PlaneData { struct106 pub width: u32,107 pub height: u32,108 pub row_bytes: u32,109 pub pixel_size: u32,197 pub fn plane_data(&self, plane: Plane) -> Option<PlaneData> { in plane_data()