Home | History | Annotate | Download | only in renderControl_enc

Lines Matching refs:packetSize

27 	 const size_t packetSize = 8;
28 ptr = stream->alloc(packetSize);
30 memcpy(ptr, &packetSize, 4); ptr += 4;
47 const size_t packetSize = 8 + __size_major + __size_minor + 2*4;
48 ptr = stream->alloc(packetSize);
50 memcpy(ptr, &packetSize, 4); ptr += 4;
70 const size_t packetSize = 8 + 4 + __size_buffer + 4 + 1*4;
71 ptr = stream->alloc(packetSize);
73 memcpy(ptr, &packetSize, 4); ptr += 4;
93 const size_t packetSize = 8 + 4 + __size_buffer + 4 + 1*4;
94 ptr = stream->alloc(packetSize);
96 memcpy(ptr, &packetSize, 4); ptr += 4;
116 const size_t packetSize = 8 + __size_numAttribs + 1*4;
117 ptr = stream->alloc(packetSize);
119 memcpy(ptr, &packetSize, 4); ptr += 4;
137 const size_t packetSize = 8 + 4 + __size_buffer + 1*4;
138 ptr = stream->alloc(packetSize);
140 memcpy(ptr, &packetSize, 4); ptr += 4;
160 const size_t packetSize = 8 + __size_attribs + 4 + __size_configs + 4 + 2*4;
161 ptr = stream->alloc(packetSize);
163 memcpy(ptr, &packetSize, 4); ptr += 4;
184 const size_t packetSize = 8 + 4;
185 ptr = stream->alloc(packetSize);
187 memcpy(ptr, &packetSize, 4); ptr += 4;
203 const size_t packetSize = 8 + 4 + 4 + 4;
204 ptr = stream->alloc(packetSize);
206 memcpy(ptr, &packetSize, 4); ptr += 4;
224 const size_t packetSize = 8 + 4;
225 ptr = stream->alloc(packetSize);
227 memcpy(ptr, &packetSize, 4); ptr += 4;
239 const size_t packetSize = 8 + 4 + 4 + 4;
240 ptr = stream->alloc(packetSize);
242 memcpy(ptr, &packetSize, 4); ptr += 4;
260 const size_t packetSize = 8 + 4;
261 ptr = stream->alloc(packetSize);
263 memcpy(ptr, &packetSize, 4); ptr += 4;
275 const size_t packetSize = 8 + 4 + 4 + 4;
276 ptr = stream->alloc(packetSize);
278 memcpy(ptr, &packetSize, 4); ptr += 4;
296 const size_t packetSize = 8 + 4;
297 ptr = stream->alloc(packetSize);
299 memcpy(ptr, &packetSize, 4); ptr += 4;
311 const size_t packetSize = 8 + 4;
312 ptr = stream->alloc(packetSize);
314 memcpy(ptr, &packetSize, 4); ptr += 4;
327 const size_t packetSize = 8 + 4 + 4;
328 ptr = stream->alloc(packetSize);
330 memcpy(ptr, &packetSize, 4); ptr += 4;
343 const size_t packetSize = 8 + 4;
344 ptr = stream->alloc(packetSize);
346 memcpy(ptr, &packetSize, 4); ptr += 4;
362 const size_t packetSize = 8 + 4 + 4 + 4;
363 ptr = stream->alloc(packetSize);
365 memcpy(ptr, &packetSize, 4); ptr += 4;
383 const size_t packetSize = 8 + 4;
384 ptr = stream->alloc(packetSize);
386 memcpy(ptr, &packetSize, 4); ptr += 4;
398 const size_t packetSize = 8 + 4;
399 ptr = stream->alloc(packetSize);
401 memcpy(ptr, &packetSize, 4); ptr += 4;
413 const size_t packetSize = 8 + 4;
414 ptr = stream->alloc(packetSize);
416 memcpy(ptr, &packetSize, 4); ptr += 4;
428 const size_t packetSize = 8 + 4;
429 ptr = stream->alloc(packetSize);
431 memcpy(ptr, &packetSize, 4); ptr += 4;
443 const size_t packetSize = 8 + 4 + 4 + 4;
444 ptr = stream->alloc(packetSize);
446 memcpy(ptr, &packetSize, 4); ptr += 4;
465 const size_t packetSize = 8 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + __size_pixels + 1*4;
466 ptr = stream->alloc(packetSize);
468 memcpy(ptr, &packetSize, 4); ptr += 4;
489 const size_t packetSize = 8 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + __size_pixels + 1*4;
492 memcpy(ptr, &packetSize, 4); ptr += 4;
517 const size_t packetSize = 8 + 4;
518 ptr = stream->alloc(packetSize);
520 memcpy(ptr, &packetSize, 4); ptr += 4;