Searched refs:lType (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/
H A DUserData.c95 unsigned long lType; local
155 lType = EndianU32_BtoN( udType );
158 memcpy( str8 + 1, &lType, 4 );
178 lType = EndianU32_BtoN( udType );
181 memcpy( str8 + 1, &lType, 4 );
232 unsigned long lType; local
266 memcpy( &lType, charPtr+1, 4 );
267 udType = EndianU32_NtoB( lType );
H A DExportCommand.c87 unsigned long lType;
151 memcpy( &lType, charPtr, 4 );
152 compDesc.componentSubType = EndianU32_NtoB( lType );
196 memcpy( &lType, charPtr, 4 );
197 compDesc.componentManufacturer = EndianU32_NtoB( lType );
86 unsigned long lType; local
H A DQuickTimeTcl.c392 unsigned long lType;
451 lType = EndianU32_BtoN( codecs->list[i].cType );
452 memcpy( tmpstr, &lType, 4 );
477 memcpy( &lType, Tcl_GetString( objv[2] ), 4 );
478 videoCodecDesc.componentType = EndianU32_NtoB( lType );
496 lType = EndianU32_BtoN( videoCodecInfo.componentType );
497 memcpy( tmpstr, &lType, 4 );
502 lType = EndianU32_BtoN( videoCodecInfo.componentSubType );
503 memcpy( tmpstr, &lType, 4 );
508 lType
389 unsigned long lType; local
[all...]
H A DBroadcast.c2092 long lType; local
2125 lType = EndianU32_BtoN( osType );
2127 memcpy( type8Char, &lType, 4 );
2136 lType = EndianU32_BtoN( osType );
2138 memcpy( type8Char, &lType, 4 );
2298 long lType; local
2318 lType = EndianU32_BtoN( trackType );
2320 memcpy( type8Char, &lType, 4 );
H A DTracksCommand.c231 long lType; local
274 lType = EndianU32_BtoN( mediaType );
275 memcpy( tmpstr, &lType, 4 );
627 lType = EndianU32_BtoN( mediaType );
629 memcpy( type8Char, &lType, 4 );
705 lType = EndianU32_BtoN( mediaType );
706 memcpy( type8Char, &lType, 4 );
1728 long lType;
1949 memcpy( &lType, Tcl_GetString( objv[iarg+1] ), 4 );
1950 codecType = EndianU32_NtoB( lType );
1727 long lType; local
[all...]
H A DSeqGrabber.c1196 unsigned long lType; local
1198 memcpy( &lType, sgrabPtr->videoCompressor, 4 );
1199 compressorType = EndianU32_NtoB( lType );
1295 unsigned long lType; local
1297 lType = EndianU32_BtoN( compressorType );
1300 memcpy( sgrabPtr->videoCompressor, &lType, 4 );
H A DMoviePlayer.c1451 long lType; local
1483 memcpy( &lType, Tcl_GetString( objPtr ), 4 );
1484 mediaTypesPtr[i] = EndianU32_NtoB( lType );

Completed in 192 milliseconds