/third_party/gstreamer/gstplugins_bad/sys/applemedia/ |
D | vtutil.h | 44 void gst_vtutil_dict_set_i32 (CFMutableDictionaryRef dict, 46 void gst_vtutil_dict_set_string (CFMutableDictionaryRef dict, 48 void gst_vtutil_dict_set_boolean (CFMutableDictionaryRef dict, 50 void gst_vtutil_dict_set_data (CFMutableDictionaryRef dict, 52 void gst_vtutil_dict_set_object (CFMutableDictionaryRef dict,
|
D | vtutil.c | 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() 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 | vtdec.c | 669 CFMutableDictionaryRef output_image_buffer_attrs; in gst_vtdec_create_session() 671 CFMutableDictionaryRef videoDecoderSpecification; in gst_vtdec_create_session() 763 CFMutableDictionaryRef extensions, par, atoms; in create_format_description_from_codec_data()
|
D | videotexturecache-gl.m | 132 CFMutableDictionaryRef cache_attrs =
|
D | avsamplevideosink.m | 657 CFMutableDictionaryRef attachments = 658 (CFMutableDictionaryRef) CFArrayGetValueAtIndex (sample_attachments, i);
|
/third_party/protobuf/objectivec/ |
D | GPBExtensionRegistry.m | 70 CFMutableDictionaryRef extensionMap = (CFMutableDictionaryRef) 89 CFMutableDictionaryRef extensionMap = (CFMutableDictionaryRef) 100 CFMutableDictionaryRef extensionMap = (CFMutableDictionaryRef)context; 113 CFMutableDictionaryRef otherExtensionMap = (CFMutableDictionaryRef)value; 115 CFMutableDictionaryRef extensionMap = (CFMutableDictionaryRef)
|
D | GPBRootObject.m | 112 static CFMutableDictionaryRef gExtensionSingletonDictionary = NULL;
|
/third_party/libuv/src/unix/ |
D | darwin.c | 190 CFMutableDictionaryRef (*pIOServiceMatching)(const char*); in uv__get_cpu_speed() 192 CFMutableDictionaryRef, in uv__get_cpu_speed() 258 CFMutableDictionaryRef classes_to_match in uv__get_cpu_speed()
|
D | darwin-stub.h | 48 typedef void* CFMutableDictionaryRef; typedef
|
/third_party/skia/src/ports/ |
D | SkFontMgr_mac_ct.cpp | 86 SkUniqueCFRef<CFMutableDictionaryRef> cfAttributes( in create_descriptor() 91 SkUniqueCFRef<CFMutableDictionaryRef> cfTraits( in create_descriptor() 431 SkUniqueCFRef<CFMutableDictionaryRef> cfAttr( in CreateSet() 569 SkUniqueCFRef<CFMutableDictionaryRef> attributes( in onMakeFromStreamArgs()
|
D | SkTypeface_mac_ct.cpp | 161 static void add_opsz_attr(CFMutableDictionaryRef attr, double opsz) { in add_opsz_attr() 170 static void add_notrak_attr(CFMutableDictionaryRef attr) { in add_notrak_attr() 181 SkUniqueCFRef<CFMutableDictionaryRef> attr( in SkCTFontCreateExactCopy() 1125 SkUniqueCFRef<CFMutableDictionaryRef> newCtVariation( in SkCTVariationFromSkFontArguments() 1129 SkUniqueCFRef<CFMutableDictionaryRef> wrongOpszVariation; in SkCTVariationFromSkFontArguments() 1219 SkUniqueCFRef<CFMutableDictionaryRef> attributes( in onMakeClone()
|
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/ |
D | SystemInfo_macos.mm | 105 CFMutableDictionaryRef matchDictionary = IOServiceMatching(kServiceNames[i]); 174 CFMutableDictionaryRef matchDictionary = IORegistryEntryIDMatching(gpuID); 276 CFMutableDictionaryRef matchingDict = IORegistryEntryIDMatching(registryID);
|
/third_party/skia/modules/skshaper/src/ |
D | SkShaper_coretext.cpp | 122 static void dict_add_double(CFMutableDictionaryRef d, const void* name, double value) { in dict_add_double() 215 SkUniqueCFRef<CFMutableDictionaryRef> attr( in shape()
|
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/ |
D | IOSurfaceWrappingTests.cpp | 26 void AddIntegerValue(CFMutableDictionaryRef dictionary, const CFStringRef key, int32_t value) { in AddIntegerValue() 79 CFMutableDictionaryRef dict = in CreateSinglePlaneIOSurface()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | IOSurfaceWrappingTests.cpp | 27 void AddIntegerValue(CFMutableDictionaryRef dictionary, const CFStringRef key, int32_t value) { in AddIntegerValue() 80 CFMutableDictionaryRef dict = in CreateSinglePlaneIOSurface()
|
/third_party/ffmpeg/libavcodec/ |
D | videotoolbox.c | 679 CFMutableDictionaryRef buffer_attributes; in videotoolbox_buffer_attributes_create() 680 CFMutableDictionaryRef io_surface_properties; in videotoolbox_buffer_attributes_create() 720 CFMutableDictionaryRef config_info = CFDictionaryCreateMutable(kCFAllocatorDefault, in videotoolbox_decoder_config_create() 731 CFMutableDictionaryRef avc_info; in videotoolbox_decoder_config_create()
|
D | videotoolboxenc.c | 820 static void add_color_attr(AVCodecContext *avctx, CFMutableDictionaryRef dict) { in add_color_attr() 843 CFMutableDictionaryRef* dict) in create_cv_pixel_buffer_info() 848 CFMutableDictionaryRef pixel_buffer_info = NULL; in create_cv_pixel_buffer_info() 1232 CFMutableDictionaryRef par; in vtenc_create_encoder() 1381 CFMutableDictionaryRef enc_info; in vtenc_configure_encoder() 1382 CFMutableDictionaryRef pixel_buffer_info; in vtenc_configure_encoder()
|
/third_party/flutter/skia/third_party/externals/angle2/src/gpu_info_util/ |
D | SystemInfo_mac.mm | 77 CFMutableDictionaryRef matchDictionary = IOServiceMatching("IOPCIDevice");
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLIOSurfaceClientBufferTest.cpp | 25 void AddIntegerValue(CFMutableDictionaryRef dictionary, const CFStringRef key, int32_t value) in AddIntegerValue() 85 CFMutableDictionaryRef dict = CFDictionaryCreateMutable( in CreateIOSurface() 97 CFMutableDictionaryRef planeInfo = in CreateIOSurface()
|
/third_party/flutter/glfw/src/ |
D | cocoa_joystick.m | 352 static CFMutableDictionaryRef createMatchingDictionary(long usagePage, 355 CFMutableDictionaryRef result =
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLIOSurfaceClientBufferTest.cpp | 23 void AddIntegerValue(CFMutableDictionaryRef dictionary, const CFStringRef key, int32_t value) in AddIntegerValue() 77 CFMutableDictionaryRef dict = CFDictionaryCreateMutable( in CreateSinglePlaneIOSurface()
|
/third_party/flutter/skia/src/ports/ |
D | SkFontHost_mac.cpp | 804 SkUniqueCFRef<CFMutableDictionaryRef> cfAttributes( in create_descriptor() 809 SkUniqueCFRef<CFMutableDictionaryRef> cfTraits( in create_descriptor() 2080 SkUniqueCFRef<CFMutableDictionaryRef> ctVariations( in ct_variation_from_cg_variation() 2569 SkUniqueCFRef<CFMutableDictionaryRef> cfAttr( in CreateSet() 2695 SkUniqueCFRef<CFMutableDictionaryRef> dict( in copy_axes() 2810 SkUniqueCFRef<CFMutableDictionaryRef> dict( in copy_axes()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/metal/ |
D | BackendMTL.mm | 103 CFMutableDictionaryRef matchingDict = IORegistryEntryIDMatching([device registryID]);
|
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/darwin/ |
D | SDL_syshaptic.c | 219 CFMutableDictionaryRef hidProperties; in MacHaptic_MaybeAddDevice() 347 CFMutableDictionaryRef hidProperties, usbProperties; in HIDGetDeviceProduct()
|
/third_party/cups-filters/backend/ |
D | serial.c | 1105 CFMutableDictionaryRef classesToMatch; in list_devices()
|