Hi,
I have a question related to copying the data across media SDK sessions. I have two sessions A and B.
Session A does only decoding .
Session B does only VPP scaling.
i am providing Session A output as an Input to Session B. As far as i understand that i can not allocate the buffers for the decoded output in the video memory. I have to allocate the decoder output buffers in the system memory and provide that as an input to the Session B .
In general Input and output to any sessions are required to be in the system memory?
Please confirm
Best Regards,
Rajesh