Home
last modified time | relevance | path

Searched refs:typeBuffer (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebCore/platform/graphics/win/
DQTMovieWin.cpp936 char typeBuffer[256]; in initializeSupportedTypes() local
937 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()