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