Searched defs:PlaneData (Results 1 – 2 of 2) sorted by relevance
210 struct PlaneData { struct211 SkBitmap fYFull;212 SkBitmap fUFull;213 SkBitmap fVFull;214 SkBitmap fAFull;215 SkBitmap fUQuarter; // 2x2 downsampled U channel216 SkBitmap fVQuarter; // 2x2 downsampled V channel218 SkBitmap fFull;219 SkBitmap fQuarter; // 2x2 downsampled YUVA
44 struct PlaneData { struct45 SkBitmap fYFull;46 SkBitmap fUFull;47 SkBitmap fVFull;48 SkBitmap fAFull;49 SkBitmap fUQuarter; // 2x2 downsampled U channel50 SkBitmap fVQuarter; // 2x2 downsampled V channel