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

Function cfdict_create

framework/utils/pixelBufferConvertor.cpp:189–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187 CFRelease(number);
188}
189CFMutableDictionaryRef cfdict_create(CFIndex capacity)
190{
191 return CFDictionaryCreateMutable(kCFAllocatorDefault, capacity, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
192}
193
194CVPixelBufferPoolRef cvpxpool_create(const IAFFrame::videoInfo &src, unsigned count)
195{

Callers 1

cvpxpool_createFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected