xxxzhou / aoce

android/window (GPU image processing)(multimedia)
https://www.zhihu.com/people/zhou-xin-12-70-21/posts
MIT License
127 stars 42 forks source link

部分机型如三星S10 、 一加8 eglCreateImageKHR创建EGLImageKHR失败 #9

Open paul1992li opened 2 years ago

paul1992li commented 2 years ago

GPU Adreno: CreateNativeImage: Invalid context passed image 看Android源码,好像是这个问题 https://cs.android.com/android/platform/superproject/+/master:device/generic/goldfish-opengl/system/egl/egl.cpp;l=2195;drc=master?q=eglCreateImageKHR&ss=android%2Fplatform%2Fsuperproject image

xxxzhou commented 2 years ago

@paul1992li 谢谢,我手上就我用的机型,这种情况只能使用CPU数据更新了,输出层的paramet的bCPU=true,如果你有时间,麻烦帮忙看下CPU能否更新.