Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dyuv.h67 struct yuv422 { struct
68 unsigned int u:8;
69 unsigned int y0:8;
70 unsigned int v:8;
71 unsigned int y1:8;