/third_party/gstreamer/gstplugins_bad/sys/applemedia/ |
D | vtutil.h | 43 gchar * gst_vtutil_string_to_utf8 (CFStringRef s); 45 CFStringRef key, gint32 value); 47 CFStringRef key, const gchar * value); 49 CFStringRef key, gboolean value); 51 CFStringRef key, guint8 * value, guint64 length); 53 CFStringRef key, CFTypeRef * value);
|
D | vtutil.c | 26 CFStringRef s; in gst_vtutil_object_to_string() 39 gst_vtutil_string_to_utf8 (CFStringRef s) in gst_vtutil_string_to_utf8() 53 gst_vtutil_dict_set_i32 (CFMutableDictionaryRef dict, CFStringRef key, in gst_vtutil_dict_set_i32() 64 gst_vtutil_dict_set_string (CFMutableDictionaryRef dict, CFStringRef key, in gst_vtutil_dict_set_string() 67 CFStringRef string; in gst_vtutil_dict_set_string() 75 gst_vtutil_dict_set_boolean (CFMutableDictionaryRef dict, CFStringRef key, in gst_vtutil_dict_set_boolean() 82 gst_vtutil_dict_set_data (CFMutableDictionaryRef dict, CFStringRef key, in gst_vtutil_dict_set_data() 93 gst_vtutil_dict_set_object (CFMutableDictionaryRef dict, CFStringRef key, in gst_vtutil_dict_set_object()
|
D | vtenc.c | 91 const CFStringRef 94 const CFStringRef 97 const CFStringRef kVTCompressionPropertyKey_ProfileLevel = 99 const CFStringRef kVTProfileLevel_H264_Baseline_AutoLevel = 104 const CFStringRef kVTCompressionPropertyKey_Quality = CFSTR ("Quality"); 116 const CFStringRef gstVTCodecPropertyKey_PreserveAlphaChannel = 173 VTCompressionSessionRef session, CFStringRef name, gint value); 175 VTCompressionSessionRef session, CFStringRef name, gdouble value); 391 CFStringRef keyframe_props_keys[] = { kVTEncodeFrameOptionKey_ForceKeyFrame }; in gst_vtenc_init() 722 static CFStringRef [all …]
|
/third_party/libuv/src/unix/ |
D | darwin-proctitle.c | 56 CFStringRef (*pCFStringCreateWithCString)(CFAllocatorRef, in uv__set_process_title() 59 CFBundleRef (*pCFBundleGetBundleWithIdentifier)(CFStringRef); in uv__set_process_title() 60 void *(*pCFBundleGetDataPointerForName)(CFBundleRef, CFStringRef); in uv__set_process_title() 61 void *(*pCFBundleGetFunctionPointerForName)(CFBundleRef, CFStringRef); in uv__set_process_title() 65 CFStringRef, in uv__set_process_title() 66 CFStringRef, in uv__set_process_title() 71 CFStringRef* display_name_key; in uv__set_process_title()
|
D | darwin.c | 196 CFStringRef, in uv__get_cpu_speed() 201 CFStringRef (*pCFStringCreateWithCString)(CFAllocatorRef, in uv__get_cpu_speed() 264 CFStringRef device_type_str = S("device_type"); in uv__get_cpu_speed() 265 CFStringRef clock_frequency_str = S("clock-frequency"); in uv__get_cpu_speed()
|
D | fsevents.c | 120 CFStringRef); 124 CFStringRef); 132 static CFStringRef (*pCFStringCreateWithFileSystemRepresentation)( 136 static CFStringRef (*pkCFRunLoopDefaultMode); 149 CFStringRef); 417 CFStringRef* paths; in uv__fsevents_reschedule()
|
/third_party/ffmpeg/libavcodec/ |
D | videotoolboxenc.c | 65 CFStringRef kCVImageBufferColorPrimaries_ITU_R_2020; 66 CFStringRef kCVImageBufferTransferFunction_ITU_R_2020; 67 CFStringRef kCVImageBufferYCbCrMatrix_ITU_R_2020; 69 CFStringRef kVTCompressionPropertyKey_H264EntropyMode; 70 CFStringRef kVTH264EntropyMode_CAVLC; 71 CFStringRef kVTH264EntropyMode_CABAC; 73 CFStringRef kVTProfileLevel_H264_Baseline_4_0; 74 CFStringRef kVTProfileLevel_H264_Baseline_4_2; 75 CFStringRef kVTProfileLevel_H264_Baseline_5_0; 76 CFStringRef kVTProfileLevel_H264_Baseline_5_1; [all …]
|
/third_party/python/Modules/ |
D | _scproxy.c | 18 cfstring_to_pystring(CFStringRef ref) in cfstring_to_pystring() 103 CFStringRef aString = NULL; in get_proxy_settings() 132 CFStringRef enabledKey, in set_proxy() 133 CFStringRef hostKey, CFStringRef portKey) in set_proxy() 139 CFStringRef hostString; in set_proxy()
|
/third_party/skia/src/ports/ |
D | SkFontMgr_mac_ct.cpp | 70 static SkUniqueCFRef<CFStringRef> make_CFString(const char s[]) { in make_CFString() 71 return SkUniqueCFRef<CFStringRef>(CFStringCreateWithCString(nullptr, s, kCFStringEncodingUTF8)); in make_CFString() 158 SkUniqueCFRef<CFStringRef> cfFontName = make_CFString(familyName); in create_descriptor() 278 static bool find_desc_str(CTFontDescriptorRef desc, CFStringRef name, SkString* value) { in find_desc_str() 279 SkUniqueCFRef<CFStringRef> ref((CFStringRef)CTFontDescriptorCopyAttribute(desc, name)); in find_desc_str() 393 return CFStringCompare((CFStringRef)a, (CFStringRef)b, 0) == kCFCompareLessThan; in SkCopyAvailableFontFamilyNames() 425 CFStringRef getFamilyNameAt(int index) const { in getFamilyNameAt() 427 return (CFStringRef)CFArrayGetValueAtIndex(fNames.get(), index); in getFamilyNameAt() 430 static SkFontStyleSet* CreateSet(CFStringRef cfFamilyName) { in CreateSet() 477 SkUniqueCFRef<CFStringRef> cfName = make_CFString(familyName); in onMatchFamily() [all …]
|
D | SkOSFile_ios.h | 28 sk_cfp<CFStringRef> pathRef(CFURLCopyFileSystemPath(pathURL.get(), kCFURLPOSIXPathStyle)); in ios_get_path_in_bundle() 41 sk_cfp<CFStringRef> filePath(CFURLCopyFileSystemPath(fileURL.get(), kCFURLPOSIXPathStyle)); in ios_get_path_in_bundle()
|
D | SkTypeface_mac_ct.cpp | 68 void SkStringFromCFString(CFStringRef src, SkString* dst) { in SkStringFromCFString() 80 SkUniqueCFRef<CFStringRef> typeDescription(CFCopyTypeIDDescription(id)); in SkCFTypeIDDescription() 165 CFStringRef SkCTFontOpticalSizeAttribute = CFSTR("NSCTFontOpticalSizeAttribute"); in add_opsz_attr() 174 CFStringRef SkCTFontUnscaledTrackingAttribute = CFSTR("NSCTFontUnscaledTrackingAttribute"); in add_notrak_attr() 198 CFStringRef SkCTFontOpticalSizeAttribute = CFSTR("NSCTFontOpticalSizeAttribute"); in SkCTFontCreateExactCopy() 274 static bool find_dict_CGFloat(CFDictionaryRef dict, CFStringRef name, CGFloat* value) { in find_dict_CGFloat() 562 SkUniqueCFRef<CFStringRef> fontName(CTFontCopyPostScriptName(ctFont.get())); in onGetAdvancedMetrics() 836 CFStringRef cfLanguageRaw; in onCreateFamilyNameIterator() 837 SkUniqueCFRef<CFStringRef> cfFamilyName( in onCreateFamilyNameIterator() 839 SkUniqueCFRef<CFStringRef> cfLanguage(cfLanguageRaw); in onCreateFamilyNameIterator() [all …]
|
D | SkImageEncoder_CG.cpp | 51 CFStringRef type) { in SkStreamToImageDestination() 72 CFStringRef type; in SkEncodeImageWithCG()
|
/third_party/glib/gio/ |
D | gosxcontenttype.m | 43 static CFStringRef 51 * @str: a #CFStringRef 59 create_cstr_from_cfstring (CFStringRef str) 80 * @str: a #CFStringRef 90 create_cstr_from_cfstring_with_fallback (CFStringRef str, 122 CFStringRef str1, str2; 146 CFStringRef type, supertype; 198 CFStringRef str; 199 CFStringRef desc_str; 345 CFStringRef uti; [all …]
|
D | gosxappinfo.m | 168 static CFStringRef 177 create_cstr_from_cfstring (CFStringRef str) 234 CFStringRef str; 327 get_bundle_for_id (CFStringRef bundle_id) 597 CFStringRef scheme; 611 CFStringRef bundle_id = CFArrayGetValueAtIndex (bundle_list, i); 631 CFStringRef type; 656 CFStringRef bundle_id = CFArrayGetValueAtIndex (bundle_list, i); 688 CFStringRef type; 693 CFStringRef bundle_id; [all …]
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/osx/ |
D | DeckLinkAPIConfiguration.h | 230 …virtual HRESULT SetString (/* in */ BMDDeckLinkConfigurationID cfgID, /* in */ CFStringRef value) … 231 …virtual HRESULT GetString (/* in */ BMDDeckLinkConfigurationID cfgID, /* out */ CFStringRef *value… 249 …ESULT SetString (/* in */ BMDDeckLinkEncoderConfigurationID cfgID, /* in */ CFStringRef value) = 0; 250 …ULT GetString (/* in */ BMDDeckLinkEncoderConfigurationID cfgID, /* out */ CFStringRef *value) = 0;
|
D | DeckLinkAPIDiscovery.h | 60 virtual HRESULT GetModelName (/* out */ CFStringRef *modelName) = 0; 61 virtual HRESULT GetDisplayName (/* out */ CFStringRef *displayName) = 0;
|
D | DeckLinkAPIStreaming.h | 239 virtual HRESULT GetName (/* out */ CFStringRef *name) = 0; 250 …LT GetString (/* in */ BMDStreamingEncodingModePropertyID cfgID, /* out */ CFStringRef *value) = 0; 267 …SULT SetString (/* in */ BMDStreamingEncodingModePropertyID cfgID, /* in */ CFStringRef value) = 0;
|
/third_party/flutter/glfw/src/ |
D | cocoa_platform.h | 64 typedef void* (*PFN_TISGetInputSourceProperty)(TISInputSourceRef,CFStringRef); 112 CFStringRef kPropertyUnicodeKeyLayoutData; 113 CFStringRef kNotifySelectedKeyboardInputSourceChanged;
|
/third_party/flutter/skia/src/ports/ |
D | SkOSFile_ios.h | 21 CFStringRef pathRef = CFStringCreateWithCString(nullptr, path, kCFStringEncodingUTF8); in ios_get_path_in_bundle() 34 CFStringRef imagePath = CFURLCopyFileSystemPath(imageURL, kCFURLPOSIXPathStyle); in ios_get_path_in_bundle()
|
D | SkImageEncoder_CG.cpp | 51 CFStringRef type) { in SkStreamToImageDestination() 72 CFStringRef type; in SkEncodeImageWithCG()
|
D | SkFontHost_mac.cpp | 66 static SkUniqueCFRef<CFStringRef> make_CFString(const char s[]) { in make_CFString() 67 return SkUniqueCFRef<CFStringRef>(CFStringCreateWithCString(nullptr, s, kCFStringEncodingUTF8)); in make_CFString() 471 static bool find_dict_CGFloat(CFDictionaryRef dict, CFStringRef name, CGFloat* value) { in find_dict_CGFloat() 847 SkUniqueCFRef<CFStringRef> cfFontName = make_CFString(familyName); in create_descriptor() 1710 static void CFStringToSkString(CFStringRef src, SkString* dst) { in CFStringToSkString() 1736 SkUniqueCFRef<CFStringRef> fontName(CTFontCopyPostScriptName(ctFont.get())); in onGetAdvancedMetrics() 1973 CFStringRef keyString = static_cast<CFStringRef>(key); in set_non_default_axes() 1985 CFStringRef cgAxisNameString = static_cast<CFStringRef>(cgAxisName); in set_non_default_axes() 2208 CFStringRef cfLanguageRaw; in onCreateFamilyNameIterator() 2209 SkUniqueCFRef<CFStringRef> cfFamilyName( in onCreateFamilyNameIterator() [all …]
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-coretext.cc | 170 CFStringRef cg_postscript_name = CGFontCopyPostScriptName (cg_font); in create_ct_font() 183 CFStringRef ct_result_name = CTFontCopyPostScriptName(ct_font); in create_ct_font() 209 CFStringRef fontName = CTFontCopyPostScriptName (ct_font); in create_ct_font() 547 CFStringRef keys[] = { in _hb_coretext_shape() 655 CFStringRef string_ref = nullptr; in _hb_coretext_shape() 717 CFStringRef lang = CFStringCreateWithCStringNoCopy (kCFAllocatorDefault, in _hb_coretext_shape() 787 extern const CFStringRef kCTTypesetterOptionForcedEmbeddingLevel; in _hb_coretext_shape() 899 CFStringRef font_ps_name = CTFontCopyName (ct_font, kCTFontPostScriptNameKey); in _hb_coretext_shape() 900 CFStringRef run_ps_name = CTFontCopyName (run_ct_font, kCTFontPostScriptNameKey); in _hb_coretext_shape()
|
/third_party/harfbuzz/src/ |
D | hb-coretext.cc | 154 CFStringRef cg_postscript_name = CGFontCopyPostScriptName (cg_font); in create_ct_font() 167 CFStringRef ct_result_name = CTFontCopyPostScriptName(ct_font); in create_ct_font() 196 CFStringRef fontName = CTFontCopyPostScriptName (ct_font); in create_ct_font() 579 CFStringRef keys[] = { in _hb_coretext_shape() 698 CFStringRef string_ref = nullptr; in _hb_coretext_shape() 760 CFStringRef lang = CFStringCreateWithCStringNoCopy (kCFAllocatorDefault, in _hb_coretext_shape() 830 extern const CFStringRef kCTTypesetterOptionForcedEmbeddingLevel; in _hb_coretext_shape() 942 CFStringRef font_ps_name = CTFontCopyName (ct_font, kCTFontPostScriptNameKey); in _hb_coretext_shape() 943 CFStringRef run_ps_name = CTFontCopyName (run_ct_font, kCTFontPostScriptNameKey); in _hb_coretext_shape()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-coretext.cc | 154 CFStringRef cg_postscript_name = CGFontCopyPostScriptName (cg_font); in create_ct_font() 167 CFStringRef ct_result_name = CTFontCopyPostScriptName(ct_font); in create_ct_font() 196 CFStringRef fontName = CTFontCopyPostScriptName (ct_font); in create_ct_font() 617 CFStringRef keys[] = { in _hb_coretext_shape() 736 CFStringRef string_ref = nullptr; in _hb_coretext_shape() 798 CFStringRef lang = CFStringCreateWithCStringNoCopy (kCFAllocatorDefault, in _hb_coretext_shape() 868 extern const CFStringRef kCTTypesetterOptionForcedEmbeddingLevel; in _hb_coretext_shape() 980 CFStringRef font_ps_name = CTFontCopyName (ct_font, kCTFontPostScriptNameKey); in _hb_coretext_shape() 981 CFStringRef run_ps_name = CTFontCopyName (run_ct_font, kCTFontPostScriptNameKey); in _hb_coretext_shape()
|
/third_party/grpc/src/core/lib/iomgr/ |
D | tcp_client_cfstream.cc | 145 CFStringRef* host, int* port) { in ParseResolvedAddress() 189 CFStringRef host; in CFStreamClientConnect()
|