Hi all, I am using the mediacodec API to decode an AVC buffer using a Nexus 9 device. The first time I call the dequeueOutputBuffer() I am getting the deprecated value INFO_OUTPUT_BUFFERS_CHANGED <http://developer.android.com/reference/android/media/MediaCodec.html#INFO_OUTPUT_BUFFERS_CHANGED>, after that I keep calling that method with the hope of getting something useful back but instead it all the time returns INFO_TRY_AGAIN_LATER. <http://developer.android.com/reference/android/media/MediaCodec.html#INFO_TRY_AGAIN_LATER>
Interestingly, on the android logcat I can see : E/OMXNodeInstance( 202): setParameter(33554433) ERROR: 0x80001019 W/ACodec ( 9094): [OMX.Nvidia.h264.decode] setting nBufferCountActual to 13 failed: -1010 E/OMXNodeInstance( 202): setParameter(33554433) ERROR: 0x80001019 W/ACodec ( 9094): [OMX.Nvidia.h264.decode] setting nBufferCountActual to 12 failed: -1010 E/OMXNodeInstance( 202): setParameter(33554433) ERROR: 0x80001019 W/ACodec ( 9094): [OMX.Nvidia.h264.decode] setting nBufferCountActual to 11 failed: -1010 Any thoughts about how to further investigate the issue ? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

