Dear Chris, Thanks for pointing them out.
1) Hardware decoder; I would like to know how to verify whether I have used the correct OMX decoder for the hardware. For the transport from ICS to the Jelly Bean, the similar error code occurred at the hardware decoder on the Galaxy Nexus as the following URL. At that time, ducati-m3.bin should be set under system/vendor/firmware. http://grokbase.com/t/gg/android-building/127q9ww0mr/using-hw- codec-on-jellybean-galaxy-nexus I will continue to investigate the current situation. 2) Software decoder; MP4 files encoded with only baseline H.264 profile could be successfully done. Thanks for your great help again. Best regards, Hiro On Fri, 7 Jun 2013 23:20:16 +1200 Chris Double <[email protected]> wrote: > For the hardware decoder these lines tell me something is wrong with > your hardware setup: > > --------------------------8<------------------------- > D/DOMX ( 1280): ERROR: Can't open device, errorno from open = 2 > D/DOMX ( 1280): ERROR: DOMX Write failed 0xffffffff -1 > D/DOMX ( 1280): ERROR: failed check:status >= 0 - returning error: > 0x81001 - Write failed > D/DOMX ( 1280): ERROR: RPC function returned error 0x81001 > E/ion ( 1280): open /dev/ion failed! > D/DOMX ( 1280): ERROR: Close failed on omx fd > --------------------------8<------------------------- > > Is the device configured correctly to use the hardware? Are you using > the correct OMX decoder for the hardware? > > For the software decoder these lines show that the software decoder is > not able to decode the profile of the H.264 video you are using: > > --------------------------8<------------------------- > I/OMXCodec( 1523): [OMX.google.h264.decoder] AVC profile = 100 (High), > level = 30 > I/OMXCodec( 1523): [OMX.google.h264.decoder] video dimensions are 320 x 240 > I/OMXCodec( 1523): [OMX.google.h264.decoder] Crop rect is 320 x 240 @ (0, 0) > E/SoftAVC ( 1273): Decoder failed: -2 > E/OMXCodec( 1523): [OMX.google.h264.decoder] ERROR(0x80001001, -1007) > --------------------------8<------------------------- > > Google's software decoder can only do baseline H.264 profile whereas > this is High profile. You'll need to find a lower quality video. This > video should play: > > http://cd.pn/b/bounty.mp4 > > I hope this has been of some help. > > Regards, > Chris. > > On Fri, Jun 7, 2013 at 10:47 PM, Hiroyuki KOHARA <[email protected]> wrote: > > Dear Mr. Double, > > > > Thank you for your kind help. > > > > I attached two logcat outputs about both HW and SW decoder to the e-mail, as you requested. Please inform me if you could find out any reason of the problem. > > > > I thank you again for your cooperation. > > > > Sincerely yours, > > Hiro > > > > On Fri, Jun 7, 2013 at 7:00 PM, Hiroyuki KOHARA <[email protected]> wrote: > >> 1) HW decoder: The message appeared on the display "No video > >> with supported format and MIME type found". > > > > Can you provide a logcat output from the time of starting the video > > app to that of it not playing? I'd like to see in the log that > > decoders it tries to instantiate and any errors it comes up with. That > > will help track things down. > > -- > http://www.bluishcoder.co.nz _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
