Searched defs:SOFT_LINK (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/avfoundation/ |
D | MediaPlayerPrivateAVFoundationObjC.mm | 52 SOFT_LINK(CoreMedia, CMTimeCompare, int32_t, (CMTime time1, CMTime time2), (time1, time2)) function 53 SOFT_LINK(CoreMedia, CMTimeMakeWithSeconds, CMTime, (Float64 seconds, int32_t preferredTimeScale), … function 54 SOFT_LINK(CoreMedia, CMTimeGetSeconds, Float64, (CMTime time), (time)) function 55 SOFT_LINK(CoreMedia, CMTimeRangeGetEnd, CMTime, (CMTimeRange range), (range)) function
|
/external/webkit/Source/WebCore/platform/mac/ |
D | SoftLinking.h | 48 #define SOFT_LINK(framework, functionName, resultType, parameterDeclarations, parameterNames) \ macro
|
/external/webkit/Source/WebCore/platform/win/ |
D | SoftLinking.h | 51 #define SOFT_LINK(library, functionName, resultType, callingConvention, parameterDeclarations, para… macro
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
D | MediaPlayerPrivateQTKit.mm | 78 SOFT_LINK(QTKit, QTMakeTime, QTTime, (long long timeValue, long timeScale), (timeValue, timeScale)) function
|