Re: [android-developers] Re: Further Mediacodec API issues in Jellybean

2012-12-20 Thread Peter Kolarov
I have heard that someone supposedly got it to work but may be it was only for Nexus 7 - I noticed that on Samsung Jellybean devices there is not even the AOSP videoeditor included which uses similar API on native level May be with 4.2 Miracast implementation the manufacturers will

[android-developers] Further Mediacodec API issues in Jellybean

2012-12-13 Thread Peter Kolarov
Hello, I am using Samsung N7100 device to test encoding capabilities of mediacodec API, and I am not able to get any meaningful results. Basically, I am able to successfully setup encoder, then I am able to enqueu input buffers, I am also getting 2 output buffers worth of data before the

[android-developers] Re: java.lang.IllegalStateException in Media.configure() with the new MediaCodec API

2012-09-27 Thread Peter Kolarov
I have managed to get past the configuration part and interestingly enough I am getting the same error after successfully encoding 4 frames - on the 5fth frame it throws IllegalStateException and the whole OMX subsystem crashes so badly that only reboot can fix it!!! On Tuesday, September

[android-developers] info on pixel format: OMX_TI_COLOR_FormatYUV420PackedSemiPlanar

2012-09-21 Thread Peter Kolarov
Hello, Does anyone have information about this: OMX_TI_COLOR_FormatYUV420PackedSemiPlanar pixel format? Or even how to convert NV21 (or any other more standard format) to this? thanks! -- You received this message because you are subscribed to the Google Groups Android Developers group. To