Searched refs:typeBuffer (Results 1 – 1 of 1) sorted by relevance
936 char typeBuffer[256]; in initializeSupportedTypes() local937 if (typeLength >= sizeof(typeBuffer)) in initializeSupportedTypes()939 memcpy(typeBuffer, atomData, typeLength); in initializeSupportedTypes()940 typeBuffer[typeLength] = 0; in initializeSupportedTypes()943 if (strncmp(typeBuffer, "audio/", 6) && strncmp(typeBuffer, "video/", 6)) in initializeSupportedTypes()946 … CFStringRef cfMimeType = CFStringCreateWithCString(NULL, typeBuffer, kCFStringEncodingUTF8); in initializeSupportedTypes()