Searched defs:droid_yuv_format (Results 1 – 2 of 2) sorted by relevance
37 struct droid_yuv_format { struct39 int native; /* HAL_PIXEL_FORMAT_ */40 enum chroma_order chroma_order; /* chroma order is {Cb, Cr} or {Cr, Cb} */41 int chroma_step; /* Distance in bytes between subsequent chroma pixels. */44 int fourcc; /* DRM_FORMAT_ */
59 struct droid_yuv_format { struct71 static const struct droid_yuv_format droid_yuv_formats[] = { argument