Home | History | Annotate | Download | only in tests-mx32

Lines Matching refs:fmt

69 		f->fmt.pix.width = 0x657b8160;
70 f->fmt.pix.height = 0x951c0047;
71 f->fmt.pix.pixelformat = magic;
72 f->fmt.pix.field = V4L2_FIELD_NONE;
73 f->fmt.pix.bytesperline = 0xdf20d185;
74 f->fmt.pix.sizeimage = 0x0cf7be41;
75 f->fmt.pix.colorspace = V4L2_COLORSPACE_JPEG;
83 f->fmt.pix_mp.width = 0x1f3b774b;
84 f->fmt.pix_mp.height = 0xab96a8d6;
85 f->fmt.pix_mp.pixelformat = magic;
86 f->fmt.pix_mp.field = V4L2_FIELD_NONE;
87 f->fmt.pix_mp.colorspace = V4L2_COLORSPACE_JPEG;
89 f->fmt.pix_mp.plane_fmt;
91 i < ARRAY_SIZE(f->fmt.pix_mp.plane_fmt);
103 f->fmt.win.w.left = 0xe8373662;
104 f->fmt.win.w.top = 0x0336d283;
105 f->fmt.win.w.width = 0x9235fe72;
106 f->fmt.win.w.height = 0xbbd886c8;
107 f->fmt.win.field = V4L2_FIELD_ANY;
108 f->fmt.win.chromakey = 0xdb1f991f;
109 f->fmt.win.clipcount = 2;
110 f->fmt.win.clips =
111 tail_alloc(sizeof(*f->fmt.win.clips) *
112 f->fmt.win.clipcount);
113 f->fmt.win.clips[0].c.left = 0x3313d36e;
114 f->fmt.win.clips[0].c.top = 0xcdffe510;
115 f->fmt.win.clips[0].c.width = 0x2064f3a8;
116 f->fmt.win.clips[0].c.height = 0xd06d314a;
117 f->fmt.win.clips[1].c.left = 0xd8c8a83f;
118 f->fmt.win.clips[1].c.top = 0x336e87ba;
119 f->fmt.win.clips[1].c.width = 0x9e3a6fb3;
120 f->fmt.win.clips[1].c.height = 0x05617b76;
122 f->fmt.win.bitmap = (void *) -2UL;
124 f->fmt.win.global_alpha = 0xce;
129 f->fmt.vbi.sampling_rate = 0x3d9b5b79;
130 f->fmt.vbi.offset = 0x055b3a09;
131 f->fmt.vbi.samples_per_line = 0xf176d436;
132 f->fmt.vbi.sample_format = magic;
133 f->fmt.vbi.start[0] = 0x9858e2eb;
134 f->fmt.vbi.start[1] = 0x8a4dc8c1;
135 f->fmt.vbi.count[0] = 0x4bcf36a3;
136 f->fmt.vbi.count[1] = 0x97dff65f;
137 f->fmt.vbi.flags = V4L2_VBI_INTERLACED;
144 f->fmt.sliced.service_set = V4L2_SLICED_VPS;
145 f->fmt.sliced.io_size = 0xd897925a;
147 i < ARRAY_SIZE(f->fmt.sliced.service_lines[0]);
149 f->fmt.sliced.service_lines[0][i] = 0xc38e | i;
150 f->fmt.sliced.service_lines[1][i] = 0x3abb | i;
160 f->fmt.sdr.pixelformat = magic;
162 f->fmt.sdr.buffersize = 0x25afabfb;
178 ", fmt.pix={width=%u, height=%u, pixelformat="
184 f->fmt.pix.width, f->fmt.pix.height,
186 f->fmt.pix.bytesperline,
187 f->fmt.pix.sizeimage);
196 ", fmt.pix_mp={width=%u, height=%u, pixelformat="
202 f->fmt.pix_mp.width, f->fmt.pix_mp.height,
205 i < ARRAY_SIZE(f->fmt.pix_mp.plane_fmt);
210 f->fmt.pix_mp.plane_fmt[i].sizeimage,
211 f->fmt.pix_mp.plane_fmt[i].bytesperline);
214 f->fmt.pix_mp.num_planes);
223 ", fmt.win={left=%d, top=%d, width=%u, height=%u"
234 f->fmt.win.w.left, f->fmt.win.w.top,
235 f->fmt.win.w.width, f->fmt.win.w.height,
236 f->fmt.win.chromakey,
237 f->fmt.win.clips[0].c.left,
238 f->fmt.win.clips[0].c.top,
239 f->fmt.win.clips[0].c.width,
240 f->fmt.win.clips[0].c.height,
241 f->fmt.win.clips[1].c.left,
242 f->fmt.win.clips[1].c.top,
243 f->fmt.win.clips[1].c.width,
244 f->fmt.win.clips[1].c.height,
245 f->fmt.win.clipcount, f->fmt.win.bitmap
247 , f->fmt.win.global_alpha
254 ", fmt.vbi={sampling_rate=%u, offset=%u"
262 f->fmt.vbi.sampling_rate, f->fmt.vbi.offset,
263 f->fmt.vbi.samples_per_line,
265 f->fmt.vbi.start[0], f->fmt.vbi.start[1],
266 f->fmt.vbi.count[0], f->fmt.vbi.count[1]);
274 ", fmt.sliced={service_set=V4L2_SLICED_VPS"
278 f->fmt.sliced.io_size);
280 i < ARRAY_SIZE(f->fmt.sliced.service_lines);
286 j < ARRAY_SIZE(f->fmt.sliced.service_lines[0]);
291 f->fmt.sliced.service_lines[i][j]);
305 ", fmt.sdr={pixelformat=v4l2_fourcc('\\x%x', '\\x%x',"
315 , f->fmt.sdr.buffersize