iosurface Questions

0

This question is roughly related to this one. I have a SceneKit project in which memory management has been a challenge (yes, even with ARC). By loading images in a very specific way, by using weak...
Persiflage asked 13/12, 2022 at 7:14

1

What APIs do I need to use, and what precautions do I need to take, when writing to an IOSurface in an XPC process that is also being used as the backing store for an MTLTexture in the main applica...
Kelly asked 3/2, 2019 at 15:46

1

I am facing memory issue in my app for iOS 12 and above versions. IOSurface gradually increases simultaneously in iOS 12.1.1 where as it works fine in iOS 11 versions. I have attached the issue scr...
Polity asked 3/1, 2019 at 12:44

2

Solved

I am fighting with an internal caching (about 90 MB for 15 mp image ) in CGContextDrawImage/CGDataProviderCopyData functions. Here is the stack-trace in profiler: In all cases, IOSurface is cre...
Setup asked 9/11, 2018 at 11:35

1

I'm trying to create an H.264 Compression Session with the data from my screen. I've created a CGDisplayStreamRef instance like so: displayStream = CGDisplayStreamCreateWithDispatchQueue(0, 100, 1...
Ettaettari asked 10/3, 2017 at 14:57

0

I'm working on an existing (non app-store) app for a client that uses the IOSurface private framework to do screen captures while in the background. There are a few threads here on SO that outline ...
Disaffirm asked 2/9, 2015 at 15:16
1

© 2022 - 2024 — McMap. All rights reserved.