MCPcopy Create free account
hub / github.com/alibaba/CicadaPlayer / dict_set_object

Function dict_set_object

framework/codec/Apple/AppleVideoToolBox.cpp:243–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241 }
242
243 static void dict_set_object(CFMutableDictionaryRef dict, CFStringRef key, CFTypeRef *value)
244 {
245 CFDictionarySetValue(dict, key, value);
246 }
247
248 static void dict_set_i32(CFMutableDictionaryRef dict, CFStringRef key, int32_t value)
249 {

Callers 1

createVideoFormatDescMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected