This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to render YUV input in Application level.

Hi~

 

Actually I have a little knowlege about HW / Device layer.

I want to know rendering YUV format in my application.

The scenario is like this :

- My app gets YUV420/422 data with input.

- After getting input, my application call device api or use linux level device(maybe frame buffer).

(It can be both of Video / Graphic pipeline)

 

I want to know how to render YUV data to Video / Graphic pipeline.

(Api call / device open & write ...)

 

Please reply my question.