Hi,
I also got the same error on Galaxy Nexus and Nexus S. Is there anything 
wrong for configure?

MediaCodec codec = MediaCodec.createEncoderByType("video/avc");
codec.configure(MediaFormat.createVideoFormat("video/avc", 640, 480), null, 
null, MediaCodec.CONFIGURE_FLAG_ENCODE);
codec.start();

Error:
09-20 11:44:11.399: I/OMXClient(4117): Using client-side OMX mux.
09-20 11:44:11.411: E/ACodec(4117): [OMX.SEC.AVC.Encoder] configureCodec 
returning error -38
09-20 11:44:11.411: E/MediaCodec(4117): Codec reported an error. (omx error 
0x80001001, internalError -38)
09-20 11:44:11.411: D/AndroidRuntime(4117): Shutting down VM

Thanks


-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to