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

Function dict_set_boolean

framework/codec/Apple/AppleVideoToolBox.cpp:230–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228 }
229
230 static void dict_set_boolean(CFMutableDictionaryRef dict, CFStringRef key, bool value)
231 {
232 CFDictionarySetValue(dict, key, value ? kCFBooleanTrue : kCFBooleanFalse);
233 }
234
235 static void dict_set_data(CFMutableDictionaryRef dict, CFStringRef key, uint8_t *value, uint64_t length)
236 {

Callers 1

createVideoFormatDescMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected