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

Function dict_set_data

framework/codec/Apple/AppleVideoToolBox.cpp:235–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233 }
234
235 static void dict_set_data(CFMutableDictionaryRef dict, CFStringRef key, uint8_t *value, uint64_t length)
236 {
237 CFDataRef data;
238 data = CFDataCreate(NULL, value, (CFIndex) length);
239 CFDictionarySetValue(dict, key, data);
240 CFRelease(data);
241 }
242
243 static void dict_set_object(CFMutableDictionaryRef dict, CFStringRef key, CFTypeRef *value)
244 {

Callers 1

createVideoFormatDescMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected