Lines Matching defs:bytes

35 	?? (0x02040607): 4 bytes
36 BParameter Struct Size (in bytes): 4 bytes
37 ID: 4 bytes
39 Name String: 'Name String Length' bytes
41 Kind String: 'Kind String Length' bytes
43 Unit String: 'Unit String Length' bytes
44 Inputs Count: 4 bytes
45 Inputs (pointers): ('Inputs Count')*4 bytes
46 Outputs Count: 4 bytes
47 Outputs (pointers): ('Outputs Count')*4 bytes
48 Media Type: 4 bytes
49 ChannelCount: 4 bytes
50 Flags: 4 bytes
53 Min: 4 bytes (as float)
54 Max: 4 bytes (as float)
55 Stepping: 4 bytes (as float)
56 Response: 4 bytes (as int or enum)
57 Factor: 4 bytes (as float)
58 Offset: 4 bytes (as float)
61 NumItems: 4 bytes (as int)
64 Item Name String: 'Item Name String Length' bytes
65 Item Value: 4 bytes (as int)
70 ?? (0x03040507 OR 0x03040509 depending if the flags field is included or not???): 4 bytes
71 (possible) Flags: 4 bytes
73 Name String: 'Name String Length' bytes
74 Param Count: 4 bytes
76 Pointer: 4 bytes
77 Parameter Type: 4 bytes
78 Flattened Parameter Size: 4 bytes
79 Flattened Parameter: 'Flattened Parameter Size' bytes
81 Subgroup Count: 4 bytes
83 Pointer: 4 bytes
84 MEDIA PARAMETER GROUP TYPE('BMCG' (opposite byte order in file)): 4 bytes
85 Flattened Group Size: 4 bytes
86 Flattened Group: 'Flattened Group Size' bytes
92 ?? 0x01030506: 4 bytes
93 ??: 4 bytes (is always 1)
94 Group Count: 4 bytes
95 Node (as media_node): 0x18 bytes (decimal 24 bytes)
97 Flattened Group Size: 4 bytes
98 Flattened Group: 'Flattened Group Size' bytes
101 ??: 4 bytes (never get written to (holds uninitialized value))
156 * Min: 4 bytes (as float)
157 * Max: 4 bytes (as float)
158 * Stepping: 4 bytes (as float)
159 * Response: 4 bytes (as int or enum)
160 * Factor: 4 bytes (as float)
161 * Offset: 4 bytes (as float)
255 skip_in_buffer(const void **_buffer, uint32 bytes)
259 buffer += bytes;
266 skip_in_buffer(void **_buffer, uint32 bytes)
273 skip_in_buffer((const void **)_buffer, bytes);
475 ?? 0x01030506: 4 bytes
476 ??: 4 bytes (is always 1)
477 Group Count: 4 bytes
478 Node (as media_node): 0x18 bytes (decimal 24 bytes)
480 Flattened Group Size: 4 bytes
481 Flattened Group: 'Flattened Group Size' bytes
484 ??: 4 bytes (never get written to (holds uninitialized value))
488 //36 guaranteed bytes, variable after that.
873 ?? (0x03040507 OR 0x03040509 depending if the flags field is included or not???): 4 bytes
874 (possible) Flags: 4 bytes
876 Name String: 'Name String Length' bytes
877 Param Count: 4 bytes
879 Pointer: 4 bytes
880 Parameter Type: 4 bytes
881 Flattened Parameter Size: 4 bytes
882 Flattened Parameter: 'Flattened Parameter Size' bytes
884 Subgroup Count: 4 bytes
886 Pointer: 4 bytes
887 MEDIA PARAMETER GROUP TYPE('BMCG' (opposite byte order in file)): 4 bytes
888 Flattened Group Size: 4 bytes
889 Flattened Group: 'Flattened Group Size' bytes
894 //13 guaranteed bytes, variable after that.
974 // we have only that much bytes left to write in this buffer
1001 // we have only that much bytes left to write in this buffer
1083 // make sure we can read as many bytes
1135 // make sure we can read as many bytes
1308 ERROR("BParameter::GetValue can't create area of %ld bytes\n",
1380 ERROR("BParameter::SetValue can't create area of %ld bytes\n", size);
1523 ?? (0x02040607): 4 bytes
1524 BParameter Struct Size (in bytes): 4 bytes
1525 ID: 4 bytes
1527 Name String: 'Name String Length' bytes
1529 Kind String: 'Kind String Length' bytes
1531 Unit String: 'Unit String Length' bytes
1532 Inputs Count: 4 bytes
1533 Inputs (pointers): ('Inputs Count')*4 bytes
1534 Outputs Count: 4 bytes
1535 Outputs (pointers): ('Outputs Count')*4 bytes
1536 Media Type: 4 bytes
1537 ChannelCount: 4 bytes
1538 Flags: 4 bytes
1540 //35 bytes are guaranteed, after that, add the variable length parts.
1663 // ID (4 bytes)
1667 // Inputs Count (4 bytes)
1668 // Outputs Count (4 bytes)
1669 // Media Type (4 bytes)
1670 // Channel Count (4 bytes)
1671 // Flags (4 bytes)
1672 // TOTAL: 27 bytes
1876 // only adds a fixed amount of bytes