Lines Matching defs:Info
868 xvAttributeInfo Info;
874 _XRead(dpy, (char *) (&Info), sz_xvAttributeInfo);
875 ret[i].flags = (int) Info.flags;
876 ret[i].min_value = Info.min;
877 ret[i].max_value = Info.max;
879 if (Info.size <= size) {
880 _XRead(dpy, marker, Info.size);
881 marker += Info.size;
882 size -= Info.size;
931 xvImageFormatInfo Info;
933 _XRead(dpy, (char *) (&Info), sz_xvImageFormatInfo);
934 ret[i].id = (int) Info.id;
935 ret[i].type = Info.type;
936 ret[i].byte_order = Info.byte_order;
937 memcpy(&(ret[i].guid[0]), &(Info.guid[0]), 16);
938 ret[i].bits_per_pixel = Info.bpp;
939 ret[i].format = Info.format;
940 ret[i].num_planes = Info.num_planes;
941 ret[i].depth = Info.depth;
942 ret[i].red_mask = Info.red_mask;
943 ret[i].green_mask = Info.green_mask;
944 ret[i].blue_mask = Info.blue_mask;
945 ret[i].y_sample_bits = Info.y_sample_bits;
946 ret[i].u_sample_bits = Info.u_sample_bits;
947 ret[i].v_sample_bits = Info.v_sample_bits;
948 ret[i].horz_y_period = Info.horz_y_period;
949 ret[i].horz_u_period = Info.horz_u_period;
950 ret[i].horz_v_period = Info.horz_v_period;
951 ret[i].vert_y_period = Info.vert_y_period;
952 ret[i].vert_u_period = Info.vert_u_period;
953 ret[i].vert_v_period = Info.vert_v_period;
954 memcpy(&(ret[i].component_order[0]), &(Info.comp_order[0]), 32);
955 ret[i].scanline_order = Info.scanline_order;