cjmoreira

Results 8 comments of cjmoreira

What kind of performance have you seen with this build?  With libstagefright enabled, I'm getting slower performance than with sw decoder...still trying to debug why...fun stuff :-)

I did a performance analysis in eclipse, and the bulk of the time is spent rendering the bitmap. I'm going to Trying to figure out how to render on the...

I'm getting a black screen when enabling hardware decoding. Which version of the Android Source are you using? The version I'm using required that I change the following line in...

Did you encounter a hang when exiting the video? I haven't debugged it yet, just wondering...this occurred with both sw and hw decoder....

@jacek-marchwicki I haven't had time to debug this further. FYI, I also had the same issue on the nexus 7. Where did you guys download the latest Jelly Bean android...

@jacek-marchwicki It is the queuBuffer that is failing on the Nexus 4: int err = s->mNativeWindow->queueBuffer(window, gBuffer.get()); av_log(s->avctx, AV_LOG_DEBUG, "thread - length6, err=%d\n", err); It did not return an error,...

Updating to the latest 4.2.2 source code, and calling the un-deprecated function: int err = s->mNativeWindow->queueBuffer(window, gBuffer.get(), c); 03-15 01:59:03.947: E/SurfaceTextureClient(9984): queueBuffer: error queuing buffer to SurfaceTexture, -22

@jacek-marchwicki I got the error messages to go away by setting the MetaData "kKeyRendered" to 1 after queueBuffer. Unfortunately there's still a black screen for me.....I found this in the...