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.

[参考译文] TDA4VM:如何通过 eglCreateImageKHR 创建 EGLImageKHR 映像?

Guru**** 2309770 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1064084/tda4vm-how-to-create-eglimagekhr-image-through-eglcreateimagekhr

器件型号:TDA4VM

读取本地 RGB 或 YUV 图像数据时、如何通过 eglCreateImageKHR 创建 EGLImageKHR 图像?
EGLDisplay 显示= eglGetDisplay (EGL_DEFAULT_DISPLAY);
EGLClientBuffer TagPara;//????
EGLImageKHR eglSrcImage = eglCreateImageKHR (display、EGL_NO_context、EGL_native_buffer_Android、(EGLClientBuffer)&tagPara、0);
如何设置第四个参数 tagPara?