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.

RGB FourCC attribute parameter in eglCreateImageKHR

Hello

    I'm doing development on a omap 3530 evm board , from GFX SDK 4_06_00_01, I found this line

    eglimage support for video streaming

    I found a demo in GFX_Linux_SDK/ti-components/eglimagetest, README said this can be used to do video streaming ,

   from source, it use "NV12" as FourCC parameter in eglCreateImageKHR , when I came to servicesext.h from GFX_Linux_KM folder

  I found PVRSRV_PIXEL_FORMAT enum support many other pixel format, but  I can only found some YUV format fourcc value from  http://www.fourcc.org/yuv.php

 in bc_cat.h

  #define BC_PIX_FMT_RGB565   BC_FOURCC('R', 'G', 'B', 'P') /*RGB 5:6:5*/

 is there a complete reference list of avaliabe rgb fourcc  or detail of  eglCreateImage parameter ?  I read 

http://www.khronos.org/registry/egl/extensions/KHR/EGL_KHR_image_base.txt   but found nothing about  EGL_GL_VIDEO_HEIGHT_TI/EGL_GL_VIDEO_WIDTH_ROB

   Thank you for help