Lines Matching defs:Info
178 xvImageFormatInfo Info;
180 _XRead(dpy, (char *) (&Info), sz_xvImageFormatInfo);
181 ret[i].id = (int) Info.id;
182 ret[i].type = Info.type;
183 ret[i].byte_order = Info.byte_order;
184 memcpy(&(ret[i].guid[0]), &(Info.guid[0]), 16);
185 ret[i].bits_per_pixel = Info.bpp;
186 ret[i].format = Info.format;
187 ret[i].num_planes = Info.num_planes;
188 ret[i].depth = Info.depth;
189 ret[i].red_mask = Info.red_mask;
190 ret[i].green_mask = Info.green_mask;
191 ret[i].blue_mask = Info.blue_mask;
192 ret[i].y_sample_bits = Info.y_sample_bits;
193 ret[i].u_sample_bits = Info.u_sample_bits;
194 ret[i].v_sample_bits = Info.v_sample_bits;
195 ret[i].horz_y_period = Info.horz_y_period;
196 ret[i].horz_u_period = Info.horz_u_period;
197 ret[i].horz_v_period = Info.horz_v_period;
198 ret[i].vert_y_period = Info.vert_y_period;
199 ret[i].vert_u_period = Info.vert_u_period;
200 ret[i].vert_v_period = Info.vert_v_period;
201 memcpy(&(ret[i].component_order[0]), &(Info.comp_order[0]), 32);
202 ret[i].scanline_order = Info.scanline_order;