Searched refs:ftyp (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/SETUP/config/
H A Dopenp.c61 static const char *ftyp; variable
74 fvalue = fopen (fnam,ftyp);
90 ftyp = ftype;
/macosx-10.9.5/CF-855.17/
H A DCFBundle.c2661 // ??? may want more ftyp values
2662 UInt32 ftyp = CFSwapInt32HostToBig(*((UInt32 *)(bytes + 8))); local
2663 if (0x6d703431 == ftyp || 0x6d703432 == ftyp || 0x69736f6d == ftyp || 0x69736f32 == ftyp) ext = "mp4";
2664 else if (0x4d344120 == ftyp) ext = "m4a";
2665 else if (0x4d344220 == ftyp) ext = "m4b";
2666 else if (0x4d345020 == ftyp) ext = "m4p";
2667 else if (0x4d345620 == ftyp ||
[all...]

Completed in 87 milliseconds