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.

Linux: Procedural issues

Tool/software: Linux

our command:   filevpedisplay 2.yuv 1920 1080 nv12 1920 1080 nv12 0 0 0 0 0 0 -s 26:1920x1080

We have tested the program filevpedispla, It can normally read the video from the file and display. Now we want to add the image processing process to the program, but we don't know where the Y, U, V component  of image are stored. At the beginning, we think that the Y component is stored in the variable srcBuffers[index] and U, V components are stored in the variable srcBuffers_uv[index], so we only take out the Y component  and then sent out to show. However, we find that the display effect is the same as before, not gray image. We want to ask how to extract the Y, U, V components of image.

The attachment is our modified program.0385.omapdrmtest.zip