Lines Matching defs:surface
92 SlotSurfaceConfig *surface;
140 surface = &c->slotStruct[0].slotSurfaceConfig;
141 surface->SlotPixelFormat = input->format;
142 surface->SlotBlkKind = input->kind;
143 surface->SlotBlkHeight = 0; /* XXX */
144 surface->SlotCacheWidth = VIC_CACHE_WIDTH_64Bx4; /* XXX */
145 surface->SlotSurfaceWidth = input->width - 1;
146 surface->SlotSurfaceHeight = input->height - 1;
147 surface->SlotLumaWidth = input->stride - 1;
148 surface->SlotLumaHeight = input->height - 1;
149 surface->SlotChromaWidth = 16383;
150 surface->SlotChromaHeight = 16383;
161 SlotSurfaceConfig *surface;
210 surface = &c->slotStruct[0].slotSurfaceConfig;
211 surface->SlotPixelFormat = input->format;
212 surface->SlotBlkKind = input->kind;
213 surface->SlotBlkHeight = 0; /* XXX */
214 surface->SlotCacheWidth = VIC_CACHE_WIDTH_64Bx4; /* XXX */
215 surface->SlotSurfaceWidth = input->width - 1;
216 surface->SlotSurfaceHeight = input->height - 1;
217 surface->SlotLumaWidth = input->stride - 1;
218 surface->SlotLumaHeight = input->height - 1;
219 surface->SlotChromaWidth = 16383;
220 surface->SlotChromaHeight = 16383;