[vlc-devel] Severe A/V asynchronous with hardware acceleration on android

ScottLin scottlin at condel-tech.com
Fri May 4 10:08:52 CEST 2012


Hi Everyone,

I built the latest VLC for android with NO_NEON and TEGRA2 flags.
It runs on my ASUS Transformer Prime(TF201) perfectly on SW mode for a
1280x688 file playback.

But when I turn on the hardware acceleration, I see severe audio and video
asynchronous for the same HD file.
Even for a SD file, there is still a slight a/v async.

I put logs in the attachment. One is related to SD file playback. Another
is related to HD file playback.
I saw 3 issues(?) in them.

  1. Both of the them show the message constantly.
      W/libOpenSLES(1339): Leaving BufferQueue::Enqueue
(SL_RESULT_BUFFER_INSUFFICIENT)
      E/VLC(1339): buffer insufficient

   2. In the log for SD file, I notice the omx video decoder is not used.

   3. Both of them use SW audio decoder(FFMPEG). Is it right?

Questions:
1. Where should I follow the resolve the issue? My goal is to play Full-HD
file smoothly using VLC.

2. What is the plan for VLC to support hardware acceleration for android
devices?
    What devices are supported now?

Thank you all in advance.

Best regards,
Scott
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20120504/52e0f1e6/attachment.html>
-------------- next part --------------
05-04 15:15:38.420: D/VLC/AudioService(1339): Updating widget
05-04 15:15:38.420: I/ActivityManager(191): START {cmp=org.videolan.vlc/.gui.video.VideoPlayerActivity (has extras)} from pid 1339
05-04 15:15:38.420: W/ActivityManager(191): Bad activity token: android.os.BinderProxy at 416375d0
05-04 15:15:38.420: W/ActivityManager(191): java.lang.ClassCastException: android.os.BinderProxy cannot be cast to com.android.server.am.ActivityRecord$Token
05-04 15:15:38.420: W/ActivityManager(191): 	at com.android.server.am.ActivityRecord.forToken(ActivityRecord.java:267)
05-04 15:15:38.420: W/ActivityManager(191): 	at com.android.server.am.ActivityStack.indexOfTokenLocked(ActivityStack.java:414)
05-04 15:15:38.420: W/ActivityManager(191): 	at com.android.server.am.ActivityStack.startActivityLocked(ActivityStack.java:2269)
05-04 15:15:38.420: W/ActivityManager(191): 	at com.android.server.am.ActivityStack.startActivityMayWait(ActivityStack.java:2940)
05-04 15:15:38.420: W/ActivityManager(191): 	at com.android.server.am.ActivityManagerService.startActivity(ActivityManagerService.java:2240)
05-04 15:15:38.420: W/ActivityManager(191): 	at android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java:131)
05-04 15:15:38.420: W/ActivityManager(191): 	at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:1553)
05-04 15:15:38.420: W/ActivityManager(191): 	at android.os.Binder.execTransact(Binder.java:338)
05-04 15:15:38.420: W/ActivityManager(191): 	at dalvik.system.NativeStart.run(Native Method)
05-04 15:15:38.420: W/ActivityManager(191): startActivity called from non-Activity context; forcing Intent.FLAG_ACTIVITY_NEW_TASK for: Intent { cmp=org.videolan.vlc/.gui.video.VideoPlayerActivity (has extras) }
05-04 15:15:38.440: D/WindowManager(191): readLidState, sw:1
05-04 15:15:38.440: D/WindowManager(191): adjustConfigurationLw, config:{1.0 0mcc0mnc (no locale) layoutdir=0 sw800dp w1280dp h752dp xlrg land ?uimode ?night finger qwerty/v/v -nav/v} mLidOpen:1 mHasDockFeature:true mHasHallSensorFeature:true config.hardKeyboardHidden:1
05-04 15:15:38.470: D/WindowManager(191): readLidState, sw:1
05-04 15:15:38.470: D/WindowManager(191): adjustConfigurationLw, config:{1.0 0mcc0mnc (no locale) layoutdir=0 sw800dp w1280dp h752dp xlrg land ?uimode ?night finger qwerty/v/v -nav/v} mLidOpen:1 mHasDockFeature:true mHasHallSensorFeature:true config.hardKeyboardHidden:1
05-04 15:15:38.470: V/VLC/LibVLC(1339): Reading file:///sdcard/Movies/TestFiles/480p.odf
05-04 15:15:38.470: E/VLC(1339): option logo-x does not exist
05-04 15:15:38.470: E/VLC(1339): option logo-y does not exist
05-04 15:15:38.470: E/VLC(1339): option logo-delay does not exist
05-04 15:15:38.470: E/VLC(1339): option logo-repeat does not exist
05-04 15:15:38.470: E/VLC(1339): option logo-opacity does not exist
05-04 15:15:38.470: E/VLC(1339): option logo-position does not exist
05-04 15:15:38.470: I/VLC/JNI/main(1339): Got version: 15
05-04 15:15:38.470: D/VLC(1339): Creating an input for '480p.odf'
05-04 15:15:38.470: D/VLC(1339): using timeshift granularity of 50 MiB, in path '/tmp'
05-04 15:15:38.470: D/VLC(1339): `file:///sdcard/Movies/TestFiles/480p.odf' gives access `file' demux `' path `/sdcard/Movies/TestFiles/480p.odf'
05-04 15:15:38.470: D/VLC(1339): creating demux: access='file' demux='' location='/sdcard/Movies/TestFiles/480p.odf' file='/sdcard/Movies/TestFiles/480p.odf'
05-04 15:15:38.470: D/VLC(1339): looking for access_demux module: 0 candidates
05-04 15:15:38.470: D/VLC(1339): no access_demux module matched "file"
05-04 15:15:38.470: D/VLC(1339): creating access 'file' location='/sdcard/Movies/TestFiles/480p.odf', path='/sdcard/Movies/TestFiles/480p.odf'
05-04 15:15:38.470: D/VLC(1339): looking for access module: 2 candidates
05-04 15:15:38.470: D/VLC(1339): opening file `/sdcard/Movies/TestFiles/480p.odf'
05-04 15:15:38.470: D/VLC(1339): using access module "filesystem"
05-04 15:15:38.480: D/VLC(1339): Using stream method for AStream*
05-04 15:15:38.480: D/VLC(1339): starting pre-buffering
05-04 15:15:38.480: D/VLC(1339): received first data after 4 ms
05-04 15:15:38.480: D/VLC(1339): pre-buffering done 1024 bytes in 0s - 219 KiB/s
05-04 15:15:38.480: D/VLC(1339): looking for stream_filter module: 7 candidates
05-04 15:15:38.480: D/VLC(1339): no stream_filter module matching "any" could be loaded
05-04 15:15:38.480: D/VLC(1339): looking for stream_filter module: 0 candidates
05-04 15:15:38.480: D/VLC(1339): no stream_filter module matched "stream_filter_record"
05-04 15:15:38.480: D/VLC(1339): creating demux: access='file' demux='' location='/sdcard/Movies/TestFiles/480p.odf' file='/sdcard/Movies/TestFiles/480p.odf'
05-04 15:15:38.480: D/VLC(1339): looking for demux module: 48 candidates
05-04 15:15:38.500: D/VLC(1339): dumping root Box "root"
05-04 15:15:38.500: D/VLC(1339): |   + ftyp size 20
05-04 15:15:38.500: D/VLC(1339): |   + moov size 67360
05-04 15:15:38.500: D/VLC(1339): |   |   + mvhd size 108
05-04 15:15:38.500: D/VLC(1339): |   |   + trak size 37730
05-04 15:15:38.500: D/VLC(1339): |   |   |   + tkhd size 92
05-04 15:15:38.500: D/VLC(1339): |   |   |   + mdia size 37630
05-04 15:15:38.500: D/VLC(1339): |   |   |   |   + mdhd size 32
05-04 15:15:38.500: D/VLC(1339): |   |   |   |   + hdlr size 56
05-04 15:15:38.500: D/VLC(1339): |   |   |   |   + minf size 37534
05-04 15:15:38.500: D/VLC(1339): |   |   |   |   |   + vmhd size 20
05-04 15:15:38.500: D/VLC(1339): |   |   |   |   |   + dinf size 36
05-04 15:15:38.500: D/VLC(1339): |   |   |   |   |   |   + dref size 28
05-04 15:15:38.500: D/VLC(1339): |   |   |   |   |   |   |   + url  size 12
05-04 15:15:38.500: D/VLC(1339): |   |   |   |   |   + stbl size 37470
05-04 15:15:38.500: D/VLC(1339): |   |   |   |   |   |   + stsd size 174
05-04 15:15:38.500: D/VLC(1339): |   |   |   |   |   |   |   + avc1 size 158
05-04 15:15:38.500: D/VLC(1339): |   |   |   |   |   |   |   |   + avcC size 72
05-04 15:15:38.500: D/VLC(1339): |   |   |   |   |   |   + stts size 24
05-04 15:15:38.500: D/VLC(1339): |   |   |   |   |   |   + ctts size 19392
05-04 15:15:38.500: D/VLC(1339): |   |   |   |   |   |   + stsc size 40
05-04 15:15:38.500: D/VLC(1339): |   |   |   |   |   |   + stsz size 14404
05-04 15:15:38.500: D/VLC(1339): |   |   |   |   |   |   + stco size 2896
05-04 15:15:38.500: D/VLC(1339): |   |   |   |   |   |   + stss size 532
05-04 15:15:38.500: D/VLC(1339): |   |   + trak size 29514
05-04 15:15:38.500: D/VLC(1339): |   |   |   + tkhd size 92
05-04 15:15:38.500: D/VLC(1339): |   |   |   + mdia size 29414
05-04 15:15:38.500: D/VLC(1339): |   |   |   |   + mdhd size 32
05-04 15:15:38.500: D/VLC(1339): |   |   |   |   + hdlr size 56
05-04 15:15:38.500: D/VLC(1339): |   |   |   |   + minf size 29318
05-04 15:15:38.510: D/VLC(1339): |   |   |   |   |   + smhd size 16
05-04 15:15:38.510: D/VLC(1339): |   |   |   |   |   + dinf size 36
05-04 15:15:38.510: D/VLC(1339): |   |   |   |   |   |   + dref size 28
05-04 15:15:38.510: D/VLC(1339): |   |   |   |   |   |   |   + url  size 12
05-04 15:15:38.510: D/VLC(1339): |   |   |   |   |   + stbl size 29258
05-04 15:15:38.510: D/VLC(1339): |   |   |   |   |   |   + stsd size 102
05-04 15:15:38.510: D/VLC(1339): |   |   |   |   |   |   |   + mp4a size 86
05-04 15:15:38.510: D/VLC(1339): |   |   |   |   |   |   |   |   + esds size 50
05-04 15:15:38.510: D/VLC(1339): |   |   |   |   |   |   + stts size 24
05-04 15:15:38.510: D/VLC(1339): |   |   |   |   |   |   + stsc size 364
05-04 15:15:38.510: D/VLC(1339): |   |   |   |   |   |   + stsz size 25864
05-04 15:15:38.510: D/VLC(1339): |   |   |   |   |   |   + stco size 2896
05-04 15:15:38.510: D/VLC(1339): |   + mdat size 28148069
05-04 15:15:38.510: D/VLC(1339): unrecognized major file specification (mp42).
05-04 15:15:38.510: D/VLC(1339): found 2 tracks
05-04 15:15:38.510: D/VLC(1339): track[Id 0x1] read 720 chunk
05-04 15:15:38.520: W/VLC(1339): CTTS table
05-04 15:15:38.520: D/VLC(1339): track[Id 0x1] read 3596 samples length:149s
05-04 15:15:38.520: D/VLC(1339): selecting program id=0
05-04 15:15:38.520: D/VLC(1339): adding track[Id 0x1] video (enable) language eng
05-04 15:15:38.520: D/VLC(1339): track[Id 0x2] read 720 chunk
05-04 15:15:38.520: D/VLC(1339): track[Id 0x2] read 6461 samples length:150s
05-04 15:15:38.530: D/VLC(1339): adding track[Id 0x2] audio (enable) language eng
05-04 15:15:38.530: D/VLC(1339): using demux module "mp4"
05-04 15:15:38.530: D/VLC(1339): looking for a subtitle file in /sdcard/Movies/TestFiles/
05-04 15:15:38.530: D/VLC(1339): looking for decoder module: 25 candidates
05-04 15:15:38.540: D/VLC(1339): fmt in:h264, out:     
05-04 15:15:38.540: V/TabletStatusBar(333): setLightsOn(true)
05-04 15:15:38.550: D/VLC(1339): component OMX.Nvidia.aac.decoder
05-04 15:15:38.550: D/VLC(1339):   - role: audio_decoder.eaacplus
05-04 15:15:38.550: D/VLC(1339):   - role: audio_decoder.aac
05-04 15:15:38.550: D/VLC(1339): component OMX.Nvidia.aac.encoder
05-04 15:15:38.550: D/VLC(1339):   - role: audio_encoder.aac
05-04 15:15:38.550: D/VLC(1339): component OMX.Nvidia.aac.read
05-04 15:15:38.550: D/VLC(1339):   - role: container_demuxer.aac
05-04 15:15:38.550: D/VLC(1339): component OMX.Nvidia.adts.decoder
05-04 15:15:38.550: D/VLC(1339):   - role: audio_decoder.adts
05-04 15:15:38.550: D/VLC(1339): component OMX.Nvidia.amr.decoder
05-04 15:15:38.550: D/VLC(1339):   - role: audio_decoder.amrnb
05-04 15:15:38.550: D/VLC(1339): component OMX.Nvidia.amr.encoder
05-04 15:15:38.550: D/VLC(1339):   - role: audio_encoder.amrnb
05-04 15:15:38.550: D/VLC(1339): component OMX.Nvidia.amr.read
05-04 15:15:38.550: D/VLC(1339):   - role: container_demuxer.amr
05-04 15:15:38.550: D/VLC(1339): component OMX.Nvidia.amr.write
05-04 15:15:38.550: D/VLC(1339):   - role: amr_writer.binary
05-04 15:15:38.550: D/VLC(1339): component OMX.Nvidia.amrwb.decoder
05-04 15:15:38.550: D/VLC(1339):   - role: audio_decoder.amrwb
05-04 15:15:38.550: D/VLC(1339): component OMX.Nvidia.amrwb.encoder
05-04 15:15:38.550: D/VLC(1339):   - role: audio_encoder.amrwb
05-04 15:15:38.550: D/VLC(1339): component OMX.Nvidia.asf.read
05-04 15:15:38.550: D/VLC(1339):   - role: container_demuxer.asf
05-04 15:15:38.550: D/VLC(1339): component OMX.Nvidia.audio.read
05-04 15:15:38.550: D/VLC(1339):   - role: audio_reader.binary
05-04 15:15:38.550: D/VLC(1339): component OMX.Nvidia.audio.render
05-04 15:15:38.550: D/VLC(1339):   - role: audio_renderer.pcm
05-04 15:15:38.550: D/VLC(1339): component OMX.Nvidia.audio.write
05-04 15:15:38.550: D/VLC(1339):   - role: audio_writer.binary
05-04 15:15:38.550: D/VLC(1339): component OMX.Nvidia.avi.read
05-04 15:15:38.550: D/VLC(1339):   - role: container_demuxer.avi
05-04 15:15:38.550: D/VLC(1339): component OMX.Nvidia.awb.read
05-04 15:15:38.550: D/VLC(1339):   - role: container_demuxer.awb
05-04 15:15:38.550: D/VLC(1339): component OMX.Nvidia.bitstream.read
05-04 15:15:38.560: D/VLC(1339):   - role: source
05-04 15:15:38.560: D/VLC(1339): component OMX.Nvidia.bsac.decoder
05-04 15:15:38.560: D/VLC(1339):   - role: audio_decoder.bsac
05-04 15:15:38.560: D/VLC(1339): component OMX.Nvidia.camera
05-04 15:15:38.560: D/VLC(1339):   - role: camera.yuv
05-04 15:15:38.560: D/VLC(1339): component OMX.Nvidia.clock.component
05-04 15:15:38.560: D/VLC(1339):   - role: clock.binary
05-04 15:15:38.560: D/VLC(1339): component OMX.Nvidia.eaacp.decoder
05-04 15:15:38.560: D/VLC(1339):   - role: audio_decoder.eaacplus
05-04 15:15:38.560: D/VLC(1339):   - role: audio_decoder.aac
05-04 15:15:38.560: D/VLC(1339): component OMX.Nvidia.h263.decode
05-04 15:15:38.560: D/VLC(1339):   - role: video_decoder.h263
05-04 15:15:38.560: D/VLC(1339): component OMX.Nvidia.h263.encoder
05-04 15:15:38.560: D/VLC(1339):   - role: video_encoder.h263
05-04 15:15:38.560: D/VLC(1339): component OMX.Nvidia.h264.decode
05-04 15:15:38.560: D/VLC(1339):   - role: video_decoder.avc
05-04 15:15:38.560: D/VLC(1339): component OMX.Nvidia.h264.decode.secure
05-04 15:15:38.560: D/VLC(1339):   - role: video_decoder.avc
05-04 15:15:38.560: D/VLC(1339): component OMX.Nvidia.h264.encoder
05-04 15:15:38.560: D/VLC(1339):   - role: video_encoder.avc
05-04 15:15:38.560: D/VLC(1339): component OMX.Nvidia.h264ext.decode
05-04 15:15:38.560: D/VLC(1339):   - role: video_decoder.avc
05-04 15:15:38.560: D/VLC(1339): component OMX.Nvidia.ilbc.encoder
05-04 15:15:38.560: D/VLC(1339):   - role: audio_encoder.ilbc
05-04 15:15:38.560: D/VLC(1339): component OMX.Nvidia.image.read
05-04 15:15:38.560: D/VLC(1339):   - role: image_reader.binary
05-04 15:15:38.560: D/VLC(1339): component OMX.Nvidia.image.write
05-04 15:15:38.560: D/VLC(1339):   - role: image_writer.binary
05-04 15:15:38.560: D/VLC(1339): component OMX.Nvidia.imagesequence.write
05-04 15:15:38.560: D/VLC(1339):   - role: image_writer.binary
05-04 15:15:38.560: D/VLC(1339): component OMX.Nvidia.jpeg.decoder
05-04 15:15:38.560: D/VLC(1339):   - role: image_decoder.jpeg
05-04 15:15:38.560: D/VLC(1339): component OMX.Nvidia.jpeg.encoder
05-04 15:15:38.560: D/VLC(1339):   - role: image_encoder.jpeg
05-04 15:15:38.560: D/VLC(1339): component OMX.Nvidia.mjpeg.decoder
05-04 15:15:38.560: D/VLC(1339):   - role: video_decoder.mjpeg
05-04 15:15:38.560: D/VLC(1339): component OMX.Nvidia.mkv.read
05-04 15:15:38.570: D/VLC(1339):   - role: container_demuxer.mkv
05-04 15:15:38.570: D/VLC(1339): component OMX.Nvidia.mp2.decoder
05-04 15:15:38.570: D/VLC(1339):   - role: audio_decoder.mp2
05-04 15:15:38.570: D/VLC(1339): component OMX.Nvidia.mp3.decoder
05-04 15:15:38.570: D/VLC(1339):   - role: audio_decoder.mp3
05-04 15:15:38.570: D/VLC(1339): component OMX.Nvidia.mp3.read
05-04 15:15:38.570: D/VLC(1339):   - role: container_demuxer.mp3
05-04 15:15:38.570: D/VLC(1339): component OMX.Nvidia.mp4.decode
05-04 15:15:38.570: D/VLC(1339):   - role: video_decoder.mpeg4
05-04 15:15:38.570: D/VLC(1339): component OMX.Nvidia.mp4.encoder
05-04 15:15:38.570: D/VLC(1339):   - role: video_encoder.mpeg4
05-04 15:15:38.570: D/VLC(1339): component OMX.Nvidia.mp4.read
05-04 15:15:38.570: D/VLC(1339):   - role: container_demuxer.3gp
05-04 15:15:38.570: D/VLC(1339): component OMX.Nvidia.mp4.write
05-04 15:15:38.570: D/VLC(1339):   - role: container_muxer.3gp
05-04 15:15:38.570: D/VLC(1339): component OMX.Nvidia.mp4ext.decode
05-04 15:15:38.570: D/VLC(1339):   - role: video_decoder.mpeg4
05-04 15:15:38.570: D/VLC(1339): component OMX.Nvidia.mpeg2v.decode
05-04 15:15:38.570: D/VLC(1339):   - role: video_decoder.mpeg2
05-04 15:15:38.570: D/VLC(1339): component OMX.Nvidia.mps.read
05-04 15:15:38.570: D/VLC(1339):   - role: container_demuxer.mps
05-04 15:15:38.570: D/VLC(1339): component OMX.Nvidia.odm.comp
05-04 15:15:38.570: D/VLC(1339):   - role: comp.odm
05-04 15:15:38.570: D/VLC(1339): component OMX.Nvidia.ogg.read
05-04 15:15:38.570: D/VLC(1339):   - role: container_demuxer.ogg
05-04 15:15:38.570: D/VLC(1339): component OMX.Nvidia.raw.read
05-04 15:15:38.570: D/VLC(1339):   - role: raw_reader.binary
05-04 15:15:38.570: D/VLC(1339): component OMX.Nvidia.raw.write
05-04 15:15:38.570: D/VLC(1339):   - role: raw_writer.binary
05-04 15:15:38.570: D/VLC(1339): component OMX.Nvidia.reader
05-04 15:15:38.570: D/VLC(1339):   - role: container_demuxer.all
05-04 15:15:38.570: D/VLC(1339): component OMX.Nvidia.render.crt.overlay.argb8888
05-04 15:15:38.570: D/VLC(1339): component OMX.Nvidia.render.crt.overlay.yuv420
05-04 15:15:38.570: D/VLC(1339):   - role: iv_renderer.crt.yuv420
05-04 15:15:38.570: D/VLC(1339): component OMX.Nvidia.render.hdmi.overlay.argb8888
05-04 15:15:38.570: D/VLC(1339): component OMX.Nvidia.render.hdmi.overlay.yuv420
05-04 15:15:38.570: D/VLC(1339):   - role: iv_renderer.hdmi.yuv420
05-04 15:15:38.580: V/TabletStatusBar(333): setLightsOn(true)
05-04 15:15:38.590: D/VLC(1339): component OMX.Nvidia.render.loopback
05-04 15:15:38.590: D/VLC(1339):   - role: iv_renderer.loopback
05-04 15:15:38.590: D/VLC(1339): component OMX.Nvidia.render.lvds.overlay.argb8888
05-04 15:15:38.590: D/VLC(1339): component OMX.Nvidia.render.lvds.overlay.yuv420
05-04 15:15:38.590: D/VLC(1339):   - role: iv_renderer.lvds.yuv420
05-04 15:15:38.590: D/VLC(1339): component OMX.Nvidia.render.overlay.argb8888
05-04 15:15:38.590: D/VLC(1339):   - role: iv_renderer.argb8888.overlay
05-04 15:15:38.590: D/VLC(1339): component OMX.Nvidia.render.secondary.overlay.yuv420
05-04 15:15:38.590: D/VLC(1339):   - role: iv_renderer.secondary.yuv420
05-04 15:15:38.590: D/VLC(1339): component OMX.Nvidia.render.tvout.overlay.yuv420
05-04 15:15:38.590: D/VLC(1339):   - role: iv_renderer.tvout.yuv420
05-04 15:15:38.590: D/VLC(1339): component OMX.Nvidia.sorenson.decode
05-04 15:15:38.590: D/VLC(1339):   - role: video_decoder.sorenson
05-04 15:15:38.590: D/VLC(1339): component OMX.Nvidia.std.iv_renderer.overlay.rgb565
05-04 15:15:38.590: D/VLC(1339):   - role: iv_renderer.rgb.overlay
05-04 15:15:38.590: D/VLC(1339): component OMX.Nvidia.std.iv_renderer.overlay.yuv420
05-04 15:15:38.590: D/VLC(1339):   - role: iv_renderer.yuv.overlay
05-04 15:15:38.590: D/VLC(1339): component OMX.Nvidia.theora.decoder
05-04 15:15:38.590: D/VLC(1339):   - role: video_decoder.theora
05-04 15:15:38.590: D/VLC(1339): component OMX.Nvidia.ts.read
05-04 15:15:38.590: D/VLC(1339):   - role: parser
05-04 15:15:38.600: D/dalvikvm(1339): GC_CONCURRENT freed 249K, 5% free 8348K/8711K, paused 2ms+14ms
05-04 15:15:38.600: D/VLC(1339): component OMX.Nvidia.vc1.decode
05-04 15:15:38.600: D/VLC(1339):   - role: video_decoder.vc1
05-04 15:15:38.600: D/VLC(1339):   - role: video_decoder.wmv
05-04 15:15:38.600: D/VLC(1339): component OMX.Nvidia.video.extractor
05-04 15:15:38.600: D/VLC(1339): component OMX.Nvidia.video.read
05-04 15:15:38.600: D/VLC(1339):   - role: video_reader.binary
05-04 15:15:38.600: D/VLC(1339): component OMX.Nvidia.video.read.large
05-04 15:15:38.600: D/VLC(1339):   - role: video_reader.binary
05-04 15:15:38.600: D/VLC(1339): component OMX.Nvidia.video.scheduler
05-04 15:15:38.610: D/VLC(1339):   - role: video_scheduler.binary
05-04 15:15:38.610: D/VLC(1339): component OMX.Nvidia.video.write
05-04 15:15:38.610: D/VLC(1339):   - role: video_writer.binary
05-04 15:15:38.610: D/VLC(1339): component OMX.Nvidia.vidhdr.read
05-04 15:15:38.610: D/VLC(1339):   - role: video_reader.binary
05-04 15:15:38.610: D/VLC(1339): component OMX.Nvidia.vidhdr.write
05-04 15:15:38.610: D/VLC(1339):   - role: video_writer.binary
05-04 15:15:38.610: D/VLC(1339): component OMX.Nvidia.vorbis.decoder
05-04 15:15:38.610: D/VLC(1339):   - role: audio_decoder.vorbis
05-04 15:15:38.610: D/VLC(1339): component OMX.Nvidia.vp6.decode
05-04 15:15:38.610: D/VLC(1339):   - role: video_decoder.vp6
05-04 15:15:38.610: D/VLC(1339): component OMX.Nvidia.wav.decoder
05-04 15:15:38.610: D/VLC(1339):   - role: audio_decoder.wav
05-04 15:15:38.610: D/VLC(1339): component OMX.Nvidia.wav.encoder
05-04 15:15:38.610: D/VLC(1339):   - role: audio_encoder.wav
05-04 15:15:38.610: D/VLC(1339): component OMX.Nvidia.wav.read
05-04 15:15:38.610: D/VLC(1339):   - role: container_demuxer.wav
05-04 15:15:38.620: D/VLC(1339): component OMX.Nvidia.wav.write
05-04 15:15:38.620: D/VLC(1339):   - role: wav_writer.binary
05-04 15:15:38.620: D/VLC(1339): component OMX.Nvidia.wma.decoder
05-04 15:15:38.620: D/VLC(1339):   - role: audio_decoder.wma
05-04 15:15:38.620: D/VLC(1339): component OMX.Nvidia.wmalossless.decoder
05-04 15:15:38.620: D/VLC(1339):   - role: audio_decoder.wmalossless
05-04 15:15:38.620: D/VLC(1339): component OMX.Nvidia.wmapro.decoder
05-04 15:15:38.620: D/VLC(1339):   - role: audio_decoder.wmapro
05-04 15:15:38.620: D/VLC(1339): component OMX.google.aac.decoder
05-04 15:15:38.620: D/VLC(1339):   - role: audio_decoder.aac
05-04 15:15:38.620: D/VLC(1339): component OMX.google.amrnb.decoder
05-04 15:15:38.620: D/VLC(1339):   - role: audio_decoder.amrnb
05-04 15:15:38.620: D/VLC(1339): component OMX.google.amrwb.decoder
05-04 15:15:38.620: D/VLC(1339):   - role: audio_decoder.amrwb
05-04 15:15:38.620: D/VLC(1339): component OMX.google.g711.alaw.decoder
05-04 15:15:38.620: D/VLC(1339):   - role: audio_decoder.g711alaw
05-04 15:15:38.620: D/VLC(1339): component OMX.google.g711.mlaw.decoder
05-04 15:15:38.620: D/VLC(1339):   - role: audio_decoder.g711mlaw
05-04 15:15:38.620: D/VLC(1339): component OMX.google.h263.decoder
05-04 15:15:38.620: D/VLC(1339):   - role: video_decoder.h263
05-04 15:15:38.620: D/VLC(1339): component OMX.google.h264.decoder
05-04 15:15:38.620: D/VLC(1339):   - role: video_decoder.avc
05-04 15:15:38.620: D/VLC(1339): component OMX.google.mp3.decoder
05-04 15:15:38.620: D/VLC(1339):   - role: audio_decoder.mp3
05-04 15:15:38.620: D/VLC(1339): component OMX.google.mpeg4.decoder
05-04 15:15:38.620: D/VLC(1339):   - role: video_decoder.mpeg4
05-04 15:15:38.620: D/VLC(1339): component OMX.google.vorbis.decoder
05-04 15:15:38.620: D/VLC(1339):   - role: audio_decoder.vorbis
05-04 15:15:38.620: D/VLC(1339): component OMX.google.vpx.decoder
05-04 15:15:38.620: D/VLC(1339):   - role: video_decoder.vpx
05-04 15:15:38.620: D/VLC(1339): found 4 matching components for role video_decoder.avc
05-04 15:15:38.620: D/VLC(1339): - OMX.Nvidia.h264.decode
05-04 15:15:38.620: D/VLC(1339): - OMX.Nvidia.h264.decode.secure
05-04 15:15:38.620: D/VLC(1339): - OMX.Nvidia.h264ext.decode
05-04 15:15:38.620: D/VLC(1339): - OMX.google.h264.decoder
05-04 15:15:38.620: D/NvOsDebugPrintf(112): NvxLiteH264DecoderInit : Opening TVMR H264 block 
05-04 15:15:38.630: D/VLC(1339): loaded component OMX.Nvidia.h264.decode of role video_decoder.avc
05-04 15:15:38.630: D/VLC(1339): found 0 audio ports
05-04 15:15:38.630: D/VLC(1339): found 0 image ports
05-04 15:15:38.630: D/VLC(1339): found 2 video ports
05-04 15:15:38.630: D/VLC(1339): -> input 0 (0 streams) (10:10:1566720 buffers) (0,0) enabled
05-04 15:15:38.630: D/VLC(1339):   -> video H264 - MPEG-4 AVC (part 10) 176x144 at 15.00 (7,0) (0,0) (0,0,176,144)
05-04 15:15:38.630: D/VLC(1339): -> output 1 (0 streams) (4:4:38016 buffers) (0,0) enabled
05-04 15:15:38.630: D/VLC(1339):   -> video Planar 4:2:0 YUV 176x144 at 15.00 (0,19) (0,0) (0,0,176,144)
05-04 15:15:38.630: D/VLC(1339): component standard role set to video_decoder.avc
05-04 15:15:38.630: D/VLC(1339): OMX_SetParameter failed (80001001 : OMX_ErrorUndefined)
05-04 15:15:38.640: D/NvOsDebugPrintf(112): NvxLiteH264DecoderSecureInit : Opening TVMR H264 block 
05-04 15:15:38.650: D/VLC(1339): loaded component OMX.Nvidia.h264.decode.secure of role video_decoder.avc
05-04 15:15:38.650: D/VLC(1339): found 0 audio ports
05-04 15:15:38.650: D/VLC(1339): found 0 image ports
05-04 15:15:38.650: D/VLC(1339): found 2 video ports
05-04 15:15:38.650: D/VLC(1339): -> input 0 (0 streams) (10:10:1566720 buffers) (0,0) enabled
05-04 15:15:38.650: D/VLC(1339):   -> video H264 - MPEG-4 AVC (part 10) 176x144 at 15.00 (7,0) (0,0) (0,0,176,144)
05-04 15:15:38.650: D/VLC(1339): -> output 1 (0 streams) (4:4:38016 buffers) (0,0) enabled
05-04 15:15:38.650: D/VLC(1339):   -> video Planar 4:2:0 YUV 176x144 at 15.00 (0,19) (0,0) (0,0,176,144)
05-04 15:15:38.650: D/VLC(1339): component standard role set to video_decoder.avc
05-04 15:15:38.660: D/NvOsDebugPrintf(112): Unable to find block: 116
05-04 15:15:38.660: D/NvOsDebugPrintf(112): NvxVideoDecoderAcquireResources : NvxNvMMLiteTransformOpen failed 
05-04 15:15:38.660: D/VLC(1339): OmxEventHandler (OMX_EventError, OMX_ErrorInsufficientResources, 2, (null))
05-04 15:15:38.660: I/ActivityManager(191): Displayed org.videolan.vlc/.gui.video.VideoPlayerActivity: +221ms
05-04 15:15:38.670: I/TextType(483): TextType = 0x0
05-04 15:15:38.680: D/OpenGLRenderer(1339): Flushing caches (mode 0)
05-04 15:15:39.660: D/VLC(1339): Wait for Idle failed (80001011)
05-04 15:15:39.660: E/OMXNodeInstance(112): FreeHandle FAILED with error 0x80001010.
05-04 15:15:39.670: D/VLC(1339): trying to use direct rendering
05-04 15:15:39.670: D/VLC(1339): allowing 4 thread(s) for decoding
05-04 15:15:39.680: D/VLC(1339): ffmpeg codec (H264 - MPEG-4 AVC (part 10)) started
05-04 15:15:39.680: D/VLC(1339): using frame thread mode with 4 threads
05-04 15:15:39.680: D/VLC(1339): using decoder module "avcodec"
05-04 15:15:39.680: D/VLC(1339): looking for decoder module: 25 candidates
05-04 15:15:39.680: D/VLC(1339): fmt in:mp4a, out:     
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.aac.decoder
05-04 15:15:39.690: D/VLC(1339):   - role: audio_decoder.eaacplus
05-04 15:15:39.690: D/VLC(1339):   - role: audio_decoder.aac
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.aac.encoder
05-04 15:15:39.690: D/VLC(1339):   - role: audio_encoder.aac
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.aac.read
05-04 15:15:39.690: D/VLC(1339):   - role: container_demuxer.aac
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.adts.decoder
05-04 15:15:39.690: D/VLC(1339):   - role: audio_decoder.adts
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.amr.decoder
05-04 15:15:39.690: D/VLC(1339):   - role: audio_decoder.amrnb
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.amr.encoder
05-04 15:15:39.690: D/VLC(1339):   - role: audio_encoder.amrnb
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.amr.read
05-04 15:15:39.690: D/VLC(1339):   - role: container_demuxer.amr
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.amr.write
05-04 15:15:39.690: D/VLC(1339):   - role: amr_writer.binary
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.amrwb.decoder
05-04 15:15:39.690: D/VLC(1339):   - role: audio_decoder.amrwb
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.amrwb.encoder
05-04 15:15:39.690: D/VLC(1339):   - role: audio_encoder.amrwb
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.asf.read
05-04 15:15:39.690: D/VLC(1339):   - role: container_demuxer.asf
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.audio.read
05-04 15:15:39.690: D/VLC(1339):   - role: audio_reader.binary
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.audio.render
05-04 15:15:39.690: D/VLC(1339):   - role: audio_renderer.pcm
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.audio.write
05-04 15:15:39.690: D/VLC(1339):   - role: audio_writer.binary
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.avi.read
05-04 15:15:39.690: D/VLC(1339):   - role: container_demuxer.avi
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.awb.read
05-04 15:15:39.690: D/VLC(1339):   - role: container_demuxer.awb
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.bitstream.read
05-04 15:15:39.690: D/VLC(1339):   - role: source
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.bsac.decoder
05-04 15:15:39.690: D/VLC(1339):   - role: audio_decoder.bsac
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.camera
05-04 15:15:39.690: D/VLC(1339):   - role: camera.yuv
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.clock.component
05-04 15:15:39.690: D/VLC(1339):   - role: clock.binary
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.eaacp.decoder
05-04 15:15:39.690: D/VLC(1339):   - role: audio_decoder.eaacplus
05-04 15:15:39.690: D/VLC(1339):   - role: audio_decoder.aac
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.h263.decode
05-04 15:15:39.690: D/VLC(1339):   - role: video_decoder.h263
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.h263.encoder
05-04 15:15:39.690: D/VLC(1339):   - role: video_encoder.h263
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.h264.decode
05-04 15:15:39.690: D/VLC(1339):   - role: video_decoder.avc
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.h264.decode.secure
05-04 15:15:39.690: D/VLC(1339):   - role: video_decoder.avc
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.h264.encoder
05-04 15:15:39.690: D/VLC(1339):   - role: video_encoder.avc
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.h264ext.decode
05-04 15:15:39.690: D/VLC(1339):   - role: video_decoder.avc
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.ilbc.encoder
05-04 15:15:39.690: D/VLC(1339):   - role: audio_encoder.ilbc
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.image.read
05-04 15:15:39.690: D/VLC(1339):   - role: image_reader.binary
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.image.write
05-04 15:15:39.690: D/VLC(1339):   - role: image_writer.binary
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.imagesequence.write
05-04 15:15:39.690: D/VLC(1339):   - role: image_writer.binary
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.jpeg.decoder
05-04 15:15:39.690: D/VLC(1339):   - role: image_decoder.jpeg
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.jpeg.encoder
05-04 15:15:39.690: D/VLC(1339):   - role: image_encoder.jpeg
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.mjpeg.decoder
05-04 15:15:39.690: D/VLC(1339):   - role: video_decoder.mjpeg
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.mkv.read
05-04 15:15:39.690: D/VLC(1339):   - role: container_demuxer.mkv
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.mp2.decoder
05-04 15:15:39.690: D/VLC(1339):   - role: audio_decoder.mp2
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.mp3.decoder
05-04 15:15:39.690: D/VLC(1339):   - role: audio_decoder.mp3
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.mp3.read
05-04 15:15:39.690: D/VLC(1339):   - role: container_demuxer.mp3
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.mp4.decode
05-04 15:15:39.690: D/VLC(1339):   - role: video_decoder.mpeg4
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.mp4.encoder
05-04 15:15:39.690: D/VLC(1339):   - role: video_encoder.mpeg4
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.mp4.read
05-04 15:15:39.690: D/VLC(1339):   - role: container_demuxer.3gp
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.mp4.write
05-04 15:15:39.690: D/VLC(1339):   - role: container_muxer.3gp
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.mp4ext.decode
05-04 15:15:39.690: D/VLC(1339):   - role: video_decoder.mpeg4
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.mpeg2v.decode
05-04 15:15:39.690: D/VLC(1339):   - role: video_decoder.mpeg2
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.mps.read
05-04 15:15:39.690: D/VLC(1339):   - role: container_demuxer.mps
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.odm.comp
05-04 15:15:39.690: D/VLC(1339):   - role: comp.odm
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.ogg.read
05-04 15:15:39.690: D/VLC(1339):   - role: container_demuxer.ogg
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.raw.read
05-04 15:15:39.690: D/VLC(1339):   - role: raw_reader.binary
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.raw.write
05-04 15:15:39.690: D/VLC(1339):   - role: raw_writer.binary
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.reader
05-04 15:15:39.690: D/VLC(1339):   - role: container_demuxer.all
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.render.crt.overlay.argb8888
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.render.crt.overlay.yuv420
05-04 15:15:39.690: D/VLC(1339):   - role: iv_renderer.crt.yuv420
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.render.hdmi.overlay.argb8888
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.render.hdmi.overlay.yuv420
05-04 15:15:39.690: D/VLC(1339):   - role: iv_renderer.hdmi.yuv420
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.render.loopback
05-04 15:15:39.690: D/VLC(1339):   - role: iv_renderer.loopback
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.render.lvds.overlay.argb8888
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.render.lvds.overlay.yuv420
05-04 15:15:39.690: D/VLC(1339):   - role: iv_renderer.lvds.yuv420
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.render.overlay.argb8888
05-04 15:15:39.690: D/VLC(1339):   - role: iv_renderer.argb8888.overlay
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.render.secondary.overlay.yuv420
05-04 15:15:39.690: D/VLC(1339):   - role: iv_renderer.secondary.yuv420
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.render.tvout.overlay.yuv420
05-04 15:15:39.690: D/VLC(1339):   - role: iv_renderer.tvout.yuv420
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.sorenson.decode
05-04 15:15:39.690: D/VLC(1339):   - role: video_decoder.sorenson
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.std.iv_renderer.overlay.rgb565
05-04 15:15:39.690: D/VLC(1339):   - role: iv_renderer.rgb.overlay
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.std.iv_renderer.overlay.yuv420
05-04 15:15:39.690: D/VLC(1339):   - role: iv_renderer.yuv.overlay
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.theora.decoder
05-04 15:15:39.690: D/VLC(1339):   - role: video_decoder.theora
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.ts.read
05-04 15:15:39.690: D/VLC(1339):   - role: parser
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.vc1.decode
05-04 15:15:39.690: D/VLC(1339):   - role: video_decoder.vc1
05-04 15:15:39.690: D/VLC(1339):   - role: video_decoder.wmv
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.video.extractor
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.video.read
05-04 15:15:39.690: D/VLC(1339):   - role: video_reader.binary
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.video.read.large
05-04 15:15:39.690: D/VLC(1339):   - role: video_reader.binary
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.video.scheduler
05-04 15:15:39.690: D/VLC(1339):   - role: video_scheduler.binary
05-04 15:15:39.690: D/VLC(1339): component OMX.Nvidia.video.write
05-04 15:15:39.700: D/VLC(1339):   - role: video_writer.binary
05-04 15:15:39.700: D/VLC(1339): component OMX.Nvidia.vidhdr.read
05-04 15:15:39.700: D/VLC(1339):   - role: video_reader.binary
05-04 15:15:39.700: D/VLC(1339): component OMX.Nvidia.vidhdr.write
05-04 15:15:39.700: D/VLC(1339):   - role: video_writer.binary
05-04 15:15:39.700: D/VLC(1339): component OMX.Nvidia.vorbis.decoder
05-04 15:15:39.700: D/VLC(1339):   - role: audio_decoder.vorbis
05-04 15:15:39.700: D/VLC(1339): component OMX.Nvidia.vp6.decode
05-04 15:15:39.700: D/VLC(1339):   - role: video_decoder.vp6
05-04 15:15:39.700: D/VLC(1339): component OMX.Nvidia.wav.decoder
05-04 15:15:39.700: D/VLC(1339):   - role: audio_decoder.wav
05-04 15:15:39.700: D/VLC(1339): component OMX.Nvidia.wav.encoder
05-04 15:15:39.700: D/VLC(1339):   - role: audio_encoder.wav
05-04 15:15:39.700: D/VLC(1339): component OMX.Nvidia.wav.read
05-04 15:15:39.700: D/VLC(1339):   - role: container_demuxer.wav
05-04 15:15:39.700: D/VLC(1339): component OMX.Nvidia.wav.write
05-04 15:15:39.700: D/VLC(1339):   - role: wav_writer.binary
05-04 15:15:39.700: D/VLC(1339): component OMX.Nvidia.wma.decoder
05-04 15:15:39.700: D/VLC(1339):   - role: audio_decoder.wma
05-04 15:15:39.700: D/VLC(1339): component OMX.Nvidia.wmalossless.decoder
05-04 15:15:39.700: D/VLC(1339):   - role: audio_decoder.wmalossless
05-04 15:15:39.700: D/VLC(1339): component OMX.Nvidia.wmapro.decoder
05-04 15:15:39.700: D/VLC(1339):   - role: audio_decoder.wmapro
05-04 15:15:39.700: D/VLC(1339): component OMX.google.aac.decoder
05-04 15:15:39.700: D/VLC(1339):   - role: audio_decoder.aac
05-04 15:15:39.700: D/VLC(1339): component OMX.google.amrnb.decoder
05-04 15:15:39.700: D/VLC(1339):   - role: audio_decoder.amrnb
05-04 15:15:39.700: D/VLC(1339): component OMX.google.amrwb.decoder
05-04 15:15:39.700: D/VLC(1339):   - role: audio_decoder.amrwb
05-04 15:15:39.700: D/VLC(1339): component OMX.google.g711.alaw.decoder
05-04 15:15:39.700: D/VLC(1339):   - role: audio_decoder.g711alaw
05-04 15:15:39.700: D/VLC(1339): component OMX.google.g711.mlaw.decoder
05-04 15:15:39.700: D/VLC(1339):   - role: audio_decoder.g711mlaw
05-04 15:15:39.700: D/VLC(1339): component OMX.google.h263.decoder
05-04 15:15:39.700: D/VLC(1339):   - role: video_decoder.h263
05-04 15:15:39.700: D/VLC(1339): component OMX.google.h264.decoder
05-04 15:15:39.700: D/VLC(1339):   - role: video_decoder.avc
05-04 15:15:39.700: D/VLC(1339): component OMX.google.mp3.decoder
05-04 15:15:39.700: D/VLC(1339):   - role: audio_decoder.mp3
05-04 15:15:39.700: D/VLC(1339): component OMX.google.mpeg4.decoder
05-04 15:15:39.700: D/VLC(1339):   - role: video_decoder.mpeg4
05-04 15:15:39.700: D/VLC(1339): component OMX.google.vorbis.decoder
05-04 15:15:39.700: D/VLC(1339):   - role: audio_decoder.vorbis
05-04 15:15:39.700: D/VLC(1339): component OMX.google.vpx.decoder
05-04 15:15:39.700: D/VLC(1339):   - role: video_decoder.vpx
05-04 15:15:39.700: D/VLC(1339): found 3 matching components for role audio_decoder.aac
05-04 15:15:39.700: D/VLC(1339): - OMX.Nvidia.aac.decoder
05-04 15:15:39.700: D/VLC(1339): - OMX.Nvidia.eaacp.decoder
05-04 15:15:39.700: D/VLC(1339): - OMX.google.aac.decoder
05-04 15:15:39.700: D/VLC(1339): loaded component OMX.Nvidia.aac.decoder of role audio_decoder.eaacplus
05-04 15:15:39.700: D/VLC(1339): found 2 audio ports
05-04 15:15:39.700: D/VLC(1339): -> input 0 (0 streams) (5:5:24000 buffers) (0,0) enabled
05-04 15:15:39.700: D/VLC(1339):   -> audio MPEG AAC Audio (21) 2,44100,288000,0,0
05-04 15:15:39.700: D/VLC(1339): -> output 1 (0 streams) (15:15:18432 buffers) (0,0) enabled
05-04 15:15:39.700: D/VLC(1339):   -> audio PCM S16 LE (2) 2,48000,0,16,0
05-04 15:15:39.700: D/VLC(1339): found 0 image ports
05-04 15:15:39.700: D/VLC(1339): found 0 video ports
05-04 15:15:39.710: D/VLC(1339): component standard role set to audio_decoder.aac
05-04 15:15:39.710: D/VLC(1339): SetAudioParameters failed (80001001 : OMX_ErrorUndefined)
05-04 15:15:39.710: D/VLC(1339): loaded component OMX.Nvidia.eaacp.decoder of role audio_decoder.eaacplus
05-04 15:15:39.710: D/VLC(1339): found 2 audio ports
05-04 15:15:39.710: D/VLC(1339): -> input 0 (0 streams) (5:5:24000 buffers) (0,0) enabled
05-04 15:15:39.710: D/VLC(1339):   -> audio MPEG AAC Audio (21) 2,44100,288000,0,0
05-04 15:15:39.710: D/VLC(1339): -> output 1 (0 streams) (15:15:18432 buffers) (0,0) enabled
05-04 15:15:39.710: D/VLC(1339):   -> audio PCM S16 LE (2) 2,48000,0,16,0
05-04 15:15:39.710: D/VLC(1339): found 0 image ports
05-04 15:15:39.710: D/VLC(1339): found 0 video ports
05-04 15:15:39.710: D/VLC(1339): component standard role set to audio_decoder.aac
05-04 15:15:39.710: D/VLC(1339): SetAudioParameters failed (80001001 : OMX_ErrorUndefined)
05-04 15:15:39.710: D/VLC(1339): no component could be initialised
05-04 15:15:39.720: D/VLC(1339): ffmpeg codec (MPEG AAC Audio) started
05-04 15:15:39.720: D/VLC(1339): Using 192000 bytes output buffer
05-04 15:15:39.720: D/VLC(1339): using decoder module "avcodec"
05-04 15:15:39.720: D/VLC(1339): looking for meta reader module: 1 candidate
05-04 15:15:39.720: D/VLC(1339): no meta reader module matching "any" could be loaded
05-04 15:15:39.720: D/VLC(1339): `file:///sdcard/Movies/TestFiles/480p.odf' successfully opened
05-04 15:15:39.720: D/VLC/JNI/main(1339): vlc_event_callback: failed to get JNI environment, assuming native thread
05-04 15:15:39.720: I/VLC/VideoPlayerActivity(1339): MediaPlayerPlaying
05-04 15:15:39.720: D/VLC(1339): track[Id 0x1] using Sync Sample Box (stss)
05-04 15:15:39.720: D/VLC(1339): stts gives 0 --> 0 (sample number)
05-04 15:15:39.720: D/VLC(1339): track[Id 0x2] does not provide Sync Sample Box (stss)
05-04 15:15:39.720: D/VLC(1339): Buffering 0%
05-04 15:15:39.720: D/VLC(1339): looking for text renderer module: 1 candidate
05-04 15:15:39.720: D/VLC(1339): using text renderer module "tdummy"
05-04 15:15:39.720: D/VLC(1339): looking for video filter2 module: 14 candidates
05-04 15:15:39.720: D/VLC(1339): Buffering 0%
05-04 15:15:39.720: D/VLC(1339): Buffering 6%
05-04 15:15:39.720: D/VLC(1339): Buffering 13%
05-04 15:15:39.720: D/VLC(1339): Buffering 20%
05-04 15:15:39.720: D/VLC(1339): Buffering 26%
05-04 15:15:39.720: D/VLC(1339): Buffering 33%
05-04 15:15:39.720: D/VLC(1339): Buffering 40%
05-04 15:15:39.720: D/VLC(1339): Buffering 46%
05-04 15:15:39.720: D/VLC(1339): Buffering 53%
05-04 15:15:39.720: D/VLC(1339): Buffering 60%
05-04 15:15:39.720: D/VLC(1339): Buffering 66%
05-04 15:15:39.720: D/VLC(1339): 32x32 chroma: YUVA -> 16x16 chroma: RGBA with scaling using Bicubic (good quality)
05-04 15:15:39.720: D/VLC(1339): using video filter2 module "swscale"
05-04 15:15:39.720: D/VLC(1339): looking for video filter2 module: 14 candidates
05-04 15:15:39.720: D/VLC(1339): YUVP to YUVA converter
05-04 15:15:39.720: D/VLC(1339): using video filter2 module "yuvp"
05-04 15:15:39.720: D/VLC(1339): Deinterlacing available
05-04 15:15:39.720: D/VLC(1339): deinterlace 0, mode blend, is_needed 0
05-04 15:15:39.720: D/VLC(1339): Opening vout display wrapper
05-04 15:15:39.720: D/VLC(1339): looking for vout display module: 2 candidates
05-04 15:15:39.720: D/VLC(1339): VoutDisplayEvent 'fullscreen' 0
05-04 15:15:39.720: D/VLC(1339): using vout display module "android_surface"
05-04 15:15:39.720: D/VLC(1339): A filter to adapt decoder to display is needed
05-04 15:15:39.720: D/VLC(1339): looking for video filter2 module: 14 candidates
05-04 15:15:39.720: D/VLC(1339): I420(852x480) to RV32(852x480)
05-04 15:15:39.720: D/VLC(1339): using video filter2 module "yuv_rgb_neon"
05-04 15:15:39.720: D/VLC(1339): Filter 'yuv_rgb_neon' (0x62a978) appended to chain
05-04 15:15:39.730: D/VLC(1339): original format sz 852x480, of (0,0), vsz 852x480, 4cc I420, sar 1:1, msk r0x0 g0x0 b0x0
05-04 15:15:39.730: D/VLC(1339): Buffering 73%
05-04 15:15:39.730: D/VLC(1339): Buffering 80%
05-04 15:15:39.730: D/VLC(1339): Buffering 86%
05-04 15:15:39.730: D/VLC(1339): Buffering 93%
05-04 15:15:39.730: D/VLC(1339): Buffering 100%
05-04 15:15:39.730: D/VLC(1339): removing module "tdummy"
05-04 15:15:39.730: D/VLC(1339): Stream buffering done (1600 ms in 11 ms)
05-04 15:15:39.730: D/VLC(1339): looking for text renderer module: 1 candidate
05-04 15:15:39.730: D/VLC(1339): using text renderer module "tdummy"
05-04 15:15:39.730: D/VLC(1339): using direct rendering
05-04 15:15:39.730: D/VLC(1339): creating audio output
05-04 15:15:39.740: D/VLC(1339): looking for audio output module: 2 candidates
05-04 15:15:39.750: W/libOpenSLES(1339): class OutputMix interface 0 requested but unavailable MPH=43
05-04 15:15:39.770: D/VLC(1339): using audio output module "opensles_android"
05-04 15:15:39.770: D/VLC(1339): output 's16l' 44100 Hz Stereo frame=1 samples/4 bytes
05-04 15:15:39.770: D/VLC(1339): mixer 'f32l' 44100 Hz Stereo frame=1 samples/8 bytes
05-04 15:15:39.770: D/VLC(1339): filter(s) 'f32l'->'s16l' 44100 Hz->44100 Hz Stereo->Stereo
05-04 15:15:39.770: D/VLC(1339): looking for audio filter module: 10 candidates
05-04 15:15:39.770: D/VLC(1339): f32l->s16l, bits per sample: 32->16
05-04 15:15:39.770: D/VLC(1339): using audio filter module "audio_format"
05-04 15:15:39.770: D/VLC(1339): conversion pipeline completed
05-04 15:15:39.770: D/VLC(1339): looking for audio mixer module: 2 candidates
05-04 15:15:39.770: D/VLC(1339): using audio mixer module "float32_mixer"
05-04 15:15:39.770: D/VLC(1339): input 's16l' 44100 Hz Stereo frame=1 samples/4 bytes
05-04 15:15:39.770: D/VLC(1339): looking for audio filter module: 1 candidate
05-04 15:15:39.770: D/VLC(1339): format: 44100 rate, 2 nch, 4 bps, fl32
05-04 15:15:39.770: D/VLC(1339): params: 30 stride, 0.200 overlap, 14 search
05-04 15:15:39.770: D/VLC(1339): 1.000 scale, 1323.000 stride_in, 1323 stride_out, 1059 standing, 264 overlap, 617 search, 2204 queue, fl32 mode
05-04 15:15:39.770: D/VLC(1339): using audio filter module "scaletempo"
05-04 15:15:39.770: D/VLC(1339): filter(s) 's16l'->'f32l' 44100 Hz->44100 Hz Stereo->Stereo
05-04 15:15:39.770: D/VLC(1339): looking for audio filter module: 10 candidates
05-04 15:15:39.770: D/VLC(1339): s16l->f32l, bits per sample: 16->32
05-04 15:15:39.770: D/VLC(1339): using audio filter module "audio_format"
05-04 15:15:39.770: D/VLC(1339): conversion pipeline completed
05-04 15:15:39.770: D/VLC(1339): filter(s) 'f32l'->'f32l' 44100 Hz->44100 Hz Stereo->Stereo
05-04 15:15:39.770: D/VLC(1339): conversion pipeline completed
05-04 15:15:39.770: D/VLC(1339): filter(s) 'f32l'->'f32l' 48510 Hz->44100 Hz Stereo->Stereo
05-04 15:15:39.770: D/VLC(1339): looking for audio filter module: 10 candidates
05-04 15:15:39.770: D/VLC(1339): using audio filter module "ugly_resampler"
05-04 15:15:39.770: D/VLC(1339): conversion pipeline completed
05-04 15:15:39.770: D/VLC(1339): End of audio preroll
05-04 15:15:39.790: D/VLC(1339): End of video preroll
05-04 15:15:39.800: D/VLC(1339): Received first picture
05-04 15:15:39.830: W/VLC(1339): can't get output picture
05-04 15:15:39.830: D/VLC(1339): Post-processing available
05-04 15:15:39.830: E/VLC(1339): Failed to set on top
05-04 15:15:39.870: D/VLC(1339): Decoder buffering done in 138 ms
05-04 15:15:39.870: W/VLC(1339): PTS is out of range (-9216), dropping buffer
05-04 15:15:39.870: W/VLC(1339): PTS is out of range (-32334), dropping buffer
05-04 15:15:39.930: W/libOpenSLES(1339): Leaving BufferQueue::Enqueue (SL_RESULT_BUFFER_INSUFFICIENT)
05-04 15:15:39.930: E/VLC(1339): buffer insufficient
05-04 15:15:40.760: D/VLC(1339): auto hiding mouse cursor
05-04 15:15:40.960: W/libOpenSLES(1339): Leaving BufferQueue::Enqueue (SL_RESULT_BUFFER_INSUFFICIENT)
05-04 15:15:40.960: E/VLC(1339): buffer insufficient
05-04 15:15:41.990: W/libOpenSLES(1339): Leaving BufferQueue::Enqueue (SL_RESULT_BUFFER_INSUFFICIENT)
05-04 15:15:41.990: E/VLC(1339): buffer insufficient
05-04 15:15:43.030: W/libOpenSLES(1339): Leaving BufferQueue::Enqueue (SL_RESULT_BUFFER_INSUFFICIENT)
05-04 15:15:43.030: E/VLC(1339): buffer insufficient
05-04 15:15:44.090: W/libOpenSLES(1339): Leaving BufferQueue::Enqueue (SL_RESULT_BUFFER_INSUFFICIENT)
05-04 15:15:44.090: E/VLC(1339): buffer insufficient
05-04 15:15:44.690: I/VLC/VideoPlayerActivity(1339): remove View!
05-04 15:15:44.690: V/TabletStatusBar(333): setLightsOn(true)
05-04 15:15:44.700: V/TabletStatusBar(333): setLightsOn(true)
05-04 15:15:45.150: W/libOpenSLES(1339): Leaving BufferQueue::Enqueue (SL_RESULT_BUFFER_INSUFFICIENT)
05-04 15:15:45.150: E/VLC(1339): buffer insufficient
05-04 15:15:46.210: W/libOpenSLES(1339): Leaving BufferQueue::Enqueue (SL_RESULT_BUFFER_INSUFFICIENT)
05-04 15:15:46.210: E/VLC(1339): buffer insufficient
05-04 15:15:47.240: W/libOpenSLES(1339): Leaving BufferQueue::Enqueue (SL_RESULT_BUFFER_INSUFFICIENT)
05-04 15:15:47.240: E/VLC(1339): buffer insufficient
05-04 15:15:48.300: W/libOpenSLES(1339): Leaving BufferQueue::Enqueue (SL_RESULT_BUFFER_INSUFFICIENT)
05-04 15:15:48.300: E/VLC(1339): buffer insufficient
05-04 15:15:49.330: W/libOpenSLES(1339): Leaving BufferQueue::Enqueue (SL_RESULT_BUFFER_INSUFFICIENT)
05-04 15:15:49.330: E/VLC(1339): buffer insufficient
05-04 15:15:50.370: W/libOpenSLES(1339): Leaving BufferQueue::Enqueue (SL_RESULT_BUFFER_INSUFFICIENT)
05-04 15:15:50.370: E/VLC(1339): buffer insufficient
05-04 15:15:50.670: I/VLC/VideoPlayerActivity(1339): remove View!
05-04 15:15:50.680: V/TabletStatusBar(333): setLightsOn(true)
05-04 15:15:50.760: V/TabletStatusBar(333): setLightsOn(true)
05-04 15:15:50.910: D/VLC(1339): control type=1
05-04 15:15:50.910: D/PowerManagerService(191): @PowerManagement: 'VLC/VideoPlayerActivity' releaseWakeLock when screen locked
05-04 15:15:51.400: D/VLC/JNI/main(1339): vlc_event_callback: failed to get JNI environment, assuming native thread
05-04 15:15:51.400: I/VLC/VideoPlayerActivity(1339): MediaPlayerPaused
05-04 15:15:54.910: I/VLC/VideoPlayerActivity(1339): remove View!
05-04 15:15:54.920: V/TabletStatusBar(333): setLightsOn(true)
05-04 15:15:54.940: V/TabletStatusBar(333): setLightsOn(true)
-------------- next part --------------
05-04 15:13:31.370: D/VLC/AudioService(1339): Updating widget
05-04 15:13:31.370: I/ActivityManager(191): START {cmp=org.videolan.vlc/.gui.video.VideoPlayerActivity (has extras)} from pid 1339
05-04 15:13:31.370: W/ActivityManager(191): Bad activity token: android.os.BinderProxy at 415d21a0
05-04 15:13:31.370: W/ActivityManager(191): java.lang.ClassCastException: android.os.BinderProxy cannot be cast to com.android.server.am.ActivityRecord$Token
05-04 15:13:31.370: W/ActivityManager(191): 	at com.android.server.am.ActivityRecord.forToken(ActivityRecord.java:267)
05-04 15:13:31.370: W/ActivityManager(191): 	at com.android.server.am.ActivityStack.indexOfTokenLocked(ActivityStack.java:414)
05-04 15:13:31.370: W/ActivityManager(191): 	at com.android.server.am.ActivityStack.startActivityLocked(ActivityStack.java:2269)
05-04 15:13:31.370: W/ActivityManager(191): 	at com.android.server.am.ActivityStack.startActivityMayWait(ActivityStack.java:2940)
05-04 15:13:31.370: W/ActivityManager(191): 	at com.android.server.am.ActivityManagerService.startActivity(ActivityManagerService.java:2240)
05-04 15:13:31.370: W/ActivityManager(191): 	at android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java:131)
05-04 15:13:31.370: W/ActivityManager(191): 	at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:1553)
05-04 15:13:31.370: W/ActivityManager(191): 	at android.os.Binder.execTransact(Binder.java:338)
05-04 15:13:31.370: W/ActivityManager(191): 	at dalvik.system.NativeStart.run(Native Method)
05-04 15:13:31.370: W/ActivityManager(191): startActivity called from non-Activity context; forcing Intent.FLAG_ACTIVITY_NEW_TASK for: Intent { cmp=org.videolan.vlc/.gui.video.VideoPlayerActivity (has extras) }
05-04 15:13:31.390: D/WindowManager(191): readLidState, sw:1
05-04 15:13:31.390: D/WindowManager(191): adjustConfigurationLw, config:{1.0 0mcc0mnc (no locale) layoutdir=0 sw800dp w1280dp h752dp xlrg land ?uimode ?night finger qwerty/v/v -nav/v} mLidOpen:1 mHasDockFeature:true mHasHallSensorFeature:true config.hardKeyboardHidden:1
05-04 15:13:31.420: D/WindowManager(191): readLidState, sw:1
05-04 15:13:31.420: D/WindowManager(191): adjustConfigurationLw, config:{1.0 0mcc0mnc (no locale) layoutdir=0 sw800dp w1280dp h752dp xlrg land ?uimode ?night finger qwerty/v/v -nav/v} mLidOpen:1 mHasDockFeature:true mHasHallSensorFeature:true config.hardKeyboardHidden:1
05-04 15:13:31.420: V/VLC/LibVLC(1339): Reading file:///sdcard/Movies/TestFiles/h720p.mov
05-04 15:13:31.420: E/VLC(1339): option logo-x does not exist
05-04 15:13:31.420: E/VLC(1339): option logo-y does not exist
05-04 15:13:31.420: E/VLC(1339): option logo-delay does not exist
05-04 15:13:31.420: E/VLC(1339): option logo-repeat does not exist
05-04 15:13:31.420: E/VLC(1339): option logo-opacity does not exist
05-04 15:13:31.420: E/VLC(1339): option logo-position does not exist
05-04 15:13:31.420: I/VLC/JNI/main(1339): Got version: 15
05-04 15:13:31.420: D/VLC(1339): Creating an input for 'h720p.mov'
05-04 15:13:31.430: D/VLC(1339): using timeshift granularity of 50 MiB, in path '/tmp'
05-04 15:13:31.430: D/VLC(1339): `file:///sdcard/Movies/TestFiles/h720p.mov' gives access `file' demux `' path `/sdcard/Movies/TestFiles/h720p.mov'
05-04 15:13:31.430: D/VLC(1339): creating demux: access='file' demux='' location='/sdcard/Movies/TestFiles/h720p.mov' file='/sdcard/Movies/TestFiles/h720p.mov'
05-04 15:13:31.430: D/VLC(1339): looking for access_demux module: 0 candidates
05-04 15:13:31.430: D/VLC(1339): no access_demux module matched "file"
05-04 15:13:31.430: D/VLC(1339): creating access 'file' location='/sdcard/Movies/TestFiles/h720p.mov', path='/sdcard/Movies/TestFiles/h720p.mov'
05-04 15:13:31.430: D/VLC(1339): looking for access module: 2 candidates
05-04 15:13:31.430: D/VLC(1339): opening file `/sdcard/Movies/TestFiles/h720p.mov'
05-04 15:13:31.430: D/VLC(1339): using access module "filesystem"
05-04 15:13:31.440: D/VLC(1339): Using stream method for AStream*
05-04 15:13:31.440: D/VLC(1339): starting pre-buffering
05-04 15:13:31.440: V/TabletStatusBar(333): setLightsOn(true)
05-04 15:13:31.450: D/VLC(1339): received first data after 0 ms
05-04 15:13:31.450: D/VLC(1339): pre-buffering done 1024 bytes in 0s - 3205 KiB/s
05-04 15:13:31.450: D/VLC(1339): looking for stream_filter module: 7 candidates
05-04 15:13:31.450: D/VLC(1339): no stream_filter module matching "any" could be loaded
05-04 15:13:31.450: D/VLC(1339): looking for stream_filter module: 0 candidates
05-04 15:13:31.450: D/VLC(1339): no stream_filter module matched "stream_filter_record"
05-04 15:13:31.450: D/VLC(1339): creating demux: access='file' demux='' location='/sdcard/Movies/TestFiles/h720p.mov' file='/sdcard/Movies/TestFiles/h720p.mov'
05-04 15:13:31.450: D/VLC(1339): looking for demux module: 48 candidates
05-04 15:13:31.450: W/VLC(1339): unknown box type tapt (incompletely loaded)
05-04 15:13:31.450: W/VLC(1339): unknown box type alis (incompletely loaded)
05-04 15:13:31.450: W/VLC(1339): unknown box type colr (incompletely loaded)
05-04 15:13:31.450: D/VLC(1339): found an empty box (null size)
05-04 15:13:31.450: W/VLC(1339): unknown box type cslg (incompletely loaded)
05-04 15:13:31.460: W/VLC(1339): unknown box type alis (incompletely loaded)
05-04 15:13:31.460: W/VLC(1339): Not enough data
05-04 15:13:31.460: W/VLC(1339): unknown box type      (incompletely loaded)
05-04 15:13:31.460: W/VLC(1339): unknown box type chan (incompletely loaded)
05-04 15:13:31.460: W/VLC(1339): unknown box type      (incompletely loaded)
05-04 15:13:31.460: D/VLC(1339): out of bound child
05-04 15:13:31.460: W/VLC(1339): unknown box type gmin (incompletely loaded)
05-04 15:13:31.460: W/VLC(1339): unknown box type tmcd (incompletely loaded)
05-04 15:13:31.460: W/VLC(1339): unknown box type alis (incompletely loaded)
05-04 15:13:31.460: W/VLC(1339): unknown handler type in stsd (incompletely loaded)
05-04 15:13:31.460: W/VLC(1339): unknown box type      (incompletely loaded)
05-04 15:13:31.460: D/VLC(1339): out of bound child
05-04 15:13:31.460: W/VLC(1339): unknown box type WLOC (incompletely loaded)
05-04 15:13:31.460: W/VLC(1339): unknown box type SelO (incompletely loaded)
05-04 15:13:31.460: W/VLC(1339): unknown box type AllF (incompletely loaded)
05-04 15:13:31.460: D/VLC(1339): found an empty box (null size)
05-04 15:13:31.460: D/VLC(1339): dumping root Box "root"
05-04 15:13:31.460: D/VLC(1339): |   + ftyp size 32
05-04 15:13:31.460: D/VLC(1339): |   + moov size 96660
05-04 15:13:31.460: D/VLC(1339): |   |   + mvhd size 108
05-04 15:13:31.470: V/TabletStatusBar(333): setLightsOn(true)
05-04 15:13:31.480: D/VLC(1339): |   |   + trak size 56471
05-04 15:13:31.480: D/VLC(1339): |   |   |   + tkhd size 92
05-04 15:13:31.480: D/VLC(1339): |   |   |   + tapt size 68
05-04 15:13:31.480: D/VLC(1339): |   |   |   + edts size 36
05-04 15:13:31.480: D/VLC(1339): |   |   |   |   + elst size 28
05-04 15:13:31.480: D/VLC(1339): |   |   |   + mdia size 56255
05-04 15:13:31.480: D/VLC(1339): |   |   |   |   + mdhd size 32
05-04 15:13:31.480: D/VLC(1339): |   |   |   |   + hdlr size 58
05-04 15:13:31.480: D/VLC(1339): |   |   |   |   + minf size 56157
05-04 15:13:31.480: D/VLC(1339): |   |   |   |   |   + vmhd size 20
05-04 15:13:31.480: D/VLC(1339): |   |   |   |   |   + hdlr size 57
05-04 15:13:31.480: D/VLC(1339): |   |   |   |   |   + dinf size 36
05-04 15:13:31.480: D/VLC(1339): |   |   |   |   |   |   + dref size 28
05-04 15:13:31.480: D/VLC(1339): |   |   |   |   |   |   |   + alis size 12
05-04 15:13:31.480: D/VLC(1339): |   |   |   |   |   + stbl size 56036
05-04 15:13:31.480: D/VLC(1339): |   |   |   |   |   |   + stsd size 167
05-04 15:13:31.480: D/VLC(1339): |   |   |   |   |   |   |   + avc1 size 151
05-04 15:13:31.480: D/VLC(1339): |   |   |   |   |   |   |   |   + avcC size 43
05-04 15:13:31.480: D/VLC(1339): |   |   |   |   |   |   |   |   + colr size 18
05-04 15:13:31.480: D/VLC(1339): |   |   |   |   |   |   + stts size 24
05-04 15:13:31.480: D/VLC(1339): |   |   |   |   |   |   + ctts size 27744
05-04 15:13:31.480: D/VLC(1339): |   |   |   |   |   |   + cslg size 32
05-04 15:13:31.480: D/VLC(1339): |   |   |   |   |   |   + stss size 488
05-04 15:13:31.480: D/VLC(1339): |   |   |   |   |   |   + sdtp size 3597
05-04 15:13:31.480: D/VLC(1339): |   |   |   |   |   |   + stsc size 7204
05-04 15:13:31.480: D/VLC(1339): |   |   |   |   |   |   + stsz size 14360
05-04 15:13:31.480: D/VLC(1339): |   |   |   |   |   |   + stco size 2412
05-04 15:13:31.480: D/VLC(1339): |   |   |   + udta size 12
05-04 15:13:31.480: D/VLC(1339): |   |   + trak size 38099
05-04 15:13:31.480: D/VLC(1339): |   |   |   + tkhd size 92
05-04 15:13:31.480: D/VLC(1339): |   |   |   + edts size 36
05-04 15:13:31.480: D/VLC(1339): |   |   |   |   + elst size 28
05-04 15:13:31.480: D/VLC(1339): |   |   |   + mdia size 37490
05-04 15:13:31.480: D/VLC(1339): |   |   |   |   + mdhd size 32
05-04 15:13:31.480: D/VLC(1339): |   |   |   |   + hdlr size 58
05-04 15:13:31.480: D/VLC(1339): |   |   |   |   + minf size 37392
05-04 15:13:31.480: D/VLC(1339): |   |   |   |   |   + smhd size 16
05-04 15:13:31.480: D/VLC(1339): |   |   |   |   |   + hdlr size 57
05-04 15:13:31.480: D/VLC(1339): |   |   |   |   |   + dinf size 36
05-04 15:13:31.480: D/VLC(1339): |   |   |   |   |   |   + dref size 28
05-04 15:13:31.480: D/VLC(1339): |   |   |   |   |   |   |   + alis size 12
05-04 15:13:31.480: D/VLC(1339): |   |   |   |   |   + stbl size 37275
05-04 15:13:31.480: D/VLC(1339): |   |   |   |   |   |   + stsd size 183
05-04 15:13:31.480: D/VLC(1339): |   |   |   |   |   |   |   + mp4a size 167
05-04 15:13:31.480: D/VLC(1339): |   |   |   |   |   |   |   |   + wave size 91
05-04 15:13:31.480: D/VLC(1339): |   |   |   |   |   |   |   |   |   + frma size 12
05-04 15:13:31.480: D/VLC(1339): |   |   |   |   |   |   |   |   |   + mp4a size 12
05-04 15:13:31.490: D/VLC(1339): |   |   |   |   |   |   |   |   |   + esds size 51
05-04 15:13:31.490: D/VLC(1339): |   |   |   |   |   |   |   |   |   +      size 8
05-04 15:13:31.490: D/VLC(1339): |   |   |   |   |   |   |   |   + chan size 24
05-04 15:13:31.490: D/VLC(1339): |   |   |   |   |   |   + stts size 24
05-04 15:13:31.490: D/VLC(1339): |   |   |   |   |   |   + stsc size 8452
05-04 15:13:31.490: D/VLC(1339): |   |   |   |   |   |   + stsz size 25780
05-04 15:13:31.490: D/VLC(1339): |   |   |   |   |   |   + stco size 2828
05-04 15:13:31.490: D/VLC(1339): |   |   |   + meta size 461
05-04 15:13:31.490: D/VLC(1339): |   |   |   |   +      size 1751411826
05-04 15:13:31.490: D/VLC(1339): |   |   |   + udta size 12
05-04 15:13:31.490: D/VLC(1339): |   |   + trak size 585
05-04 15:13:31.490: D/VLC(1339): |   |   |   + tkhd size 92
05-04 15:13:31.490: D/VLC(1339): |   |   |   + edts size 36
05-04 15:13:31.490: D/VLC(1339): |   |   |   |   + elst size 28
05-04 15:13:31.490: D/VLC(1339): |   |   |   + mdia size 437
05-04 15:13:31.490: D/VLC(1339): |   |   |   |   + mdhd size 32
05-04 15:13:31.490: D/VLC(1339): |   |   |   |   + hdlr size 56
05-04 15:13:31.490: D/VLC(1339): |   |   |   |   + minf size 341
05-04 15:13:31.490: D/VLC(1339): |   |   |   |   |   + gmhd size 86
05-04 15:13:31.490: D/VLC(1339): |   |   |   |   |   |   + gmin size 24
05-04 15:13:31.490: D/VLC(1339): |   |   |   |   |   |   + tmcd size 54
05-04 15:13:31.490: D/VLC(1339): |   |   |   |   |   + hdlr size 57
05-04 15:13:31.490: D/VLC(1339): |   |   |   |   |   + dinf size 36
05-04 15:13:31.490: D/VLC(1339): |   |   |   |   |   |   + dref size 28
05-04 15:13:31.490: D/VLC(1339): |   |   |   |   |   |   |   + alis size 12
05-04 15:13:31.490: D/VLC(1339): |   |   |   |   |   + stbl size 154
05-04 15:13:31.490: D/VLC(1339): |   |   |   |   |   |   + stsd size 54
05-04 15:13:31.490: D/VLC(1339): |   |   |   |   |   |   |   + tmcd size 38
05-04 15:13:31.490: D/VLC(1339): |   |   |   |   |   |   + stts size 24
05-04 15:13:31.490: D/VLC(1339): |   |   |   |   |   |   + stsc size 28
05-04 15:13:31.500: D/VLC(1339): |   |   |   |   |   |   + stsz size 20
05-04 15:13:31.500: D/VLC(1339): |   |   |   |   |   |   + stco size 20
05-04 15:13:31.500: D/VLC(1339): |   |   |   + udta size 12
05-04 15:13:31.500: D/VLC(1339): |   |   + meta size 1161
05-04 15:13:31.500: D/VLC(1339): |   |   |   +      size 1751411826
05-04 15:13:31.500: D/VLC(1339): |   |   + udta size 228
05-04 15:13:31.500: D/VLC(1339): |   |   |   + ccmt size 56
05-04 15:13:31.500: D/VLC(1339): |   |   |   + ccpy size 69
05-04 15:13:31.500: D/VLC(1339): |   |   |   + cdes size 28
05-04 15:13:31.500: D/VLC(1339): |   |   |   + cnam size 33
05-04 15:13:31.500: D/VLC(1339): |   |   |   + WLOC size 12
05-04 15:13:31.500: D/VLC(1339): |   |   |   + SelO size 9
05-04 15:13:31.500: D/VLC(1339): |   |   |   + AllF size 9
05-04 15:13:31.500: D/VLC(1339): |   + free size 24
05-04 15:13:31.500: D/VLC(1339): |   + wide size 8
05-04 15:13:31.500: D/VLC(1339): |   + mdat size 116516045
05-04 15:13:31.500: D/VLC(1339): Apple QuickTime file
05-04 15:13:31.500: D/VLC(1339): found 3 tracks
05-04 15:13:31.500: W/VLC(1339): elst box found
05-04 15:13:31.500: D/VLC(1339):    - [0] duration=149524ms media time=0ms) rate=1.0
05-04 15:13:31.500: D/VLC(1339): track[Id 0x1] read 599 chunk
05-04 15:13:31.500: W/VLC(1339): CTTS table
05-04 15:13:31.500: D/VLC(1339): track[Id 0x1] read 3585 samples length:149s
05-04 15:13:31.500: D/VLC(1339): selecting program id=0
05-04 15:13:31.510: D/VLC(1339): adding track[Id 0x1] video (enable) language en
05-04 15:13:31.510: W/VLC(1339): elst box found
05-04 15:13:31.510: D/VLC(1339):    - [0] duration=149524ms media time=0ms) rate=1.0
05-04 15:13:31.510: D/VLC(1339): track[Id 0x2] read 703 chunk
05-04 15:13:31.510: D/VLC(1339): track[Id 0x2] read 6440 samples length:149s
05-04 15:13:31.510: D/VLC(1339): adding track[Id 0x2] audio (enable) language en
05-04 15:13:31.510: D/VLC(1339): ignoring track[Id 0x3]
05-04 15:13:31.510: D/VLC(1339): using demux module "mp4"
05-04 15:13:31.510: D/VLC(1339): looking for a subtitle file in /sdcard/Movies/TestFiles/
05-04 15:13:31.510: D/VLC(1339): looking for decoder module: 25 candidates
05-04 15:13:31.510: D/VLC(1339): fmt in:h264, out:     
05-04 15:13:31.520: D/VLC(1339): component OMX.Nvidia.aac.decoder
05-04 15:13:31.520: D/VLC(1339):   - role: audio_decoder.eaacplus
05-04 15:13:31.520: I/ActivityManager(191): Displayed org.videolan.vlc/.gui.video.VideoPlayerActivity: +129ms
05-04 15:13:31.520: D/VLC(1339):   - role: audio_decoder.aac
05-04 15:13:31.530: D/VLC(1339): component OMX.Nvidia.aac.encoder
05-04 15:13:31.530: D/VLC(1339):   - role: audio_encoder.aac
05-04 15:13:31.530: D/VLC(1339): component OMX.Nvidia.aac.read
05-04 15:13:31.530: D/VLC(1339):   - role: container_demuxer.aac
05-04 15:13:31.530: D/VLC(1339): component OMX.Nvidia.adts.decoder
05-04 15:13:31.530: D/VLC(1339):   - role: audio_decoder.adts
05-04 15:13:31.530: D/VLC(1339): component OMX.Nvidia.amr.decoder
05-04 15:13:31.530: D/VLC(1339):   - role: audio_decoder.amrnb
05-04 15:13:31.530: D/VLC(1339): component OMX.Nvidia.amr.encoder
05-04 15:13:31.530: D/VLC(1339):   - role: audio_encoder.amrnb
05-04 15:13:31.530: D/VLC(1339): component OMX.Nvidia.amr.read
05-04 15:13:31.530: D/VLC(1339):   - role: container_demuxer.amr
05-04 15:13:31.530: D/VLC(1339): component OMX.Nvidia.amr.write
05-04 15:13:31.530: D/VLC(1339):   - role: amr_writer.binary
05-04 15:13:31.530: I/TextType(483): TextType = 0x0
05-04 15:13:31.540: D/VLC(1339): component OMX.Nvidia.amrwb.decoder
05-04 15:13:31.540: D/VLC(1339):   - role: audio_decoder.amrwb
05-04 15:13:31.540: D/VLC(1339): component OMX.Nvidia.amrwb.encoder
05-04 15:13:31.540: D/VLC(1339):   - role: audio_encoder.amrwb
05-04 15:13:31.540: D/VLC(1339): component OMX.Nvidia.asf.read
05-04 15:13:31.540: D/VLC(1339):   - role: container_demuxer.asf
05-04 15:13:31.540: D/VLC(1339): component OMX.Nvidia.audio.read
05-04 15:13:31.540: D/VLC(1339):   - role: audio_reader.binary
05-04 15:13:31.540: D/VLC(1339): component OMX.Nvidia.audio.render
05-04 15:13:31.540: D/VLC(1339):   - role: audio_renderer.pcm
05-04 15:13:31.540: D/VLC(1339): component OMX.Nvidia.audio.write
05-04 15:13:31.540: D/VLC(1339):   - role: audio_writer.binary
05-04 15:13:31.540: D/VLC(1339): component OMX.Nvidia.avi.read
05-04 15:13:31.540: D/VLC(1339):   - role: container_demuxer.avi
05-04 15:13:31.540: D/VLC(1339): component OMX.Nvidia.awb.read
05-04 15:13:31.540: D/VLC(1339):   - role: container_demuxer.awb
05-04 15:13:31.540: D/VLC(1339): component OMX.Nvidia.bitstream.read
05-04 15:13:31.540: D/VLC(1339):   - role: source
05-04 15:13:31.540: D/VLC(1339): component OMX.Nvidia.bsac.decoder
05-04 15:13:31.540: D/VLC(1339):   - role: audio_decoder.bsac
05-04 15:13:31.540: D/VLC(1339): component OMX.Nvidia.camera
05-04 15:13:31.540: D/VLC(1339):   - role: camera.yuv
05-04 15:13:31.550: D/VLC(1339): component OMX.Nvidia.clock.component
05-04 15:13:31.550: D/VLC(1339):   - role: clock.binary
05-04 15:13:31.550: D/VLC(1339): component OMX.Nvidia.eaacp.decoder
05-04 15:13:31.550: D/VLC(1339):   - role: audio_decoder.eaacplus
05-04 15:13:31.550: D/VLC(1339):   - role: audio_decoder.aac
05-04 15:13:31.550: D/VLC(1339): component OMX.Nvidia.h263.decode
05-04 15:13:31.550: D/VLC(1339):   - role: video_decoder.h263
05-04 15:13:31.550: D/VLC(1339): component OMX.Nvidia.h263.encoder
05-04 15:13:31.550: D/VLC(1339):   - role: video_encoder.h263
05-04 15:13:31.550: D/VLC(1339): component OMX.Nvidia.h264.decode
05-04 15:13:31.550: D/VLC(1339):   - role: video_decoder.avc
05-04 15:13:31.560: D/VLC(1339): component OMX.Nvidia.h264.decode.secure
05-04 15:13:31.560: D/VLC(1339):   - role: video_decoder.avc
05-04 15:13:31.560: D/VLC(1339): component OMX.Nvidia.h264.encoder
05-04 15:13:31.560: D/VLC(1339):   - role: video_encoder.avc
05-04 15:13:31.560: D/VLC(1339): component OMX.Nvidia.h264ext.decode
05-04 15:13:31.560: D/VLC(1339):   - role: video_decoder.avc
05-04 15:13:31.560: D/VLC(1339): component OMX.Nvidia.ilbc.encoder
05-04 15:13:31.560: D/VLC(1339):   - role: audio_encoder.ilbc
05-04 15:13:31.560: D/VLC(1339): component OMX.Nvidia.image.read
05-04 15:13:31.560: D/VLC(1339):   - role: image_reader.binary
05-04 15:13:31.560: D/VLC(1339): component OMX.Nvidia.image.write
05-04 15:13:31.560: D/VLC(1339):   - role: image_writer.binary
05-04 15:13:31.560: D/VLC(1339): component OMX.Nvidia.imagesequence.write
05-04 15:13:31.560: D/VLC(1339):   - role: image_writer.binary
05-04 15:13:31.560: D/VLC(1339): component OMX.Nvidia.jpeg.decoder
05-04 15:13:31.560: D/VLC(1339):   - role: image_decoder.jpeg
05-04 15:13:31.560: D/VLC(1339): component OMX.Nvidia.jpeg.encoder
05-04 15:13:31.570: D/VLC(1339):   - role: image_encoder.jpeg
05-04 15:13:31.570: D/VLC(1339): component OMX.Nvidia.mjpeg.decoder
05-04 15:13:31.570: D/VLC(1339):   - role: video_decoder.mjpeg
05-04 15:13:31.570: D/VLC(1339): component OMX.Nvidia.mkv.read
05-04 15:13:31.570: D/VLC(1339):   - role: container_demuxer.mkv
05-04 15:13:31.570: D/VLC(1339): component OMX.Nvidia.mp2.decoder
05-04 15:13:31.570: D/VLC(1339):   - role: audio_decoder.mp2
05-04 15:13:31.570: D/VLC(1339): component OMX.Nvidia.mp3.decoder
05-04 15:13:31.570: D/VLC(1339):   - role: audio_decoder.mp3
05-04 15:13:31.570: D/VLC(1339): component OMX.Nvidia.mp3.read
05-04 15:13:31.570: D/VLC(1339):   - role: container_demuxer.mp3
05-04 15:13:31.570: D/VLC(1339): component OMX.Nvidia.mp4.decode
05-04 15:13:31.570: D/VLC(1339):   - role: video_decoder.mpeg4
05-04 15:13:31.570: D/VLC(1339): component OMX.Nvidia.mp4.encoder
05-04 15:13:31.570: D/VLC(1339):   - role: video_encoder.mpeg4
05-04 15:13:31.570: D/VLC(1339): component OMX.Nvidia.mp4.read
05-04 15:13:31.570: D/VLC(1339):   - role: container_demuxer.3gp
05-04 15:13:31.570: D/VLC(1339): component OMX.Nvidia.mp4.write
05-04 15:13:31.570: D/VLC(1339):   - role: container_muxer.3gp
05-04 15:13:31.570: D/VLC(1339): component OMX.Nvidia.mp4ext.decode
05-04 15:13:31.580: D/VLC(1339):   - role: video_decoder.mpeg4
05-04 15:13:31.580: D/VLC(1339): component OMX.Nvidia.mpeg2v.decode
05-04 15:13:31.580: D/VLC(1339):   - role: video_decoder.mpeg2
05-04 15:13:31.580: D/VLC(1339): component OMX.Nvidia.mps.read
05-04 15:13:31.580: D/VLC(1339):   - role: container_demuxer.mps
05-04 15:13:31.580: D/VLC(1339): component OMX.Nvidia.odm.comp
05-04 15:13:31.580: D/VLC(1339):   - role: comp.odm
05-04 15:13:31.580: D/VLC(1339): component OMX.Nvidia.ogg.read
05-04 15:13:31.580: D/VLC(1339):   - role: container_demuxer.ogg
05-04 15:13:31.580: D/VLC(1339): component OMX.Nvidia.raw.read
05-04 15:13:31.580: D/VLC(1339):   - role: raw_reader.binary
05-04 15:13:31.580: D/VLC(1339): component OMX.Nvidia.raw.write
05-04 15:13:31.580: D/VLC(1339):   - role: raw_writer.binary
05-04 15:13:31.580: D/VLC(1339): component OMX.Nvidia.reader
05-04 15:13:31.580: D/VLC(1339):   - role: container_demuxer.all
05-04 15:13:31.580: D/VLC(1339): component OMX.Nvidia.render.crt.overlay.argb8888
05-04 15:13:31.580: D/VLC(1339): component OMX.Nvidia.render.crt.overlay.yuv420
05-04 15:13:31.580: D/VLC(1339):   - role: iv_renderer.crt.yuv420
05-04 15:13:31.580: D/VLC(1339): component OMX.Nvidia.render.hdmi.overlay.argb8888
05-04 15:13:31.580: D/VLC(1339): component OMX.Nvidia.render.hdmi.overlay.yuv420
05-04 15:13:31.580: D/VLC(1339):   - role: iv_renderer.hdmi.yuv420
05-04 15:13:31.580: D/VLC(1339): component OMX.Nvidia.render.loopback
05-04 15:13:31.580: D/VLC(1339):   - role: iv_renderer.loopback
05-04 15:13:31.580: D/VLC(1339): component OMX.Nvidia.render.lvds.overlay.argb8888
05-04 15:13:31.580: D/VLC(1339): component OMX.Nvidia.render.lvds.overlay.yuv420
05-04 15:13:31.580: D/VLC(1339):   - role: iv_renderer.lvds.yuv420
05-04 15:13:31.590: D/VLC(1339): component OMX.Nvidia.render.overlay.argb8888
05-04 15:13:31.590: D/VLC(1339):   - role: iv_renderer.argb8888.overlay
05-04 15:13:31.590: D/VLC(1339): component OMX.Nvidia.render.secondary.overlay.yuv420
05-04 15:13:31.590: D/VLC(1339):   - role: iv_renderer.secondary.yuv420
05-04 15:13:31.590: D/VLC(1339): component OMX.Nvidia.render.tvout.overlay.yuv420
05-04 15:13:31.590: D/VLC(1339):   - role: iv_renderer.tvout.yuv420
05-04 15:13:31.590: D/VLC(1339): component OMX.Nvidia.sorenson.decode
05-04 15:13:31.590: D/VLC(1339):   - role: video_decoder.sorenson
05-04 15:13:31.590: D/VLC(1339): component OMX.Nvidia.std.iv_renderer.overlay.rgb565
05-04 15:13:31.590: D/VLC(1339):   - role: iv_renderer.rgb.overlay
05-04 15:13:31.590: D/VLC(1339): component OMX.Nvidia.std.iv_renderer.overlay.yuv420
05-04 15:13:31.590: D/VLC(1339):   - role: iv_renderer.yuv.overlay
05-04 15:13:31.590: D/VLC(1339): component OMX.Nvidia.theora.decoder
05-04 15:13:31.600: D/VLC(1339):   - role: video_decoder.theora
05-04 15:13:31.600: D/VLC(1339): component OMX.Nvidia.ts.read
05-04 15:13:31.600: D/VLC(1339):   - role: parser
05-04 15:13:31.600: D/VLC(1339): component OMX.Nvidia.vc1.decode
05-04 15:13:31.600: D/VLC(1339):   - role: video_decoder.vc1
05-04 15:13:31.600: D/VLC(1339):   - role: video_decoder.wmv
05-04 15:13:31.600: D/VLC(1339): component OMX.Nvidia.video.extractor
05-04 15:13:31.600: D/VLC(1339): component OMX.Nvidia.video.read
05-04 15:13:31.600: D/VLC(1339):   - role: video_reader.binary
05-04 15:13:31.600: D/VLC(1339): component OMX.Nvidia.video.read.large
05-04 15:13:31.600: D/VLC(1339):   - role: video_reader.binary
05-04 15:13:31.600: D/VLC(1339): component OMX.Nvidia.video.scheduler
05-04 15:13:31.600: D/VLC(1339):   - role: video_scheduler.binary
05-04 15:13:31.600: D/VLC(1339): component OMX.Nvidia.video.write
05-04 15:13:31.600: D/VLC(1339):   - role: video_writer.binary
05-04 15:13:31.600: D/VLC(1339): component OMX.Nvidia.vidhdr.read
05-04 15:13:31.600: D/VLC(1339):   - role: video_reader.binary
05-04 15:13:31.600: D/VLC(1339): component OMX.Nvidia.vidhdr.write
05-04 15:13:31.600: D/VLC(1339):   - role: video_writer.binary
05-04 15:13:31.600: D/VLC(1339): component OMX.Nvidia.vorbis.decoder
05-04 15:13:31.600: D/VLC(1339):   - role: audio_decoder.vorbis
05-04 15:13:31.600: D/VLC(1339): component OMX.Nvidia.vp6.decode
05-04 15:13:31.610: D/VLC(1339):   - role: video_decoder.vp6
05-04 15:13:31.610: D/VLC(1339): component OMX.Nvidia.wav.decoder
05-04 15:13:31.610: D/VLC(1339):   - role: audio_decoder.wav
05-04 15:13:31.610: D/VLC(1339): component OMX.Nvidia.wav.encoder
05-04 15:13:31.610: D/VLC(1339):   - role: audio_encoder.wav
05-04 15:13:31.610: D/VLC(1339): component OMX.Nvidia.wav.read
05-04 15:13:31.610: D/VLC(1339):   - role: container_demuxer.wav
05-04 15:13:31.610: D/VLC(1339): component OMX.Nvidia.wav.write
05-04 15:13:31.610: D/VLC(1339):   - role: wav_writer.binary
05-04 15:13:31.610: D/VLC(1339): component OMX.Nvidia.wma.decoder
05-04 15:13:31.610: D/VLC(1339):   - role: audio_decoder.wma
05-04 15:13:31.610: D/VLC(1339): component OMX.Nvidia.wmalossless.decoder
05-04 15:13:31.610: D/OpenGLRenderer(1339): Flushing caches (mode 0)
05-04 15:13:31.610: D/VLC(1339):   - role: audio_decoder.wmalossless
05-04 15:13:31.610: D/VLC(1339): component OMX.Nvidia.wmapro.decoder
05-04 15:13:31.610: D/VLC(1339):   - role: audio_decoder.wmapro
05-04 15:13:31.610: D/VLC(1339): component OMX.google.aac.decoder
05-04 15:13:31.610: D/VLC(1339):   - role: audio_decoder.aac
05-04 15:13:31.610: D/VLC(1339): component OMX.google.amrnb.decoder
05-04 15:13:31.610: D/VLC(1339):   - role: audio_decoder.amrnb
05-04 15:13:31.610: D/VLC(1339): component OMX.google.amrwb.decoder
05-04 15:13:31.610: D/VLC(1339):   - role: audio_decoder.amrwb
05-04 15:13:31.610: D/VLC(1339): component OMX.google.g711.alaw.decoder
05-04 15:13:31.610: D/VLC(1339):   - role: audio_decoder.g711alaw
05-04 15:13:31.610: D/VLC(1339): component OMX.google.g711.mlaw.decoder
05-04 15:13:31.610: D/VLC(1339):   - role: audio_decoder.g711mlaw
05-04 15:13:31.610: D/VLC(1339): component OMX.google.h263.decoder
05-04 15:13:31.610: D/VLC(1339):   - role: video_decoder.h263
05-04 15:13:31.610: D/VLC(1339): component OMX.google.h264.decoder
05-04 15:13:31.610: D/VLC(1339):   - role: video_decoder.avc
05-04 15:13:31.610: D/VLC(1339): component OMX.google.mp3.decoder
05-04 15:13:31.620: D/VLC(1339):   - role: audio_decoder.mp3
05-04 15:13:31.620: D/VLC(1339): component OMX.google.mpeg4.decoder
05-04 15:13:31.620: D/VLC(1339):   - role: video_decoder.mpeg4
05-04 15:13:31.620: D/VLC(1339): component OMX.google.vorbis.decoder
05-04 15:13:31.620: D/VLC(1339):   - role: audio_decoder.vorbis
05-04 15:13:31.620: D/VLC(1339): component OMX.google.vpx.decoder
05-04 15:13:31.620: D/VLC(1339):   - role: video_decoder.vpx
05-04 15:13:31.620: D/VLC(1339): found 4 matching components for role video_decoder.avc
05-04 15:13:31.620: D/VLC(1339): - OMX.Nvidia.h264.decode
05-04 15:13:31.620: D/VLC(1339): - OMX.Nvidia.h264.decode.secure
05-04 15:13:31.620: D/VLC(1339): - OMX.Nvidia.h264ext.decode
05-04 15:13:31.620: D/VLC(1339): - OMX.google.h264.decoder
05-04 15:13:31.620: D/NvOsDebugPrintf(112): NvxLiteH264DecoderInit : Opening TVMR H264 block 
05-04 15:13:31.630: D/VLC(1339): loaded component OMX.Nvidia.h264.decode of role video_decoder.avc
05-04 15:13:31.630: D/VLC(1339): found 0 audio ports
05-04 15:13:31.630: D/VLC(1339): found 0 image ports
05-04 15:13:31.630: D/VLC(1339): found 2 video ports
05-04 15:13:31.630: D/VLC(1339): -> input 0 (0 streams) (10:10:1566720 buffers) (0,0) enabled
05-04 15:13:31.630: D/VLC(1339):   -> video H264 - MPEG-4 AVC (part 10) 176x144 at 15.00 (7,0) (0,0) (0,0,176,144)
05-04 15:13:31.630: D/VLC(1339): -> output 1 (0 streams) (4:4:38016 buffers) (0,0) enabled
05-04 15:13:31.630: D/VLC(1339):   -> video Planar 4:2:0 YUV 176x144 at 15.00 (0,19) (0,0) (0,0,176,144)
05-04 15:13:31.630: D/VLC(1339): component standard role set to video_decoder.avc
05-04 15:13:31.660: D/NvOsDebugPrintf(112): NvMMLiteOpen : Block : BlockType = 261 
05-04 15:13:31.660: D/NvOsDebugPrintf(112): ++++++ NvAvpOpen +++++++
05-04 15:13:31.660: D/NvOsDebugPrintf(112): NvMMLiteBlockCreate : Block : BlockType = 261 
05-04 15:13:31.660: D/VLC(1339): OmxEventHandler (OMX_EventCmdComplete, OMX_CommandStateSet, OMX_StateIdle)
05-04 15:13:31.660: D/VLC(1339): OmxEventHandler (OMX_EventCmdComplete, OMX_CommandStateSet, OMX_StateExecuting)
05-04 15:13:31.660: D/VLC(1339): sending codec config data 0x6edf90, 0x5f5a9000, 32
05-04 15:13:31.660: D/VLC(1339): -> input 0 (0 streams) (10:10:1761280 buffers) (0,0) enabled
05-04 15:13:31.660: D/VLC(1339):   -> video H264 - MPEG-4 AVC (part 10) 1280x688 at 23.98 (7,0) (0,0) (0,0,1280,688)
05-04 15:13:31.660: D/VLC(1339): -> output 1 (0 streams) (4:4:1320960 buffers) (0,0) enabled
05-04 15:13:31.660: D/VLC(1339):   -> video Planar 4:2:0 YUV 1280x688 at 23.98 (0,19) (1280,0) (0,0,1280,688)
05-04 15:13:31.660: D/VLC(1339): using decoder module "iomx"
05-04 15:13:31.660: D/NvOsDebugPrintf(112): ++++++++++++ TVMRFrameDelivery +++++++++++++++
05-04 15:13:31.670: D/VLC(1339): looking for decoder module: 25 candidates
05-04 15:13:31.670: D/VLC(1339): fmt in:mp4a, out:     
05-04 15:13:31.670: D/VLC(1339): component OMX.Nvidia.aac.decoder
05-04 15:13:31.670: D/VLC(1339):   - role: audio_decoder.eaacplus
05-04 15:13:31.670: D/VLC(1339):   - role: audio_decoder.aac
05-04 15:13:31.670: D/VLC(1339): component OMX.Nvidia.aac.encoder
05-04 15:13:31.670: D/VLC(1339):   - role: audio_encoder.aac
05-04 15:13:31.670: D/VLC(1339): component OMX.Nvidia.aac.read
05-04 15:13:31.670: D/VLC(1339):   - role: container_demuxer.aac
05-04 15:13:31.670: D/VLC(1339): component OMX.Nvidia.adts.decoder
05-04 15:13:31.670: D/VLC(1339):   - role: audio_decoder.adts
05-04 15:13:31.670: D/VLC(1339): component OMX.Nvidia.amr.decoder
05-04 15:13:31.670: D/VLC(1339):   - role: audio_decoder.amrnb
05-04 15:13:31.670: D/VLC(1339): component OMX.Nvidia.amr.encoder
05-04 15:13:31.670: D/VLC(1339):   - role: audio_encoder.amrnb
05-04 15:13:31.670: D/VLC(1339): component OMX.Nvidia.amr.read
05-04 15:13:31.670: D/VLC(1339):   - role: container_demuxer.amr
05-04 15:13:31.670: D/VLC(1339): component OMX.Nvidia.amr.write
05-04 15:13:31.670: D/VLC(1339):   - role: amr_writer.binary
05-04 15:13:31.670: D/VLC(1339): component OMX.Nvidia.amrwb.decoder
05-04 15:13:31.670: D/VLC(1339):   - role: audio_decoder.amrwb
05-04 15:13:31.670: D/VLC(1339): component OMX.Nvidia.amrwb.encoder
05-04 15:13:31.670: D/VLC(1339):   - role: audio_encoder.amrwb
05-04 15:13:31.670: D/VLC(1339): component OMX.Nvidia.asf.read
05-04 15:13:31.670: D/VLC(1339):   - role: container_demuxer.asf
05-04 15:13:31.670: D/VLC(1339): component OMX.Nvidia.audio.read
05-04 15:13:31.670: D/VLC(1339):   - role: audio_reader.binary
05-04 15:13:31.670: D/VLC(1339): component OMX.Nvidia.audio.render
05-04 15:13:31.670: D/VLC(1339):   - role: audio_renderer.pcm
05-04 15:13:31.670: D/VLC(1339): component OMX.Nvidia.audio.write
05-04 15:13:31.670: D/VLC(1339):   - role: audio_writer.binary
05-04 15:13:31.670: D/VLC(1339): component OMX.Nvidia.avi.read
05-04 15:13:31.670: D/VLC(1339):   - role: container_demuxer.avi
05-04 15:13:31.670: D/VLC(1339): component OMX.Nvidia.awb.read
05-04 15:13:31.670: D/VLC(1339):   - role: container_demuxer.awb
05-04 15:13:31.670: D/VLC(1339): component OMX.Nvidia.bitstream.read
05-04 15:13:31.670: D/VLC(1339):   - role: source
05-04 15:13:31.670: D/VLC(1339): component OMX.Nvidia.bsac.decoder
05-04 15:13:31.670: D/VLC(1339):   - role: audio_decoder.bsac
05-04 15:13:31.670: D/VLC(1339): component OMX.Nvidia.camera
05-04 15:13:31.670: D/VLC(1339):   - role: camera.yuv
05-04 15:13:31.670: D/VLC(1339): component OMX.Nvidia.clock.component
05-04 15:13:31.670: D/VLC(1339):   - role: clock.binary
05-04 15:13:31.670: D/VLC(1339): component OMX.Nvidia.eaacp.decoder
05-04 15:13:31.670: D/VLC(1339):   - role: audio_decoder.eaacplus
05-04 15:13:31.680: D/VLC(1339):   - role: audio_decoder.aac
05-04 15:13:31.680: D/VLC(1339): component OMX.Nvidia.h263.decode
05-04 15:13:31.680: D/VLC(1339):   - role: video_decoder.h263
05-04 15:13:31.680: D/VLC(1339): component OMX.Nvidia.h263.encoder
05-04 15:13:31.680: D/VLC(1339):   - role: video_encoder.h263
05-04 15:13:31.680: D/VLC(1339): component OMX.Nvidia.h264.decode
05-04 15:13:31.680: D/VLC(1339):   - role: video_decoder.avc
05-04 15:13:31.680: D/VLC(1339): component OMX.Nvidia.h264.decode.secure
05-04 15:13:31.680: D/VLC(1339):   - role: video_decoder.avc
05-04 15:13:31.680: D/VLC(1339): component OMX.Nvidia.h264.encoder
05-04 15:13:31.680: D/VLC(1339):   - role: video_encoder.avc
05-04 15:13:31.680: D/VLC(1339): component OMX.Nvidia.h264ext.decode
05-04 15:13:31.680: D/VLC(1339):   - role: video_decoder.avc
05-04 15:13:31.680: D/VLC(1339): component OMX.Nvidia.ilbc.encoder
05-04 15:13:31.680: D/VLC(1339):   - role: audio_encoder.ilbc
05-04 15:13:31.680: D/VLC(1339): component OMX.Nvidia.image.read
05-04 15:13:31.680: D/VLC(1339):   - role: image_reader.binary
05-04 15:13:31.680: D/VLC(1339): component OMX.Nvidia.image.write
05-04 15:13:31.680: D/VLC(1339):   - role: image_writer.binary
05-04 15:13:31.680: D/VLC(1339): component OMX.Nvidia.imagesequence.write
05-04 15:13:31.680: D/VLC(1339):   - role: image_writer.binary
05-04 15:13:31.680: D/VLC(1339): component OMX.Nvidia.jpeg.decoder
05-04 15:13:31.680: D/VLC(1339):   - role: image_decoder.jpeg
05-04 15:13:31.680: D/VLC(1339): component OMX.Nvidia.jpeg.encoder
05-04 15:13:31.680: D/VLC(1339):   - role: image_encoder.jpeg
05-04 15:13:31.680: D/VLC(1339): component OMX.Nvidia.mjpeg.decoder
05-04 15:13:31.680: D/VLC(1339):   - role: video_decoder.mjpeg
05-04 15:13:31.680: D/VLC(1339): component OMX.Nvidia.mkv.read
05-04 15:13:31.680: D/VLC(1339):   - role: container_demuxer.mkv
05-04 15:13:31.680: D/VLC(1339): component OMX.Nvidia.mp2.decoder
05-04 15:13:31.680: D/VLC(1339):   - role: audio_decoder.mp2
05-04 15:13:31.680: D/VLC(1339): component OMX.Nvidia.mp3.decoder
05-04 15:13:31.680: D/VLC(1339):   - role: audio_decoder.mp3
05-04 15:13:31.680: D/VLC(1339): component OMX.Nvidia.mp3.read
05-04 15:13:31.680: D/VLC(1339):   - role: container_demuxer.mp3
05-04 15:13:31.680: D/VLC(1339): component OMX.Nvidia.mp4.decode
05-04 15:13:31.680: D/VLC(1339):   - role: video_decoder.mpeg4
05-04 15:13:31.680: D/VLC(1339): component OMX.Nvidia.mp4.encoder
05-04 15:13:31.690: D/VLC(1339):   - role: video_encoder.mpeg4
05-04 15:13:31.690: D/VLC(1339): component OMX.Nvidia.mp4.read
05-04 15:13:31.690: D/VLC(1339):   - role: container_demuxer.3gp
05-04 15:13:31.690: D/VLC(1339): component OMX.Nvidia.mp4.write
05-04 15:13:31.690: D/VLC(1339):   - role: container_muxer.3gp
05-04 15:13:31.690: D/VLC(1339): component OMX.Nvidia.mp4ext.decode
05-04 15:13:31.690: D/VLC(1339):   - role: video_decoder.mpeg4
05-04 15:13:31.690: D/VLC(1339): component OMX.Nvidia.mpeg2v.decode
05-04 15:13:31.690: D/VLC(1339):   - role: video_decoder.mpeg2
05-04 15:13:31.690: D/VLC(1339): component OMX.Nvidia.mps.read
05-04 15:13:31.690: D/VLC(1339):   - role: container_demuxer.mps
05-04 15:13:31.690: D/VLC(1339): component OMX.Nvidia.odm.comp
05-04 15:13:31.690: D/VLC(1339):   - role: comp.odm
05-04 15:13:31.690: D/VLC(1339): component OMX.Nvidia.ogg.read
05-04 15:13:31.690: D/VLC(1339):   - role: container_demuxer.ogg
05-04 15:13:31.690: D/VLC(1339): component OMX.Nvidia.raw.read
05-04 15:13:31.690: D/VLC(1339):   - role: raw_reader.binary
05-04 15:13:31.690: D/VLC(1339): component OMX.Nvidia.raw.write
05-04 15:13:31.690: D/VLC(1339):   - role: raw_writer.binary
05-04 15:13:31.690: D/VLC(1339): component OMX.Nvidia.reader
05-04 15:13:31.690: D/VLC(1339):   - role: container_demuxer.all
05-04 15:13:31.690: D/VLC(1339): component OMX.Nvidia.render.crt.overlay.argb8888
05-04 15:13:31.690: D/VLC(1339): component OMX.Nvidia.render.crt.overlay.yuv420
05-04 15:13:31.690: D/VLC(1339):   - role: iv_renderer.crt.yuv420
05-04 15:13:31.690: D/VLC(1339): component OMX.Nvidia.render.hdmi.overlay.argb8888
05-04 15:13:31.690: D/VLC(1339): component OMX.Nvidia.render.hdmi.overlay.yuv420
05-04 15:13:31.700: D/VLC(1339):   - role: iv_renderer.hdmi.yuv420
05-04 15:13:31.700: D/VLC(1339): component OMX.Nvidia.render.loopback
05-04 15:13:31.700: D/VLC(1339):   - role: iv_renderer.loopback
05-04 15:13:31.700: D/VLC(1339): component OMX.Nvidia.render.lvds.overlay.argb8888
05-04 15:13:31.700: D/VLC(1339): component OMX.Nvidia.render.lvds.overlay.yuv420
05-04 15:13:31.700: D/VLC(1339):   - role: iv_renderer.lvds.yuv420
05-04 15:13:31.700: D/VLC(1339): component OMX.Nvidia.render.overlay.argb8888
05-04 15:13:31.700: D/VLC(1339):   - role: iv_renderer.argb8888.overlay
05-04 15:13:31.700: D/VLC(1339): component OMX.Nvidia.render.secondary.overlay.yuv420
05-04 15:13:31.700: D/VLC(1339):   - role: iv_renderer.secondary.yuv420
05-04 15:13:31.700: D/VLC(1339): component OMX.Nvidia.render.tvout.overlay.yuv420
05-04 15:13:31.700: D/VLC(1339):   - role: iv_renderer.tvout.yuv420
05-04 15:13:31.700: D/VLC(1339): component OMX.Nvidia.sorenson.decode
05-04 15:13:31.700: D/VLC(1339):   - role: video_decoder.sorenson
05-04 15:13:31.700: D/VLC(1339): component OMX.Nvidia.std.iv_renderer.overlay.rgb565
05-04 15:13:31.700: D/VLC(1339):   - role: iv_renderer.rgb.overlay
05-04 15:13:31.700: D/VLC(1339): component OMX.Nvidia.std.iv_renderer.overlay.yuv420
05-04 15:13:31.700: D/VLC(1339):   - role: iv_renderer.yuv.overlay
05-04 15:13:31.700: D/VLC(1339): component OMX.Nvidia.theora.decoder
05-04 15:13:31.700: D/VLC(1339):   - role: video_decoder.theora
05-04 15:13:31.700: D/VLC(1339): component OMX.Nvidia.ts.read
05-04 15:13:31.700: D/VLC(1339):   - role: parser
05-04 15:13:31.700: D/VLC(1339): component OMX.Nvidia.vc1.decode
05-04 15:13:31.700: D/VLC(1339):   - role: video_decoder.vc1
05-04 15:13:31.700: D/VLC(1339):   - role: video_decoder.wmv
05-04 15:13:31.700: D/VLC(1339): component OMX.Nvidia.video.extractor
05-04 15:13:31.700: D/VLC(1339): component OMX.Nvidia.video.read
05-04 15:13:31.700: D/VLC(1339):   - role: video_reader.binary
05-04 15:13:31.700: D/VLC(1339): component OMX.Nvidia.video.read.large
05-04 15:13:31.700: D/VLC(1339):   - role: video_reader.binary
05-04 15:13:31.700: D/VLC(1339): component OMX.Nvidia.video.scheduler
05-04 15:13:31.700: D/VLC(1339):   - role: video_scheduler.binary
05-04 15:13:31.700: D/VLC(1339): component OMX.Nvidia.video.write
05-04 15:13:31.700: D/VLC(1339):   - role: video_writer.binary
05-04 15:13:31.700: D/VLC(1339): component OMX.Nvidia.vidhdr.read
05-04 15:13:31.700: D/VLC(1339):   - role: video_reader.binary
05-04 15:13:31.700: D/VLC(1339): component OMX.Nvidia.vidhdr.write
05-04 15:13:31.700: D/VLC(1339):   - role: video_writer.binary
05-04 15:13:31.700: D/VLC(1339): component OMX.Nvidia.vorbis.decoder
05-04 15:13:31.700: D/VLC(1339):   - role: audio_decoder.vorbis
05-04 15:13:31.700: D/VLC(1339): component OMX.Nvidia.vp6.decode
05-04 15:13:31.700: D/VLC(1339):   - role: video_decoder.vp6
05-04 15:13:31.700: D/VLC(1339): component OMX.Nvidia.wav.decoder
05-04 15:13:31.700: D/VLC(1339):   - role: audio_decoder.wav
05-04 15:13:31.700: D/VLC(1339): component OMX.Nvidia.wav.encoder
05-04 15:13:31.700: D/VLC(1339):   - role: audio_encoder.wav
05-04 15:13:31.700: D/VLC(1339): component OMX.Nvidia.wav.read
05-04 15:13:31.710: D/VLC(1339):   - role: container_demuxer.wav
05-04 15:13:31.710: D/VLC(1339): component OMX.Nvidia.wav.write
05-04 15:13:31.710: D/VLC(1339):   - role: wav_writer.binary
05-04 15:13:31.710: D/VLC(1339): component OMX.Nvidia.wma.decoder
05-04 15:13:31.710: D/VLC(1339):   - role: audio_decoder.wma
05-04 15:13:31.710: D/VLC(1339): component OMX.Nvidia.wmalossless.decoder
05-04 15:13:31.710: D/VLC(1339):   - role: audio_decoder.wmalossless
05-04 15:13:31.710: D/VLC(1339): component OMX.Nvidia.wmapro.decoder
05-04 15:13:31.710: D/VLC(1339):   - role: audio_decoder.wmapro
05-04 15:13:31.710: D/VLC(1339): component OMX.google.aac.decoder
05-04 15:13:31.710: D/VLC(1339):   - role: audio_decoder.aac
05-04 15:13:31.710: D/VLC(1339): component OMX.google.amrnb.decoder
05-04 15:13:31.710: D/VLC(1339):   - role: audio_decoder.amrnb
05-04 15:13:31.710: D/VLC(1339): component OMX.google.amrwb.decoder
05-04 15:13:31.710: D/VLC(1339):   - role: audio_decoder.amrwb
05-04 15:13:31.710: D/VLC(1339): component OMX.google.g711.alaw.decoder
05-04 15:13:31.710: D/VLC(1339):   - role: audio_decoder.g711alaw
05-04 15:13:31.710: D/VLC(1339): component OMX.google.g711.mlaw.decoder
05-04 15:13:31.710: D/VLC(1339):   - role: audio_decoder.g711mlaw
05-04 15:13:31.710: D/VLC(1339): component OMX.google.h263.decoder
05-04 15:13:31.710: D/VLC(1339):   - role: video_decoder.h263
05-04 15:13:31.710: D/VLC(1339): component OMX.google.h264.decoder
05-04 15:13:31.710: D/VLC(1339):   - role: video_decoder.avc
05-04 15:13:31.710: D/VLC(1339): component OMX.google.mp3.decoder
05-04 15:13:31.710: D/VLC(1339):   - role: audio_decoder.mp3
05-04 15:13:31.710: D/VLC(1339): component OMX.google.mpeg4.decoder
05-04 15:13:31.710: D/VLC(1339):   - role: video_decoder.mpeg4
05-04 15:13:31.710: D/VLC(1339): component OMX.google.vorbis.decoder
05-04 15:13:31.710: D/VLC(1339):   - role: audio_decoder.vorbis
05-04 15:13:31.710: D/VLC(1339): component OMX.google.vpx.decoder
05-04 15:13:31.710: D/VLC(1339):   - role: video_decoder.vpx
05-04 15:13:31.710: D/VLC(1339): found 3 matching components for role audio_decoder.aac
05-04 15:13:31.710: D/VLC(1339): - OMX.Nvidia.aac.decoder
05-04 15:13:31.710: D/VLC(1339): - OMX.Nvidia.eaacp.decoder
05-04 15:13:31.710: D/VLC(1339): - OMX.google.aac.decoder
05-04 15:13:31.720: D/VLC(1339): loaded component OMX.Nvidia.aac.decoder of role audio_decoder.eaacplus
05-04 15:13:31.720: D/VLC(1339): found 2 audio ports
05-04 15:13:31.720: D/VLC(1339): -> input 0 (0 streams) (5:5:24000 buffers) (0,0) enabled
05-04 15:13:31.720: D/VLC(1339):   -> audio MPEG AAC Audio (21) 2,44100,288000,0,0
05-04 15:13:31.720: D/VLC(1339): -> output 1 (0 streams) (15:15:18432 buffers) (0,0) enabled
05-04 15:13:31.720: D/VLC(1339):   -> audio PCM S16 LE (2) 2,48000,0,16,0
05-04 15:13:31.720: D/VLC(1339): found 0 image ports
05-04 15:13:31.720: D/VLC(1339): found 0 video ports
05-04 15:13:31.720: D/VLC(1339): component standard role set to audio_decoder.aac
05-04 15:13:31.730: D/VLC(1339): SetAudioParameters failed (80001001 : OMX_ErrorUndefined)
05-04 15:13:31.730: D/VLC(1339): loaded component OMX.Nvidia.eaacp.decoder of role audio_decoder.eaacplus
05-04 15:13:31.730: D/VLC(1339): found 2 audio ports
05-04 15:13:31.730: D/VLC(1339): -> input 0 (0 streams) (5:5:24000 buffers) (0,0) enabled
05-04 15:13:31.730: D/VLC(1339):   -> audio MPEG AAC Audio (21) 2,44100,288000,0,0
05-04 15:13:31.730: D/VLC(1339): -> output 1 (0 streams) (15:15:18432 buffers) (0,0) enabled
05-04 15:13:31.730: D/VLC(1339):   -> audio PCM S16 LE (2) 2,48000,0,16,0
05-04 15:13:31.730: D/VLC(1339): found 0 image ports
05-04 15:13:31.730: D/VLC(1339): found 0 video ports
05-04 15:13:31.730: D/VLC(1339): component standard role set to audio_decoder.aac
05-04 15:13:31.730: D/VLC(1339): SetAudioParameters failed (80001001 : OMX_ErrorUndefined)
05-04 15:13:31.730: D/VLC(1339): no component could be initialised
05-04 15:13:31.750: D/VLC(1339): ffmpeg codec (MPEG AAC Audio) started
05-04 15:13:31.750: D/VLC(1339): Using 192000 bytes output buffer
05-04 15:13:31.750: D/VLC(1339): using decoder module "avcodec"
05-04 15:13:31.750: D/VLC(1339): looking for meta reader module: 1 candidate
05-04 15:13:31.750: D/VLC(1339): no meta reader module matching "any" could be loaded
05-04 15:13:31.750: D/VLC(1339): `file:///sdcard/Movies/TestFiles/h720p.mov' successfully opened
05-04 15:13:31.750: D/VLC/JNI/main(1339): vlc_event_callback: failed to get JNI environment, assuming native thread
05-04 15:13:31.750: D/VLC(1339): elst (0) gives 0ms (movie)-> 0ms (track)
05-04 15:13:31.750: D/VLC(1339): track[Id 0x1] using Sync Sample Box (stss)
05-04 15:13:31.750: D/VLC(1339): stts gives 0 --> 0 (sample number)
05-04 15:13:31.750: D/VLC(1339): elst (0) gives 0ms (movie)-> 0ms (track)
05-04 15:13:31.750: D/VLC(1339): track[Id 0x2] does not provide Sync Sample Box (stss)
05-04 15:13:31.750: D/VLC(1339): Buffering 0%
05-04 15:13:31.750: I/VLC/VideoPlayerActivity(1339): MediaPlayerPlaying
05-04 15:13:31.760: D/VLC(1339): FillThisBuffer 0x58b060, 0x60a80000
05-04 15:13:31.760: D/VLC(1339): FillThisBuffer 0x6f56a8, 0x60c42000
05-04 15:13:31.770: D/VLC(1339): FillThisBuffer 0x6ed640, 0x60e5a000
05-04 15:13:31.770: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x61081000
05-04 15:13:31.770: D/VLC(1339): EmptyThisBuffer 0x6ee120, 0x5f851000, 65768
05-04 15:13:31.770: D/VLC(1339): Buffering 0%
05-04 15:13:31.770: D/VLC(1339): Buffering 6%
05-04 15:13:31.770: D/VLC(1339): Buffering 13%
05-04 15:13:31.770: D/VLC(1339): EmptyThisBuffer 0x6ee2b0, 0x5faac000, 384
05-04 15:13:31.770: D/VLC(1339): Buffering 19%
05-04 15:13:31.770: D/VLC(1339): EmptyThisBuffer 0x6ee440, 0x5fcc9000, 305
05-04 15:13:31.770: D/VLC(1339): Buffering 26%
05-04 15:13:31.770: D/VLC(1339): EmptyThisBuffer 0x4c8220, 0x5fe7a000, 372
05-04 15:13:31.770: D/VLC(1339): Buffering 33%
05-04 15:13:31.770: D/VLC(1339): EmptyThisBuffer 0x61bd48, 0x60041000, 302
05-04 15:13:31.770: D/VLC(1339): EmptyThisBuffer 0x5e06e8, 0x6025f000, 372
05-04 15:13:31.770: D/VLC(1339): EmptyThisBuffer 0x6ed830, 0x604d1000, 302
05-04 15:13:31.770: D/VLC(1339): EmptyThisBuffer 0x718570, 0x60696000, 372
05-04 15:13:31.770: D/VLC(1339): EmptyThisBuffer 0x581e10, 0x60845000, 302
05-04 15:13:31.770: D/VLC(1339): Buffering 39%
05-04 15:13:31.780: D/VLC(1339): Buffering 46%
05-04 15:13:31.780: D/VLC(1339): Buffering 53%
05-04 15:13:31.780: D/VLC(1339): creating audio output
05-04 15:13:31.780: D/VLC(1339): Buffering 59%
05-04 15:13:31.780: D/VLC(1339): Buffering 66%
05-04 15:13:31.780: D/VLC(1339): looking for audio output module: 2 candidates
05-04 15:13:31.780: D/VLC(1339): Buffering 73%
05-04 15:13:31.780: D/VLC(1339): Buffering 79%
05-04 15:13:31.780: D/VLC(1339): Buffering 86%
05-04 15:13:31.780: D/VLC(1339): Buffering 93%
05-04 15:13:31.780: D/VLC(1339): Buffering 99%
05-04 15:13:31.780: D/VLC(1339): Stream buffering done (1596 ms in 27 ms)
05-04 15:13:31.790: W/libOpenSLES(1339): class OutputMix interface 0 requested but unavailable MPH=43
05-04 15:13:31.800: D/VLC(1339): using audio output module "opensles_android"
05-04 15:13:31.800: D/VLC(1339): output 's16l' 44100 Hz Stereo frame=1 samples/4 bytes
05-04 15:13:31.800: D/VLC(1339): mixer 'f32l' 44100 Hz Stereo frame=1 samples/8 bytes
05-04 15:13:31.800: D/VLC(1339): filter(s) 'f32l'->'s16l' 44100 Hz->44100 Hz Stereo->Stereo
05-04 15:13:31.800: D/VLC(1339): looking for audio filter module: 10 candidates
05-04 15:13:31.800: D/VLC(1339): f32l->s16l, bits per sample: 32->16
05-04 15:13:31.800: D/VLC(1339): using audio filter module "audio_format"
05-04 15:13:31.800: D/VLC(1339): conversion pipeline completed
05-04 15:13:31.800: D/VLC(1339): looking for audio mixer module: 2 candidates
05-04 15:13:31.800: D/VLC(1339): using audio mixer module "float32_mixer"
05-04 15:13:31.800: D/VLC(1339): input 's16l' 44100 Hz Stereo frame=1 samples/4 bytes
05-04 15:13:31.800: D/VLC(1339): looking for audio filter module: 1 candidate
05-04 15:13:31.800: D/VLC(1339): format: 44100 rate, 2 nch, 4 bps, fl32
05-04 15:13:31.800: D/VLC(1339): params: 30 stride, 0.200 overlap, 14 search
05-04 15:13:31.800: D/VLC(1339): 1.000 scale, 1323.000 stride_in, 1323 stride_out, 1059 standing, 264 overlap, 617 search, 2204 queue, fl32 mode
05-04 15:13:31.800: D/VLC(1339): using audio filter module "scaletempo"
05-04 15:13:31.800: D/VLC(1339): filter(s) 's16l'->'f32l' 44100 Hz->44100 Hz Stereo->Stereo
05-04 15:13:31.800: D/VLC(1339): looking for audio filter module: 10 candidates
05-04 15:13:31.800: D/VLC(1339): s16l->f32l, bits per sample: 16->32
05-04 15:13:31.800: D/VLC(1339): using audio filter module "audio_format"
05-04 15:13:31.800: D/VLC(1339): conversion pipeline completed
05-04 15:13:31.800: D/VLC(1339): filter(s) 'f32l'->'f32l' 44100 Hz->44100 Hz Stereo->Stereo
05-04 15:13:31.810: D/VLC(1339): conversion pipeline completed
05-04 15:13:31.810: D/VLC(1339): filter(s) 'f32l'->'f32l' 48510 Hz->44100 Hz Stereo->Stereo
05-04 15:13:31.810: D/VLC(1339): looking for audio filter module: 10 candidates
05-04 15:13:31.810: D/VLC(1339): using audio filter module "ugly_resampler"
05-04 15:13:31.810: D/VLC(1339): conversion pipeline completed
05-04 15:13:31.810: D/VLC(1339): End of audio preroll
05-04 15:13:31.830: D/VLC(1339): OmxEmptyBufferDone 0x6edf90, 0x5f5a9000
05-04 15:13:31.830: D/VLC(1339): EmptyThisBuffer 0x6edf90, 0x5f5a9000, 372
05-04 15:13:31.830: D/NvOsDebugPrintf(112): BeginSequence 1280x688
05-04 15:13:31.850: D/NvOsDebugPrintf(112): pnvsi->nDecodeBuffers = 6 
05-04 15:13:31.870: D/NvOsDebugPrintf(112): Display Resolution : (1280x688) 
05-04 15:13:31.870: D/NvOsDebugPrintf(112): Display Aspect Ratio : (1280x688) 
05-04 15:13:31.870: D/NvOsDebugPrintf(112): pStreamInfo->NumOfSurfaces = 10, MaxDPB = 24, InteraceStream = 0, InterlaceEnabled = 0 
05-04 15:13:31.870: D/NvOsDebugPrintf(112): Allocating new output: 1280x688 (x 12)
05-04 15:13:32.090: D/VLC(1339): OmxEventHandler (OMX_EventPortSettingsChanged, 1, 33554433)
05-04 15:13:32.090: D/VLC(1339): OmxFillBufferDone 0x6f56a8, 0x60c42000, 0
05-04 15:13:32.090: D/VLC(1339): OmxFillBufferDone 0x6ed640, 0x60e5a000, 0
05-04 15:13:32.090: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x61081000, 0
05-04 15:13:32.090: D/VLC(1339): OmxFillBufferDone 0x58b060, 0x60a80000, 0
05-04 15:13:32.090: D/VLC(1339): OmxEventHandler (OMX_EventCmdComplete, OMX_CommandPortDisable, 1)
05-04 15:13:32.100: D/VLC(1339): OmxEventHandler (OMX_EventCmdComplete, OMX_CommandPortEnable, 1)
05-04 15:13:32.100: D/VLC(1339): -> input 0 (0 streams) (10:10:1761280 buffers) (0,0) enabled
05-04 15:13:32.100: D/VLC(1339):   -> video H264 - MPEG-4 AVC (part 10) 1280x688 at 23.98 (7,0) (0,0) (0,0,1280,688)
05-04 15:13:32.100: D/VLC(1339): -> output 1 (0 streams) (4:4:1351680 buffers) (0,0) enabled
05-04 15:13:32.100: D/VLC(1339):   -> video Planar 4:2:0 YUV 1280x704 at 23.98 (0,19) (1280,0) (0,0,1280,704)
05-04 15:13:32.100: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:32.100: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:32.100: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:32.100: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:32.100: D/VLC(1339): OmxEmptyBufferDone 0x6ee120, 0x5f851000
05-04 15:13:32.100: D/VLC(1339): EmptyThisBuffer 0x6ee120, 0x5f851000, 372
05-04 15:13:32.100: D/VLC(1339): OmxEmptyBufferDone 0x6ee2b0, 0x5faac000
05-04 15:13:32.100: D/VLC(1339): EmptyThisBuffer 0x6ee2b0, 0x5faac000, 302
05-04 15:13:32.100: D/VLC(1339): OmxEmptyBufferDone 0x6ee440, 0x5fcc9000
05-04 15:13:32.100: D/VLC(1339): EmptyThisBuffer 0x6ee440, 0x5fcc9000, 372
05-04 15:13:32.110: D/VLC(1339): OmxEmptyBufferDone 0x4c8220, 0x5fe7a000
05-04 15:13:32.110: D/VLC(1339): EmptyThisBuffer 0x4c8220, 0x5fe7a000, 302
05-04 15:13:32.110: D/VLC(1339): OmxEmptyBufferDone 0x61bd48, 0x60041000
05-04 15:13:32.110: D/VLC(1339): EmptyThisBuffer 0x61bd48, 0x60041000, 372
05-04 15:13:32.120: D/VLC(1339): OmxEventHandler (OMX_EventPortSettingsChanged, 1, 117440527)
05-04 15:13:32.160: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:32.160: D/VLC(1339): OmxEmptyBufferDone 0x5e06e8, 0x6025f000
05-04 15:13:32.160: D/VLC(1339): EmptyThisBuffer 0x5e06e8, 0x6025f000, 302
05-04 15:13:32.160: D/VLC(1339): GetPortDefinition requested!
05-04 15:13:32.160: D/VLC(1339): looking for text renderer module: 1 candidate
05-04 15:13:32.160: D/VLC(1339): using text renderer module "tdummy"
05-04 15:13:32.160: D/VLC(1339): looking for video filter2 module: 14 candidates
05-04 15:13:32.170: D/VLC(1339): 32x32 chroma: YUVA -> 16x16 chroma: RGBA with scaling using Bicubic (good quality)
05-04 15:13:32.170: D/VLC(1339): using video filter2 module "swscale"
05-04 15:13:32.170: D/VLC(1339): looking for video filter2 module: 14 candidates
05-04 15:13:32.170: D/VLC(1339): YUVP to YUVA converter
05-04 15:13:32.170: D/VLC(1339): using video filter2 module "yuvp"
05-04 15:13:32.170: D/VLC(1339): Deinterlacing available
05-04 15:13:32.170: D/VLC(1339): deinterlace 0, mode blend, is_needed 0
05-04 15:13:32.170: D/VLC(1339): OmxEmptyBufferDone 0x6ed830, 0x604d1000
05-04 15:13:32.170: D/VLC(1339): OmxEmptyBufferDone 0x718570, 0x60696000
05-04 15:13:32.170: D/VLC(1339): OmxEmptyBufferDone 0x581e10, 0x60845000
05-04 15:13:32.170: D/VLC(1339): Opening vout display wrapper
05-04 15:13:32.170: D/VLC(1339): looking for vout display module: 2 candidates
05-04 15:13:32.170: D/VLC(1339): VoutDisplayEvent 'fullscreen' 0
05-04 15:13:32.170: D/VLC(1339): using vout display module "android_surface"
05-04 15:13:32.170: D/VLC(1339): A filter to adapt decoder to display is needed
05-04 15:13:32.170: D/VLC(1339): looking for video filter2 module: 14 candidates
05-04 15:13:32.170: D/VLC(1339): I420(1280x704) to RV32(1280x704)
05-04 15:13:32.170: D/VLC(1339): using video filter2 module "yuv_rgb_neon"
05-04 15:13:32.170: D/VLC(1339): Filter 'yuv_rgb_neon' (0x5a6c10) appended to chain
05-04 15:13:32.170: D/VLC(1339): original format sz 1280x704, of (0,0), vsz 1280x704, 4cc I420, sar 1:1, msk r0x0 g0x0 b0x0
05-04 15:13:32.180: D/VLC(1339): removing module "tdummy"
05-04 15:13:32.180: D/VLC(1339): looking for text renderer module: 1 candidate
05-04 15:13:32.180: D/VLC(1339): using text renderer module "tdummy"
05-04 15:13:32.180: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:32.180: I/Sensors(191): **** No Motion ****
05-04 15:13:32.190: D/VLC(1339): EmptyThisBuffer 0x6ed830, 0x604d1000, 372
05-04 15:13:32.190: D/VLC(1339): End of video preroll
05-04 15:13:32.190: D/VLC(1339): Received first picture
05-04 15:13:32.190: D/VLC(1339): EmptyThisBuffer 0x718570, 0x60696000, 302
05-04 15:13:32.190: D/VLC(1339): EmptyThisBuffer 0x581e10, 0x60845000, 372
05-04 15:13:32.210: W/VLC(1339): can't get output picture
05-04 15:13:32.210: D/VLC(1339): Detected interlaced video
05-04 15:13:32.210: D/VLC(1339): deinterlace 0, mode blend, is_needed 1
05-04 15:13:32.210: E/VLC(1339): Failed to set on top
05-04 15:13:32.250: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:32.250: D/VLC(1339): OmxEmptyBufferDone 0x6edf90, 0x5f5a9000
05-04 15:13:32.250: D/VLC(1339): EmptyThisBuffer 0x6edf90, 0x5f5a9000, 302
05-04 15:13:32.260: D/VLC(1339): OmxEmptyBufferDone 0x6ee120, 0x5f851000
05-04 15:13:32.260: D/VLC(1339): OmxEmptyBufferDone 0x6ee2b0, 0x5faac000
05-04 15:13:32.260: D/VLC(1339): OmxEmptyBufferDone 0x6ee440, 0x5fcc9000
05-04 15:13:32.260: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:32.270: D/VLC(1339): EmptyThisBuffer 0x6ee120, 0x5f851000, 372
05-04 15:13:32.270: D/VLC(1339): EmptyThisBuffer 0x6ee2b0, 0x5faac000, 302
05-04 15:13:32.270: D/VLC(1339): EmptyThisBuffer 0x6ee440, 0x5fcc9000, 372
05-04 15:13:32.310: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:32.310: D/VLC(1339): OmxEmptyBufferDone 0x4c8220, 0x5fe7a000
05-04 15:13:32.310: D/VLC(1339): EmptyThisBuffer 0x4c8220, 0x5fe7a000, 302
05-04 15:13:32.320: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:32.350: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:32.350: D/VLC(1339): OmxEmptyBufferDone 0x61bd48, 0x60041000
05-04 15:13:32.350: D/VLC(1339): EmptyThisBuffer 0x61bd48, 0x60041000, 372
05-04 15:13:32.360: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:32.370: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:32.370: D/VLC(1339): OmxEmptyBufferDone 0x5e06e8, 0x6025f000
05-04 15:13:32.370: D/VLC(1339): EmptyThisBuffer 0x5e06e8, 0x6025f000, 302
05-04 15:13:32.380: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:32.410: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:32.410: D/VLC(1339): OmxEmptyBufferDone 0x6ed830, 0x604d1000
05-04 15:13:32.410: D/VLC(1339): EmptyThisBuffer 0x6ed830, 0x604d1000, 372
05-04 15:13:32.420: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:32.440: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:32.440: D/VLC(1339): OmxEmptyBufferDone 0x718570, 0x60696000
05-04 15:13:32.440: D/VLC(1339): EmptyThisBuffer 0x718570, 0x60696000, 302
05-04 15:13:32.450: D/VLC(1339): Decoder buffering done in 664 ms
05-04 15:13:32.450: W/VLC(1339): PTS is out of range (-9637), dropping buffer
05-04 15:13:32.450: W/VLC(1339): PTS is out of range (-32789), dropping buffer
05-04 15:13:32.480: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:32.490: D/VLC(1339): OmxEmptyBufferDone 0x581e10, 0x60845000
05-04 15:13:32.500: W/libOpenSLES(1339): Leaving BufferQueue::Enqueue (SL_RESULT_BUFFER_INSUFFICIENT)
05-04 15:13:32.500: E/VLC(1339): buffer insufficient
05-04 15:13:32.520: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:32.520: D/VLC(1339): OmxEmptyBufferDone 0x6edf90, 0x5f5a9000
05-04 15:13:32.550: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:32.560: D/VLC(1339): OmxEmptyBufferDone 0x6ee120, 0x5f851000
05-04 15:13:32.560: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:32.560: D/VLC(1339): EmptyThisBuffer 0x581e10, 0x60845000, 372
05-04 15:13:32.570: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:32.570: D/VLC(1339): EmptyThisBuffer 0x6edf90, 0x5f5a9000, 302
05-04 15:13:32.580: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:32.580: D/VLC(1339): EmptyThisBuffer 0x6ee120, 0x5f851000, 372
05-04 15:13:32.590: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:32.600: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:32.600: D/VLC(1339): OmxEmptyBufferDone 0x6ee2b0, 0x5faac000
05-04 15:13:32.600: D/VLC(1339): EmptyThisBuffer 0x6ee2b0, 0x5faac000, 302
05-04 15:13:32.640: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:32.650: D/VLC(1339): OmxEmptyBufferDone 0x6ee440, 0x5fcc9000
05-04 15:13:32.680: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:32.690: D/VLC(1339): EmptyThisBuffer 0x6ee440, 0x5fcc9000, 372
05-04 15:13:32.690: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:32.690: D/VLC(1339): OmxEmptyBufferDone 0x4c8220, 0x5fe7a000
05-04 15:13:32.730: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:32.730: D/VLC(1339): OmxEmptyBufferDone 0x61bd48, 0x60041000
05-04 15:13:32.760: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:32.760: D/VLC(1339): EmptyThisBuffer 0x4c8220, 0x5fe7a000, 302
05-04 15:13:32.760: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:32.760: D/VLC(1339): EmptyThisBuffer 0x61bd48, 0x60041000, 372
05-04 15:13:32.770: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:32.780: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:32.780: D/VLC(1339): OmxEmptyBufferDone 0x5e06e8, 0x6025f000
05-04 15:13:32.780: D/VLC(1339): EmptyThisBuffer 0x5e06e8, 0x6025f000, 302
05-04 15:13:32.830: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:32.830: D/VLC(1339): OmxEmptyBufferDone 0x6ed830, 0x604d1000
05-04 15:13:32.870: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:32.870: D/VLC(1339): EmptyThisBuffer 0x6ed830, 0x604d1000, 372
05-04 15:13:32.870: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:32.880: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:32.880: D/VLC(1339): OmxEmptyBufferDone 0x718570, 0x60696000
05-04 15:13:32.880: D/VLC(1339): EmptyThisBuffer 0x718570, 0x60696000, 302
05-04 15:13:32.880: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:32.920: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:32.920: D/VLC(1339): OmxEmptyBufferDone 0x581e10, 0x60845000
05-04 15:13:32.920: D/VLC(1339): EmptyThisBuffer 0x581e10, 0x60845000, 372
05-04 15:13:32.980: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:32.980: D/VLC(1339): OmxEmptyBufferDone 0x6edf90, 0x5f5a9000
05-04 15:13:33.000: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:33.000: D/VLC(1339): EmptyThisBuffer 0x6edf90, 0x5f5a9000, 302
05-04 15:13:33.010: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:33.020: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:33.070: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:33.070: D/VLC(1339): OmxEmptyBufferDone 0x6ee120, 0x5f851000
05-04 15:13:33.070: D/VLC(1339): EmptyThisBuffer 0x6ee120, 0x5f851000, 372
05-04 15:13:33.070: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:33.070: D/VLC(1339): OmxEmptyBufferDone 0x6ee2b0, 0x5faac000
05-04 15:13:33.070: D/VLC(1339): EmptyThisBuffer 0x6ee2b0, 0x5faac000, 302
05-04 15:13:33.080: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:33.120: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:33.170: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:33.170: D/VLC(1339): OmxEmptyBufferDone 0x6ee440, 0x5fcc9000
05-04 15:13:33.170: D/VLC(1339): EmptyThisBuffer 0x6ee440, 0x5fcc9000, 372
05-04 15:13:33.170: D/VLC(1339): OmxEmptyBufferDone 0x4c8220, 0x5fe7a000
05-04 15:13:33.170: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:33.170: D/VLC(1339): EmptyThisBuffer 0x4c8220, 0x5fe7a000, 302
05-04 15:13:33.180: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:33.220: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:33.220: D/VLC(1339): OmxEmptyBufferDone 0x61bd48, 0x60041000
05-04 15:13:33.220: D/VLC(1339): EmptyThisBuffer 0x61bd48, 0x60041000, 372
05-04 15:13:33.230: D/VLC(1339): auto hiding mouse cursor
05-04 15:13:33.240: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:33.260: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:33.260: D/VLC(1339): OmxEmptyBufferDone 0x5e06e8, 0x6025f000
05-04 15:13:33.260: D/VLC(1339): EmptyThisBuffer 0x5e06e8, 0x6025f000, 302
05-04 15:13:33.270: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:33.310: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:33.310: D/VLC(1339): OmxEmptyBufferDone 0x6ed830, 0x604d1000
05-04 15:13:33.310: D/VLC(1339): EmptyThisBuffer 0x6ed830, 0x604d1000, 372
05-04 15:13:33.330: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:33.350: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:33.350: D/VLC(1339): OmxEmptyBufferDone 0x718570, 0x60696000
05-04 15:13:33.350: D/VLC(1339): EmptyThisBuffer 0x718570, 0x60696000, 302
05-04 15:13:33.390: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:33.400: D/VLC(1339): OmxEmptyBufferDone 0x581e10, 0x60845000
05-04 15:13:33.420: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:33.420: D/VLC(1339): EmptyThisBuffer 0x581e10, 0x60845000, 372
05-04 15:13:33.420: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:33.440: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:33.440: D/VLC(1339): OmxEmptyBufferDone 0x6edf90, 0x5f5a9000
05-04 15:13:33.440: D/VLC(1339): EmptyThisBuffer 0x6edf90, 0x5f5a9000, 302
05-04 15:13:33.480: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:33.480: D/VLC(1339): OmxEmptyBufferDone 0x6ee120, 0x5f851000
05-04 15:13:33.500: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:33.500: D/VLC(1339): EmptyThisBuffer 0x6ee120, 0x5f851000, 372
05-04 15:13:33.510: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:33.530: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:33.530: D/VLC(1339): OmxEmptyBufferDone 0x6ee2b0, 0x5faac000
05-04 15:13:33.530: D/VLC(1339): EmptyThisBuffer 0x6ee2b0, 0x5faac000, 302
05-04 15:13:33.570: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:33.570: D/VLC(1339): OmxEmptyBufferDone 0x6ee440, 0x5fcc9000
05-04 15:13:33.580: W/AudioTrack(112): stepServer() could not lock cblk
05-04 15:13:33.580: W/AudioTrack(112): stepServer() could not lock cblk
05-04 15:13:33.590: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:33.590: D/VLC(1339): EmptyThisBuffer 0x6ee440, 0x5fcc9000, 372
05-04 15:13:33.590: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:33.600: W/libOpenSLES(1339): Leaving BufferQueue::Enqueue (SL_RESULT_BUFFER_INSUFFICIENT)
05-04 15:13:33.600: E/VLC(1339): buffer insufficient
05-04 15:13:33.620: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:33.660: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:33.670: D/VLC(1339): OmxEmptyBufferDone 0x4c8220, 0x5fe7a000
05-04 15:13:33.670: D/VLC(1339): EmptyThisBuffer 0x4c8220, 0x5fe7a000, 302
05-04 15:13:33.670: D/VLC(1339): OmxEmptyBufferDone 0x61bd48, 0x60041000
05-04 15:13:33.670: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:33.670: D/VLC(1339): EmptyThisBuffer 0x61bd48, 0x60041000, 372
05-04 15:13:33.670: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:33.710: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:33.710: D/VLC(1339): OmxEmptyBufferDone 0x5e06e8, 0x6025f000
05-04 15:13:33.710: D/VLC(1339): EmptyThisBuffer 0x5e06e8, 0x6025f000, 302
05-04 15:13:33.750: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:33.760: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:33.800: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:33.800: D/VLC(1339): OmxEmptyBufferDone 0x6ed830, 0x604d1000
05-04 15:13:33.800: D/VLC(1339): EmptyThisBuffer 0x6ed830, 0x604d1000, 372
05-04 15:13:33.800: D/VLC(1339): OmxEmptyBufferDone 0x718570, 0x60696000
05-04 15:13:33.830: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:33.830: D/VLC(1339): EmptyThisBuffer 0x718570, 0x60696000, 302
05-04 15:13:33.850: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:33.860: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:33.860: D/VLC(1339): OmxEmptyBufferDone 0x581e10, 0x60845000
05-04 15:13:33.860: D/VLC(1339): EmptyThisBuffer 0x581e10, 0x60845000, 372
05-04 15:13:33.910: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:33.910: D/VLC(1339): OmxEmptyBufferDone 0x6edf90, 0x5f5a9000
05-04 15:13:33.920: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:33.920: D/VLC(1339): EmptyThisBuffer 0x6edf90, 0x5f5a9000, 302
05-04 15:13:33.920: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:33.950: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:34.000: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:34.030: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:34.080: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:34.080: D/VLC(1339): OmxEmptyBufferDone 0x6ee120, 0x5f851000
05-04 15:13:34.080: D/VLC(1339): EmptyThisBuffer 0x6ee120, 0x5f851000, 372
05-04 15:13:34.080: D/VLC(1339): OmxEmptyBufferDone 0x6ee2b0, 0x5faac000
05-04 15:13:34.080: D/VLC(1339): OmxEmptyBufferDone 0x6ee440, 0x5fcc9000
05-04 15:13:34.080: D/VLC(1339): OmxEmptyBufferDone 0x4c8220, 0x5fe7a000
05-04 15:13:34.080: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:34.080: D/VLC(1339): EmptyThisBuffer 0x6ee2b0, 0x5faac000, 302
05-04 15:13:34.090: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:34.090: D/VLC(1339): EmptyThisBuffer 0x6ee440, 0x5fcc9000, 372
05-04 15:13:34.090: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:34.090: D/VLC(1339): EmptyThisBuffer 0x4c8220, 0x5fe7a000, 302
05-04 15:13:34.100: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:34.140: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:34.140: D/VLC(1339): OmxEmptyBufferDone 0x61bd48, 0x60041000
05-04 15:13:34.140: D/VLC(1339): EmptyThisBuffer 0x61bd48, 0x60041000, 372
05-04 15:13:34.180: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:34.180: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:34.180: D/VLC(1339): OmxEmptyBufferDone 0x5e06e8, 0x6025f000
05-04 15:13:34.190: D/VLC(1339): EmptyThisBuffer 0x5e06e8, 0x6025f000, 302
05-04 15:13:34.230: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:34.250: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:34.270: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:34.270: D/VLC(1339): OmxEmptyBufferDone 0x6ed830, 0x604d1000
05-04 15:13:34.270: D/VLC(1339): EmptyThisBuffer 0x6ed830, 0x604d1000, 372
05-04 15:13:34.320: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:34.320: D/VLC(1339): OmxEmptyBufferDone 0x718570, 0x60696000
05-04 15:13:34.320: D/VLC(1339): OmxEmptyBufferDone 0x581e10, 0x60845000
05-04 15:13:34.330: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:34.330: D/VLC(1339): EmptyThisBuffer 0x718570, 0x60696000, 302
05-04 15:13:34.340: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:34.340: D/VLC(1339): EmptyThisBuffer 0x581e10, 0x60845000, 372
05-04 15:13:34.340: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:34.370: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:34.370: D/VLC(1339): OmxEmptyBufferDone 0x6edf90, 0x5f5a9000
05-04 15:13:34.370: D/VLC(1339): EmptyThisBuffer 0x6edf90, 0x5f5a9000, 302
05-04 15:13:34.370: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:34.420: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:34.420: D/VLC(1339): OmxEmptyBufferDone 0x6ee120, 0x5f851000
05-04 15:13:34.420: D/VLC(1339): EmptyThisBuffer 0x6ee120, 0x5f851000, 372
05-04 15:13:34.430: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:34.470: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:34.470: D/VLC(1339): OmxEmptyBufferDone 0x6ee2b0, 0x5faac000
05-04 15:13:34.470: D/VLC(1339): EmptyThisBuffer 0x6ee2b0, 0x5faac000, 302
05-04 15:13:34.510: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:34.520: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:34.520: D/VLC(1339): OmxEmptyBufferDone 0x6ee440, 0x5fcc9000
05-04 15:13:34.520: D/VLC(1339): EmptyThisBuffer 0x6ee440, 0x5fcc9000, 372
05-04 15:13:34.520: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:34.560: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:34.560: D/VLC(1339): OmxEmptyBufferDone 0x4c8220, 0x5fe7a000
05-04 15:13:34.560: D/VLC(1339): EmptyThisBuffer 0x4c8220, 0x5fe7a000, 302
05-04 15:13:34.600: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:34.610: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:34.660: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:34.670: D/VLC(1339): OmxEmptyBufferDone 0x61bd48, 0x60041000
05-04 15:13:34.670: D/VLC(1339): EmptyThisBuffer 0x61bd48, 0x60041000, 372
05-04 15:13:34.670: D/VLC(1339): OmxEmptyBufferDone 0x5e06e8, 0x6025f000
05-04 15:13:34.670: W/libOpenSLES(1339): Leaving BufferQueue::Enqueue (SL_RESULT_BUFFER_INSUFFICIENT)
05-04 15:13:34.670: E/VLC(1339): buffer insufficient
05-04 15:13:34.670: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:34.680: D/VLC(1339): EmptyThisBuffer 0x5e06e8, 0x6025f000, 302
05-04 15:13:34.680: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:34.700: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:34.700: D/VLC(1339): OmxEmptyBufferDone 0x6ed830, 0x604d1000
05-04 15:13:34.700: D/VLC(1339): EmptyThisBuffer 0x6ed830, 0x604d1000, 372
05-04 15:13:34.760: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:34.760: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:34.790: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:34.790: D/VLC(1339): OmxEmptyBufferDone 0x718570, 0x60696000
05-04 15:13:34.790: D/VLC(1339): EmptyThisBuffer 0x718570, 0x60696000, 302
05-04 15:13:34.790: D/VLC(1339): OmxEmptyBufferDone 0x581e10, 0x60845000
05-04 15:13:34.800: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:34.800: D/VLC(1339): EmptyThisBuffer 0x581e10, 0x60845000, 372
05-04 15:13:34.800: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:34.840: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:34.890: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:34.920: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:34.960: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:34.960: D/VLC(1339): OmxEmptyBufferDone 0x6edf90, 0x5f5a9000
05-04 15:13:34.960: D/VLC(1339): EmptyThisBuffer 0x6edf90, 0x5f5a9000, 302
05-04 15:13:34.960: D/VLC(1339): OmxEmptyBufferDone 0x6ee120, 0x5f851000
05-04 15:13:34.970: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:34.970: D/VLC(1339): OmxEmptyBufferDone 0x6ee2b0, 0x5faac000
05-04 15:13:34.970: D/VLC(1339): OmxEmptyBufferDone 0x6ee440, 0x5fcc9000
05-04 15:13:34.970: D/VLC(1339): EmptyThisBuffer 0x6ee120, 0x5f851000, 372
05-04 15:13:34.970: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:34.970: D/VLC(1339): EmptyThisBuffer 0x6ee2b0, 0x5faac000, 302
05-04 15:13:34.980: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:34.980: D/VLC(1339): EmptyThisBuffer 0x6ee440, 0x5fcc9000, 372
05-04 15:13:34.980: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:35.020: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:35.060: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:35.060: D/VLC(1339): OmxEmptyBufferDone 0x4c8220, 0x5fe7a000
05-04 15:13:35.060: D/VLC(1339): EmptyThisBuffer 0x4c8220, 0x5fe7a000, 302
05-04 15:13:35.060: D/VLC(1339): OmxEmptyBufferDone 0x61bd48, 0x60041000
05-04 15:13:35.110: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:35.110: D/VLC(1339): OmxEmptyBufferDone 0x5e06e8, 0x6025f000
05-04 15:13:35.120: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:35.120: D/VLC(1339): EmptyThisBuffer 0x61bd48, 0x60041000, 372
05-04 15:13:35.120: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:35.120: D/VLC(1339): EmptyThisBuffer 0x5e06e8, 0x6025f000, 302
05-04 15:13:35.130: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:35.150: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:35.190: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:35.190: D/VLC(1339): OmxEmptyBufferDone 0x6ed830, 0x604d1000
05-04 15:13:35.190: D/VLC(1339): EmptyThisBuffer 0x6ed830, 0x604d1000, 372
05-04 15:13:35.190: D/VLC(1339): OmxEmptyBufferDone 0x718570, 0x60696000
05-04 15:13:35.240: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:35.240: D/VLC(1339): EmptyThisBuffer 0x718570, 0x60696000, 302
05-04 15:13:35.250: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:35.250: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:35.250: D/VLC(1339): OmxEmptyBufferDone 0x581e10, 0x60845000
05-04 15:13:35.250: D/VLC(1339): EmptyThisBuffer 0x581e10, 0x60845000, 371
05-04 15:13:35.250: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:35.280: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:35.330: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:35.330: D/VLC(1339): OmxEmptyBufferDone 0x6edf90, 0x5f5a9000
05-04 15:13:35.330: D/VLC(1339): EmptyThisBuffer 0x6edf90, 0x5f5a9000, 65752
05-04 15:13:35.330: D/VLC(1339): OmxEmptyBufferDone 0x6ee120, 0x5f851000
05-04 15:13:35.360: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:35.360: D/VLC(1339): EmptyThisBuffer 0x6ee120, 0x5f851000, 384
05-04 15:13:35.360: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:35.370: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:35.370: D/VLC(1339): OmxEmptyBufferDone 0x6ee2b0, 0x5faac000
05-04 15:13:35.370: D/VLC(1339): EmptyThisBuffer 0x6ee2b0, 0x5faac000, 305
05-04 15:13:35.380: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:35.420: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:35.420: D/VLC(1339): OmxEmptyBufferDone 0x6ee440, 0x5fcc9000
05-04 15:13:35.420: D/VLC(1339): EmptyThisBuffer 0x6ee440, 0x5fcc9000, 372
05-04 15:13:35.460: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:35.460: D/VLC(1339): OmxEmptyBufferDone 0x4c8220, 0x5fe7a000
05-04 15:13:35.490: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:35.490: D/VLC(1339): EmptyThisBuffer 0x4c8220, 0x5fe7a000, 302
05-04 15:13:35.490: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:35.500: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:35.500: D/VLC(1339): OmxEmptyBufferDone 0x61bd48, 0x60041000
05-04 15:13:35.500: D/VLC(1339): EmptyThisBuffer 0x61bd48, 0x60041000, 372
05-04 15:13:35.510: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:35.550: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:35.550: D/VLC(1339): OmxEmptyBufferDone 0x5e06e8, 0x6025f000
05-04 15:13:35.550: D/VLC(1339): EmptyThisBuffer 0x5e06e8, 0x6025f000, 302
05-04 15:13:35.590: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:35.590: D/VLC(1339): OmxEmptyBufferDone 0x6ed830, 0x604d1000
05-04 15:13:35.620: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:35.620: D/VLC(1339): EmptyThisBuffer 0x6ed830, 0x604d1000, 372
05-04 15:13:35.630: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:35.640: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:35.640: D/VLC(1339): OmxEmptyBufferDone 0x718570, 0x60696000
05-04 15:13:35.640: D/VLC(1339): EmptyThisBuffer 0x718570, 0x60696000, 302
05-04 15:13:35.640: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:35.680: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:35.680: D/VLC(1339): OmxEmptyBufferDone 0x581e10, 0x60845000
05-04 15:13:35.680: D/VLC(1339): EmptyThisBuffer 0x581e10, 0x60845000, 372
05-04 15:13:35.720: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:35.750: W/libOpenSLES(1339): Leaving BufferQueue::Enqueue (SL_RESULT_BUFFER_INSUFFICIENT)
05-04 15:13:35.750: E/VLC(1339): buffer insufficient
05-04 15:13:35.760: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:35.770: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:35.770: D/VLC(1339): OmxEmptyBufferDone 0x6edf90, 0x5f5a9000
05-04 15:13:35.770: D/VLC(1339): EmptyThisBuffer 0x6edf90, 0x5f5a9000, 302
05-04 15:13:35.780: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:35.820: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:35.820: D/VLC(1339): OmxEmptyBufferDone 0x6ee120, 0x5f851000
05-04 15:13:35.820: D/VLC(1339): EmptyThisBuffer 0x6ee120, 0x5f851000, 372
05-04 15:13:35.860: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:35.860: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:35.860: D/VLC(1339): OmxEmptyBufferDone 0x6ee2b0, 0x5faac000
05-04 15:13:35.860: D/VLC(1339): EmptyThisBuffer 0x6ee2b0, 0x5faac000, 302
05-04 15:13:35.860: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:35.890: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:35.890: D/VLC(1339): OmxEmptyBufferDone 0x6ee440, 0x5fcc9000
05-04 15:13:35.890: D/VLC(1339): EmptyThisBuffer 0x6ee440, 0x5fcc9000, 372
05-04 15:13:35.940: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:35.940: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:35.940: D/VLC(1339): OmxEmptyBufferDone 0x4c8220, 0x5fe7a000
05-04 15:13:35.940: D/VLC(1339): EmptyThisBuffer 0x4c8220, 0x5fe7a000, 302
05-04 15:13:35.950: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:35.980: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:35.980: D/VLC(1339): OmxEmptyBufferDone 0x61bd48, 0x60041000
05-04 15:13:35.980: D/VLC(1339): EmptyThisBuffer 0x61bd48, 0x60041000, 372
05-04 15:13:35.980: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:36.030: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:36.030: D/VLC(1339): OmxEmptyBufferDone 0x5e06e8, 0x6025f000
05-04 15:13:36.030: D/VLC(1339): EmptyThisBuffer 0x5e06e8, 0x6025f000, 302
05-04 15:13:36.070: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:36.070: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:36.070: D/VLC(1339): OmxEmptyBufferDone 0x6ed830, 0x604d1000
05-04 15:13:36.070: D/VLC(1339): EmptyThisBuffer 0x6ed830, 0x604d1000, 372
05-04 15:13:36.080: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:36.110: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:36.110: D/VLC(1339): OmxEmptyBufferDone 0x718570, 0x60696000
05-04 15:13:36.110: D/VLC(1339): EmptyThisBuffer 0x718570, 0x60696000, 302
05-04 15:13:36.160: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:36.160: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:36.190: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:36.230: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:36.230: D/VLC(1339): OmxEmptyBufferDone 0x581e10, 0x60845000
05-04 15:13:36.230: D/VLC(1339): OmxEmptyBufferDone 0x6edf90, 0x5f5a9000
05-04 15:13:36.230: D/VLC(1339): OmxEmptyBufferDone 0x6ee120, 0x5f851000
05-04 15:13:36.230: D/VLC(1339): OmxEmptyBufferDone 0x6ee2b0, 0x5faac000
05-04 15:13:36.230: D/VLC(1339): EmptyThisBuffer 0x581e10, 0x60845000, 372
05-04 15:13:36.230: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:36.230: D/VLC(1339): EmptyThisBuffer 0x6edf90, 0x5f5a9000, 302
05-04 15:13:36.240: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:36.240: D/VLC(1339): EmptyThisBuffer 0x6ee120, 0x5f851000, 372
05-04 15:13:36.240: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:36.240: D/VLC(1339): EmptyThisBuffer 0x6ee2b0, 0x5faac000, 302
05-04 15:13:36.250: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:36.290: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:36.290: D/VLC(1339): OmxEmptyBufferDone 0x6ee440, 0x5fcc9000
05-04 15:13:36.290: D/VLC(1339): EmptyThisBuffer 0x6ee440, 0x5fcc9000, 372
05-04 15:13:36.330: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:36.330: D/VLC(1339): OmxEmptyBufferDone 0x4c8220, 0x5fe7a000
05-04 15:13:36.370: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:36.370: D/VLC(1339): OmxEmptyBufferDone 0x61bd48, 0x60041000
05-04 15:13:36.390: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:36.390: D/VLC(1339): EmptyThisBuffer 0x4c8220, 0x5fe7a000, 302
05-04 15:13:36.390: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:36.390: D/VLC(1339): EmptyThisBuffer 0x61bd48, 0x60041000, 372
05-04 15:13:36.400: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:36.410: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:36.410: D/VLC(1339): OmxEmptyBufferDone 0x5e06e8, 0x6025f000
05-04 15:13:36.410: D/VLC(1339): EmptyThisBuffer 0x5e06e8, 0x6025f000, 302
05-04 15:13:36.420: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:36.460: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:36.460: D/VLC(1339): OmxEmptyBufferDone 0x6ed830, 0x604d1000
05-04 15:13:36.460: D/VLC(1339): EmptyThisBuffer 0x6ed830, 0x604d1000, 372
05-04 15:13:36.500: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:36.500: D/VLC(1339): OmxEmptyBufferDone 0x718570, 0x60696000
05-04 15:13:36.550: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:36.550: D/VLC(1339): OmxEmptyBufferDone 0x581e10, 0x60845000
05-04 15:13:36.560: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:36.560: D/VLC(1339): EmptyThisBuffer 0x718570, 0x60696000, 302
05-04 15:13:36.560: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:36.560: D/VLC(1339): EmptyThisBuffer 0x581e10, 0x60845000, 371
05-04 15:13:36.570: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:36.590: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:36.590: D/VLC(1339): OmxEmptyBufferDone 0x6edf90, 0x5f5a9000
05-04 15:13:36.590: D/VLC(1339): EmptyThisBuffer 0x6edf90, 0x5f5a9000, 3160
05-04 15:13:36.590: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:36.640: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:36.640: D/VLC(1339): OmxEmptyBufferDone 0x6ee120, 0x5f851000
05-04 15:13:36.640: D/VLC(1339): EmptyThisBuffer 0x6ee120, 0x5f851000, 140
05-04 15:13:36.680: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:36.680: D/VLC(1339): OmxEmptyBufferDone 0x6ee2b0, 0x5faac000
05-04 15:13:36.700: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:36.700: D/VLC(1339): EmptyThisBuffer 0x6ee2b0, 0x5faac000, 142
05-04 15:13:36.710: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:36.720: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:36.720: D/VLC(1339): OmxEmptyBufferDone 0x6ee440, 0x5fcc9000
05-04 15:13:36.730: D/VLC(1339): EmptyThisBuffer 0x6ee440, 0x5fcc9000, 140
05-04 15:13:36.730: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:36.770: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:36.770: D/VLC(1339): OmxEmptyBufferDone 0x4c8220, 0x5fe7a000
05-04 15:13:36.770: D/VLC(1339): EmptyThisBuffer 0x4c8220, 0x5fe7a000, 142
05-04 15:13:36.810: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:36.810: D/VLC(1339): OmxEmptyBufferDone 0x61bd48, 0x60041000
05-04 15:13:36.820: W/libOpenSLES(1339): Leaving BufferQueue::Enqueue (SL_RESULT_BUFFER_INSUFFICIENT)
05-04 15:13:36.820: E/VLC(1339): buffer insufficient
05-04 15:13:36.840: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:36.840: D/VLC(1339): EmptyThisBuffer 0x61bd48, 0x60041000, 140
05-04 15:13:36.840: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:36.860: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:36.860: D/VLC(1339): OmxEmptyBufferDone 0x5e06e8, 0x6025f000
05-04 15:13:36.860: D/VLC(1339): EmptyThisBuffer 0x5e06e8, 0x6025f000, 142
05-04 15:13:36.860: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:36.900: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:36.900: D/VLC(1339): OmxEmptyBufferDone 0x6ed830, 0x604d1000
05-04 15:13:36.900: D/VLC(1339): EmptyThisBuffer 0x6ed830, 0x604d1000, 140
05-04 15:13:36.950: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:36.950: D/VLC(1339): OmxEmptyBufferDone 0x718570, 0x60696000
05-04 15:13:36.950: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:36.950: D/VLC(1339): EmptyThisBuffer 0x718570, 0x60696000, 142
05-04 15:13:36.960: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:36.990: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:36.990: D/VLC(1339): OmxEmptyBufferDone 0x581e10, 0x60845000
05-04 15:13:36.990: D/VLC(1339): EmptyThisBuffer 0x581e10, 0x60845000, 140
05-04 15:13:37.040: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:37.040: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:37.070: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:37.070: D/VLC(1339): OmxEmptyBufferDone 0x6edf90, 0x5f5a9000
05-04 15:13:37.070: D/VLC(1339): OmxEmptyBufferDone 0x6ee120, 0x5f851000
05-04 15:13:37.070: D/VLC(1339): EmptyThisBuffer 0x6edf90, 0x5f5a9000, 142
05-04 15:13:37.080: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:37.080: D/VLC(1339): EmptyThisBuffer 0x6ee120, 0x5f851000, 140
05-04 15:13:37.130: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:37.130: D/VLC(1339): OmxEmptyBufferDone 0x6ee2b0, 0x5faac000
05-04 15:13:37.140: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:37.140: D/VLC(1339): EmptyThisBuffer 0x6ee2b0, 0x5faac000, 142
05-04 15:13:37.150: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:37.160: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:37.160: D/VLC(1339): OmxEmptyBufferDone 0x6ee440, 0x5fcc9000
05-04 15:13:37.170: D/VLC(1339): EmptyThisBuffer 0x6ee440, 0x5fcc9000, 140
05-04 15:13:37.170: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:37.210: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:37.210: D/VLC(1339): OmxEmptyBufferDone 0x4c8220, 0x5fe7a000
05-04 15:13:37.210: D/VLC(1339): EmptyThisBuffer 0x4c8220, 0x5fe7a000, 142
05-04 15:13:37.250: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:37.250: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:37.260: D/VLC(1339): OmxEmptyBufferDone 0x61bd48, 0x60041000
05-04 15:13:37.260: D/VLC(1339): EmptyThisBuffer 0x61bd48, 0x60041000, 140
05-04 15:13:37.260: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:37.290: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:37.290: D/VLC(1339): OmxEmptyBufferDone 0x5e06e8, 0x6025f000
05-04 15:13:37.290: D/VLC(1339): EmptyThisBuffer 0x5e06e8, 0x6025f000, 142
05-04 15:13:37.350: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:37.350: D/VLC(1339): OmxEmptyBufferDone 0x6ed830, 0x604d1000
05-04 15:13:37.360: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:37.360: D/VLC(1339): EmptyThisBuffer 0x6ed830, 0x604d1000, 140
05-04 15:13:37.360: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:37.380: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:37.380: D/VLC(1339): OmxEmptyBufferDone 0x718570, 0x60696000
05-04 15:13:37.380: D/VLC(1339): EmptyThisBuffer 0x718570, 0x60696000, 142
05-04 15:13:37.390: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:37.430: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:37.430: D/VLC(1339): OmxEmptyBufferDone 0x581e10, 0x60845000
05-04 15:13:37.430: D/VLC(1339): EmptyThisBuffer 0x581e10, 0x60845000, 140
05-04 15:13:37.460: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:37.470: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:37.470: D/VLC(1339): OmxEmptyBufferDone 0x6edf90, 0x5f5a9000
05-04 15:13:37.470: D/VLC(1339): EmptyThisBuffer 0x6edf90, 0x5f5a9000, 142
05-04 15:13:37.480: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:37.510: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:37.510: D/VLC(1339): OmxEmptyBufferDone 0x6ee120, 0x5f851000
05-04 15:13:37.510: D/VLC(1339): EmptyThisBuffer 0x6ee120, 0x5f851000, 140
05-04 15:13:37.560: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:37.560: D/VLC(1339): OmxEmptyBufferDone 0x6ee2b0, 0x5faac000
05-04 15:13:37.570: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:37.570: D/VLC(1339): EmptyThisBuffer 0x6ee2b0, 0x5faac000, 142
05-04 15:13:37.580: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:37.600: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:37.600: D/VLC(1339): OmxEmptyBufferDone 0x6ee440, 0x5fcc9000
05-04 15:13:37.600: D/VLC(1339): EmptyThisBuffer 0x6ee440, 0x5fcc9000, 140
05-04 15:13:37.600: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:37.640: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:37.640: D/VLC(1339): OmxEmptyBufferDone 0x4c8220, 0x5fe7a000
05-04 15:13:37.640: D/VLC(1339): EmptyThisBuffer 0x4c8220, 0x5fe7a000, 142
05-04 15:13:37.680: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:37.690: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:37.690: D/VLC(1339): OmxEmptyBufferDone 0x61bd48, 0x60041000
05-04 15:13:37.690: D/VLC(1339): EmptyThisBuffer 0x61bd48, 0x60041000, 140
05-04 15:13:37.690: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:37.730: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:37.730: D/VLC(1339): OmxEmptyBufferDone 0x5e06e8, 0x6025f000
05-04 15:13:37.730: D/VLC(1339): EmptyThisBuffer 0x5e06e8, 0x6025f000, 142
05-04 15:13:37.780: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:37.780: D/VLC(1339): OmxEmptyBufferDone 0x6ed830, 0x604d1000
05-04 15:13:37.780: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:37.790: D/VLC(1339): EmptyThisBuffer 0x6ed830, 0x604d1000, 140
05-04 15:13:37.790: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:37.810: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:37.810: D/VLC(1339): OmxEmptyBufferDone 0x718570, 0x60696000
05-04 15:13:37.820: D/VLC(1339): EmptyThisBuffer 0x718570, 0x60696000, 142
05-04 15:13:37.820: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:37.850: W/libOpenSLES(1339): Leaving BufferQueue::Enqueue (SL_RESULT_BUFFER_INSUFFICIENT)
05-04 15:13:37.850: E/VLC(1339): buffer insufficient
05-04 15:13:37.860: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:37.860: D/VLC(1339): OmxEmptyBufferDone 0x581e10, 0x60845000
05-04 15:13:37.860: D/VLC(1339): EmptyThisBuffer 0x581e10, 0x60845000, 140
05-04 15:13:37.910: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:37.920: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:37.950: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:37.950: D/VLC(1339): OmxEmptyBufferDone 0x6edf90, 0x5f5a9000
05-04 15:13:37.950: D/VLC(1339): EmptyThisBuffer 0x6edf90, 0x5f5a9000, 142
05-04 15:13:37.960: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:38.000: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:38.000: D/VLC(1339): OmxEmptyBufferDone 0x6ee120, 0x5f851000
05-04 15:13:38.000: D/VLC(1339): EmptyThisBuffer 0x6ee120, 0x5f851000, 140
05-04 15:13:38.020: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:38.040: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:38.040: D/VLC(1339): OmxEmptyBufferDone 0x6ee2b0, 0x5faac000
05-04 15:13:38.040: D/VLC(1339): EmptyThisBuffer 0x6ee2b0, 0x5faac000, 142
05-04 15:13:38.040: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:38.080: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:38.120: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:38.150: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:38.150: D/VLC(1339): OmxEmptyBufferDone 0x6ee440, 0x5fcc9000
05-04 15:13:38.150: D/VLC(1339): OmxEmptyBufferDone 0x4c8220, 0x5fe7a000
05-04 15:13:38.150: D/VLC(1339): OmxEmptyBufferDone 0x61bd48, 0x60041000
05-04 15:13:38.150: D/VLC(1339): OmxEmptyBufferDone 0x5e06e8, 0x6025f000
05-04 15:13:38.150: D/VLC(1339): EmptyThisBuffer 0x6ee440, 0x5fcc9000, 140
05-04 15:13:38.170: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:38.170: D/VLC(1339): EmptyThisBuffer 0x4c8220, 0x5fe7a000, 142
05-04 15:13:38.170: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:38.170: D/VLC(1339): EmptyThisBuffer 0x61bd48, 0x60041000, 138
05-04 15:13:38.180: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:38.180: D/VLC(1339): EmptyThisBuffer 0x5e06e8, 0x6025f000, 150257
05-04 15:13:38.180: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:38.210: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:38.260: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:38.260: D/VLC(1339): OmxEmptyBufferDone 0x6ed830, 0x604d1000
05-04 15:13:38.260: D/VLC(1339): OmxEmptyBufferDone 0x718570, 0x60696000
05-04 15:13:38.260: D/VLC(1339): EmptyThisBuffer 0x6ed830, 0x604d1000, 49107
05-04 15:13:38.310: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:38.330: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:38.330: D/VLC(1339): EmptyThisBuffer 0x718570, 0x60696000, 8667
05-04 15:13:38.340: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:38.350: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:38.350: D/VLC(1339): OmxEmptyBufferDone 0x581e10, 0x60845000
05-04 15:13:38.350: D/VLC(1339): EmptyThisBuffer 0x581e10, 0x60845000, 57314
05-04 15:13:38.360: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:38.400: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:38.400: D/VLC(1339): OmxEmptyBufferDone 0x6edf90, 0x5f5a9000
05-04 15:13:38.400: D/VLC(1339): EmptyThisBuffer 0x6edf90, 0x5f5a9000, 9262
05-04 15:13:38.440: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:38.440: D/VLC(1339): OmxEmptyBufferDone 0x6ee120, 0x5f851000
05-04 15:13:38.460: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:38.460: D/VLC(1339): EmptyThisBuffer 0x6ee120, 0x5f851000, 49083
05-04 15:13:38.470: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:38.480: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:38.480: D/VLC(1339): OmxEmptyBufferDone 0x6ee2b0, 0x5faac000
05-04 15:13:38.480: D/VLC(1339): EmptyThisBuffer 0x6ee2b0, 0x5faac000, 9886
05-04 15:13:38.490: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:38.530: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:38.530: D/VLC(1339): OmxEmptyBufferDone 0x6ee440, 0x5fcc9000
05-04 15:13:38.530: D/VLC(1339): EmptyThisBuffer 0x6ee440, 0x5fcc9000, 51042
05-04 15:13:38.580: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:38.580: D/VLC(1339): OmxEmptyBufferDone 0x4c8220, 0x5fe7a000
05-04 15:13:38.580: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:38.580: D/VLC(1339): EmptyThisBuffer 0x4c8220, 0x5fe7a000, 9521
05-04 15:13:38.590: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:38.610: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:38.610: D/VLC(1339): OmxEmptyBufferDone 0x61bd48, 0x60041000
05-04 15:13:38.610: D/VLC(1339): EmptyThisBuffer 0x61bd48, 0x60041000, 47437
05-04 15:13:38.670: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:38.670: D/VLC(1339): OmxEmptyBufferDone 0x5e06e8, 0x6025f000
05-04 15:13:38.670: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:38.670: D/VLC(1339): EmptyThisBuffer 0x5e06e8, 0x6025f000, 9655
05-04 15:13:38.670: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:38.700: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:38.700: D/VLC(1339): OmxEmptyBufferDone 0x6ed830, 0x604d1000
05-04 15:13:38.700: D/VLC(1339): EmptyThisBuffer 0x6ed830, 0x604d1000, 46454
05-04 15:13:38.750: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:38.750: D/VLC(1339): OmxEmptyBufferDone 0x718570, 0x60696000
05-04 15:13:38.770: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:38.770: D/VLC(1339): EmptyThisBuffer 0x718570, 0x60696000, 8740
05-04 15:13:38.770: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:38.790: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:38.790: D/VLC(1339): OmxEmptyBufferDone 0x581e10, 0x60845000
05-04 15:13:38.790: D/VLC(1339): EmptyThisBuffer 0x581e10, 0x60845000, 46202
05-04 15:13:38.790: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:38.830: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:38.830: D/VLC(1339): OmxEmptyBufferDone 0x6edf90, 0x5f5a9000
05-04 15:13:38.830: D/VLC(1339): EmptyThisBuffer 0x6edf90, 0x5f5a9000, 8962
05-04 15:13:38.880: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:38.880: D/VLC(1339): OmxEmptyBufferDone 0x6ee120, 0x5f851000
05-04 15:13:38.900: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:38.900: D/VLC(1339): EmptyThisBuffer 0x6ee120, 0x5f851000, 45285
05-04 15:13:38.910: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:38.910: W/libOpenSLES(1339): Leaving BufferQueue::Enqueue (SL_RESULT_BUFFER_INSUFFICIENT)
05-04 15:13:38.910: E/VLC(1339): buffer insufficient
05-04 15:13:38.920: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:38.920: D/VLC(1339): OmxEmptyBufferDone 0x6ee2b0, 0x5faac000
05-04 15:13:38.920: D/VLC(1339): EmptyThisBuffer 0x6ee2b0, 0x5faac000, 8922
05-04 15:13:38.930: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:38.970: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:38.970: D/VLC(1339): OmxEmptyBufferDone 0x6ee440, 0x5fcc9000
05-04 15:13:38.970: D/VLC(1339): EmptyThisBuffer 0x6ee440, 0x5fcc9000, 45965
05-04 15:13:39.020: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:39.020: D/VLC(1339): OmxEmptyBufferDone 0x4c8220, 0x5fe7a000
05-04 15:13:39.030: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:39.030: D/VLC(1339): EmptyThisBuffer 0x4c8220, 0x5fe7a000, 9063
05-04 15:13:39.030: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:39.050: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:39.050: D/VLC(1339): OmxEmptyBufferDone 0x61bd48, 0x60041000
05-04 15:13:39.050: D/VLC(1339): EmptyThisBuffer 0x61bd48, 0x60041000, 46216
05-04 15:13:39.060: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:39.110: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:39.150: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:39.150: D/VLC(1339): OmxEmptyBufferDone 0x5e06e8, 0x6025f000
05-04 15:13:39.150: D/VLC(1339): EmptyThisBuffer 0x5e06e8, 0x6025f000, 8958
05-04 15:13:39.150: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:39.180: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:39.180: D/VLC(1339): OmxEmptyBufferDone 0x6ed830, 0x604d1000
05-04 15:13:39.180: D/VLC(1339): EmptyThisBuffer 0x6ed830, 0x604d1000, 46128
05-04 15:13:39.210: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:39.230: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:39.230: D/VLC(1339): OmxEmptyBufferDone 0x718570, 0x60696000
05-04 15:13:39.230: D/VLC(1339): EmptyThisBuffer 0x718570, 0x60696000, 8817
05-04 15:13:39.230: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:39.270: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:39.270: D/VLC(1339): OmxEmptyBufferDone 0x581e10, 0x60845000
05-04 15:13:39.270: D/VLC(1339): EmptyThisBuffer 0x581e10, 0x60845000, 46294
05-04 15:13:39.300: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:39.310: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:39.310: D/VLC(1339): OmxEmptyBufferDone 0x6edf90, 0x5f5a9000
05-04 15:13:39.310: D/VLC(1339): EmptyThisBuffer 0x6edf90, 0x5f5a9000, 9229
05-04 15:13:39.320: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:39.360: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:39.400: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:39.400: D/VLC(1339): OmxEmptyBufferDone 0x6ee120, 0x5f851000
05-04 15:13:39.400: D/VLC(1339): OmxEmptyBufferDone 0x6ee2b0, 0x5faac000
05-04 15:13:39.400: D/VLC(1339): OmxEmptyBufferDone 0x6ee440, 0x5fcc9000
05-04 15:13:39.400: D/VLC(1339): EmptyThisBuffer 0x6ee120, 0x5f851000, 44986
05-04 15:13:39.400: D/VLC(1339): OmxEmptyBufferDone 0x4c8220, 0x5fe7a000
05-04 15:13:39.400: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:39.400: D/VLC(1339): EmptyThisBuffer 0x6ee2b0, 0x5faac000, 9049
05-04 15:13:39.410: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:39.410: D/VLC(1339): EmptyThisBuffer 0x6ee440, 0x5fcc9000, 45237
05-04 15:13:39.410: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:39.410: D/VLC(1339): EmptyThisBuffer 0x4c8220, 0x5fe7a000, 8963
05-04 15:13:39.420: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:39.460: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:39.500: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:39.500: D/VLC(1339): OmxEmptyBufferDone 0x61bd48, 0x60041000
05-04 15:13:39.500: D/VLC(1339): EmptyThisBuffer 0x61bd48, 0x60041000, 45404
05-04 15:13:39.550: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:39.550: D/VLC(1339): OmxEmptyBufferDone 0x5e06e8, 0x6025f000
05-04 15:13:39.560: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:39.560: D/VLC(1339): EmptyThisBuffer 0x5e06e8, 0x6025f000, 9022
05-04 15:13:39.570: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:39.590: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:39.590: D/VLC(1339): OmxEmptyBufferDone 0x6ed830, 0x604d1000
05-04 15:13:39.590: D/VLC(1339): OmxEmptyBufferDone 0x718570, 0x60696000
05-04 15:13:39.590: D/VLC(1339): EmptyThisBuffer 0x6ed830, 0x604d1000, 44377
05-04 15:13:39.600: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:39.600: D/VLC(1339): EmptyThisBuffer 0x718570, 0x60696000, 9483
05-04 15:13:39.650: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:39.690: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:39.690: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:39.690: D/VLC(1339): OmxEmptyBufferDone 0x581e10, 0x60845000
05-04 15:13:39.690: D/VLC(1339): OmxEmptyBufferDone 0x6edf90, 0x5f5a9000
05-04 15:13:39.690: D/VLC(1339): EmptyThisBuffer 0x581e10, 0x60845000, 43881
05-04 15:13:39.700: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:39.700: D/VLC(1339): EmptyThisBuffer 0x6edf90, 0x5f5a9000, 9049
05-04 15:13:39.700: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:39.730: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:39.790: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:39.830: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:39.830: D/VLC(1339): OmxEmptyBufferDone 0x6ee120, 0x5f851000
05-04 15:13:39.830: D/VLC(1339): EmptyThisBuffer 0x6ee120, 0x5f851000, 44480
05-04 15:13:39.840: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:39.870: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:39.870: D/VLC(1339): OmxEmptyBufferDone 0x6ee2b0, 0x5faac000
05-04 15:13:39.870: D/VLC(1339): EmptyThisBuffer 0x6ee2b0, 0x5faac000, 9299
05-04 15:13:39.890: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:39.910: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:39.910: D/VLC(1339): OmxEmptyBufferDone 0x6ee440, 0x5fcc9000
05-04 15:13:39.910: D/VLC(1339): EmptyThisBuffer 0x6ee440, 0x5fcc9000, 44164
05-04 15:13:39.910: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:39.950: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:39.970: W/libOpenSLES(1339): Leaving BufferQueue::Enqueue (SL_RESULT_BUFFER_INSUFFICIENT)
05-04 15:13:39.970: E/VLC(1339): buffer insufficient
05-04 15:13:40.000: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:40.000: D/VLC(1339): OmxEmptyBufferDone 0x4c8220, 0x5fe7a000
05-04 15:13:40.000: D/VLC(1339): OmxEmptyBufferDone 0x61bd48, 0x60041000
05-04 15:13:40.000: D/VLC(1339): OmxEmptyBufferDone 0x5e06e8, 0x6025f000
05-04 15:13:40.000: D/VLC(1339): OmxEmptyBufferDone 0x6ed830, 0x604d1000
05-04 15:13:40.000: D/VLC(1339): EmptyThisBuffer 0x4c8220, 0x5fe7a000, 9133
05-04 15:13:40.000: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:40.000: D/VLC(1339): EmptyThisBuffer 0x61bd48, 0x60041000, 44579
05-04 15:13:40.010: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:40.010: D/VLC(1339): EmptyThisBuffer 0x5e06e8, 0x6025f000, 9455
05-04 15:13:40.010: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:40.010: D/VLC(1339): EmptyThisBuffer 0x6ed830, 0x604d1000, 43791
05-04 15:13:40.010: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:40.070: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:40.070: D/VLC(1339): OmxEmptyBufferDone 0x718570, 0x60696000
05-04 15:13:40.070: D/VLC(1339): EmptyThisBuffer 0x718570, 0x60696000, 9073
05-04 15:13:40.110: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:40.110: D/VLC(1339): OmxEmptyBufferDone 0x581e10, 0x60845000
05-04 15:13:40.140: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:40.140: D/VLC(1339): EmptyThisBuffer 0x581e10, 0x60845000, 44288
05-04 15:13:40.140: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:40.160: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:40.160: D/VLC(1339): OmxEmptyBufferDone 0x6edf90, 0x5f5a9000
05-04 15:13:40.160: D/VLC(1339): EmptyThisBuffer 0x6edf90, 0x5f5a9000, 9483
05-04 15:13:40.160: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:40.200: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:40.200: D/VLC(1339): OmxEmptyBufferDone 0x6ee120, 0x5f851000
05-04 15:13:40.200: D/VLC(1339): EmptyThisBuffer 0x6ee120, 0x5f851000, 43444
05-04 15:13:40.240: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:40.240: D/VLC(1339): OmxEmptyBufferDone 0x6ee2b0, 0x5faac000
05-04 15:13:40.270: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:40.270: D/VLC(1339): EmptyThisBuffer 0x6ee2b0, 0x5faac000, 8969
05-04 15:13:40.270: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:40.290: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:40.290: D/VLC(1339): OmxEmptyBufferDone 0x6ee440, 0x5fcc9000
05-04 15:13:40.290: D/VLC(1339): EmptyThisBuffer 0x6ee440, 0x5fcc9000, 88791
05-04 15:13:40.290: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:40.330: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:40.370: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:40.370: D/VLC(1339): OmxEmptyBufferDone 0x4c8220, 0x5fe7a000
05-04 15:13:40.380: D/VLC(1339): OmxEmptyBufferDone 0x61bd48, 0x60041000
05-04 15:13:40.380: D/VLC(1339): EmptyThisBuffer 0x4c8220, 0x5fe7a000, 9221
05-04 15:13:40.400: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:40.400: D/VLC(1339): EmptyThisBuffer 0x61bd48, 0x60041000, 91458
05-04 15:13:40.410: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:40.420: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:40.460: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:40.460: D/VLC(1339): OmxEmptyBufferDone 0x5e06e8, 0x6025f000
05-04 15:13:40.460: D/VLC(1339): EmptyThisBuffer 0x5e06e8, 0x6025f000, 7993
05-04 15:13:40.460: D/VLC(1339): OmxEmptyBufferDone 0x6ed830, 0x604d1000
05-04 15:13:40.500: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:40.500: D/VLC(1339): EmptyThisBuffer 0x6ed830, 0x604d1000, 88671
05-04 15:13:40.510: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:40.510: D/VLC(1339): OmxEmptyBufferDone 0x718570, 0x60696000
05-04 15:13:40.510: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:40.510: D/VLC(1339): EmptyThisBuffer 0x718570, 0x60696000, 12229
05-04 15:13:40.510: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:40.550: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:40.550: D/VLC(1339): OmxEmptyBufferDone 0x581e10, 0x60845000
05-04 15:13:40.550: D/VLC(1339): EmptyThisBuffer 0x581e10, 0x60845000, 60694
05-04 15:13:40.590: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:40.590: D/VLC(1339): OmxEmptyBufferDone 0x6edf90, 0x5f5a9000
05-04 15:13:40.650: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:40.650: D/VLC(1339): OmxEmptyBufferDone 0x6ee120, 0x5f851000
05-04 15:13:40.650: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:40.650: D/VLC(1339): EmptyThisBuffer 0x6edf90, 0x5f5a9000, 14528
05-04 15:13:40.660: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:40.660: D/VLC(1339): EmptyThisBuffer 0x6ee120, 0x5f851000, 53800
05-04 15:13:40.660: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:40.690: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:40.690: D/VLC(1339): OmxEmptyBufferDone 0x6ee2b0, 0x5faac000
05-04 15:13:40.690: D/VLC(1339): EmptyThisBuffer 0x6ee2b0, 0x5faac000, 22304
05-04 15:13:40.740: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:40.770: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:40.780: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:40.780: D/VLC(1339): OmxEmptyBufferDone 0x6ee440, 0x5fcc9000
05-04 15:13:40.780: D/VLC(1339): EmptyThisBuffer 0x6ee440, 0x5fcc9000, 45485
05-04 15:13:40.790: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:40.830: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:40.880: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:40.880: D/VLC(1339): OmxEmptyBufferDone 0x4c8220, 0x5fe7a000
05-04 15:13:40.880: D/VLC(1339): OmxEmptyBufferDone 0x61bd48, 0x60041000
05-04 15:13:40.880: D/VLC(1339): OmxEmptyBufferDone 0x5e06e8, 0x6025f000
05-04 15:13:40.880: D/VLC(1339): EmptyThisBuffer 0x4c8220, 0x5fe7a000, 36917
05-04 15:13:40.890: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:40.890: D/VLC(1339): EmptyThisBuffer 0x61bd48, 0x60041000, 23823
05-04 15:13:40.900: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:40.900: D/VLC(1339): EmptyThisBuffer 0x5e06e8, 0x6025f000, 21163
05-04 15:13:40.900: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:40.960: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:40.960: D/VLC(1339): OmxEmptyBufferDone 0x6ed830, 0x604d1000
05-04 15:13:40.960: D/VLC(1339): EmptyThisBuffer 0x6ed830, 0x604d1000, 20758
05-04 15:13:41.010: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:41.010: D/VLC(1339): OmxEmptyBufferDone 0x718570, 0x60696000
05-04 15:13:41.020: W/AudioTrack(112): stepServer() could not lock cblk
05-04 15:13:41.020: W/AudioTrack(112): stepServer() could not lock cblk
05-04 15:13:41.040: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:41.040: D/VLC(1339): EmptyThisBuffer 0x718570, 0x60696000, 12780
05-04 15:13:41.040: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:41.060: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:41.060: D/VLC(1339): OmxEmptyBufferDone 0x581e10, 0x60845000
05-04 15:13:41.060: D/VLC(1339): EmptyThisBuffer 0x581e10, 0x60845000, 2415
05-04 15:13:41.060: W/libOpenSLES(1339): Leaving BufferQueue::Enqueue (SL_RESULT_BUFFER_INSUFFICIENT)
05-04 15:13:41.060: E/VLC(1339): buffer insufficient
05-04 15:13:41.060: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:41.100: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:41.150: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:41.180: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:41.220: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:41.220: D/VLC(1339): OmxEmptyBufferDone 0x6edf90, 0x5f5a9000
05-04 15:13:41.220: D/VLC(1339): OmxEmptyBufferDone 0x6ee120, 0x5f851000
05-04 15:13:41.220: D/VLC(1339): OmxEmptyBufferDone 0x6ee2b0, 0x5faac000
05-04 15:13:41.220: D/VLC(1339): OmxEmptyBufferDone 0x6ee440, 0x5fcc9000
05-04 15:13:41.220: D/VLC(1339): EmptyThisBuffer 0x6edf90, 0x5f5a9000, 3279
05-04 15:13:41.230: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:41.230: D/VLC(1339): EmptyThisBuffer 0x6ee120, 0x5f851000, 247
05-04 15:13:41.230: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:41.230: D/VLC(1339): EmptyThisBuffer 0x6ee2b0, 0x5faac000, 202
05-04 15:13:41.240: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:41.240: D/VLC(1339): EmptyThisBuffer 0x6ee440, 0x5fcc9000, 202
05-04 15:13:41.240: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:41.300: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:41.300: D/VLC(1339): OmxEmptyBufferDone 0x4c8220, 0x5fe7a000
05-04 15:13:41.300: D/VLC(1339): EmptyThisBuffer 0x4c8220, 0x5fe7a000, 194
05-04 15:13:41.350: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:41.350: D/VLC(1339): OmxEmptyBufferDone 0x61bd48, 0x60041000
05-04 15:13:41.360: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:41.360: D/VLC(1339): EmptyThisBuffer 0x61bd48, 0x60041000, 199
05-04 15:13:41.360: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:41.390: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:41.450: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:41.450: D/VLC(1339): OmxEmptyBufferDone 0x5e06e8, 0x6025f000
05-04 15:13:41.450: D/VLC(1339): OmxEmptyBufferDone 0x6ed830, 0x604d1000
05-04 15:13:41.450: D/VLC(1339): EmptyThisBuffer 0x5e06e8, 0x6025f000, 220405
05-04 15:13:41.460: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:41.460: D/VLC(1339): EmptyThisBuffer 0x6ed830, 0x604d1000, 92248
05-04 15:13:41.460: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:41.490: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:41.490: D/VLC(1339): OmxEmptyBufferDone 0x718570, 0x60696000
05-04 15:13:41.490: D/VLC(1339): EmptyThisBuffer 0x718570, 0x60696000, 12606
05-04 15:13:41.560: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:41.560: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:41.560: D/VLC(1339): OmxEmptyBufferDone 0x581e10, 0x60845000
05-04 15:13:41.560: D/VLC(1339): EmptyThisBuffer 0x581e10, 0x60845000, 106790
05-04 15:13:41.560: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:41.600: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:41.600: D/VLC(1339): OmxEmptyBufferDone 0x6edf90, 0x5f5a9000
05-04 15:13:41.600: D/VLC(1339): EmptyThisBuffer 0x6edf90, 0x5f5a9000, 6491
05-04 15:13:41.650: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:41.650: D/VLC(1339): OmxEmptyBufferDone 0x6ee120, 0x5f851000
05-04 15:13:41.650: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:41.650: D/VLC(1339): EmptyThisBuffer 0x6ee120, 0x5f851000, 75803
05-04 15:13:41.660: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:41.690: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:41.690: D/VLC(1339): OmxEmptyBufferDone 0x6ee2b0, 0x5faac000
05-04 15:13:41.690: D/VLC(1339): EmptyThisBuffer 0x6ee2b0, 0x5faac000, 12475
05-04 15:13:41.750: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:41.750: D/VLC(1339): OmxEmptyBufferDone 0x6ee440, 0x5fcc9000
05-04 15:13:41.750: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:41.750: D/VLC(1339): EmptyThisBuffer 0x6ee440, 0x5fcc9000, 118455
05-04 15:13:41.760: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:41.780: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:41.780: D/VLC(1339): OmxEmptyBufferDone 0x4c8220, 0x5fe7a000
05-04 15:13:41.780: D/VLC(1339): EmptyThisBuffer 0x4c8220, 0x5fe7a000, 13906
05-04 15:13:41.790: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:41.830: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:41.830: D/VLC(1339): OmxEmptyBufferDone 0x61bd48, 0x60041000
05-04 15:13:41.830: D/VLC(1339): EmptyThisBuffer 0x61bd48, 0x60041000, 122187
05-04 15:13:41.860: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:41.880: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:41.920: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:41.920: D/VLC(1339): OmxEmptyBufferDone 0x5e06e8, 0x6025f000
05-04 15:13:41.920: D/VLC(1339): OmxEmptyBufferDone 0x6ed830, 0x604d1000
05-04 15:13:41.920: D/VLC(1339): EmptyThisBuffer 0x5e06e8, 0x6025f000, 10784
05-04 15:13:41.930: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:41.930: D/VLC(1339): EmptyThisBuffer 0x6ed830, 0x604d1000, 102872
05-04 15:13:41.940: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:41.970: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:41.970: D/VLC(1339): OmxEmptyBufferDone 0x718570, 0x60696000
05-04 15:13:41.970: D/VLC(1339): EmptyThisBuffer 0x718570, 0x60696000, 13509
05-04 15:13:42.010: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:42.020: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:42.050: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:42.060: D/VLC(1339): OmxEmptyBufferDone 0x581e10, 0x60845000
05-04 15:13:42.060: D/VLC(1339): EmptyThisBuffer 0x581e10, 0x60845000, 66592
05-04 15:13:42.080: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:42.100: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:42.100: D/VLC(1339): OmxEmptyBufferDone 0x6edf90, 0x5f5a9000
05-04 15:13:42.100: D/VLC(1339): EmptyThisBuffer 0x6edf90, 0x5f5a9000, 17715
05-04 15:13:42.100: W/libOpenSLES(1339): Leaving BufferQueue::Enqueue (SL_RESULT_BUFFER_INSUFFICIENT)
05-04 15:13:42.100: E/VLC(1339): buffer insufficient
05-04 15:13:42.110: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:42.150: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:42.150: D/VLC(1339): OmxEmptyBufferDone 0x6ee120, 0x5f851000
05-04 15:13:42.150: D/VLC(1339): OmxEmptyBufferDone 0x6ee2b0, 0x5faac000
05-04 15:13:42.150: D/VLC(1339): EmptyThisBuffer 0x6ee120, 0x5f851000, 102180
05-04 15:13:42.170: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:42.170: D/VLC(1339): EmptyThisBuffer 0x6ee2b0, 0x5faac000, 8272
05-04 15:13:42.180: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:42.200: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:42.200: D/VLC(1339): OmxEmptyBufferDone 0x6ee440, 0x5fcc9000
05-04 15:13:42.200: D/VLC(1339): EmptyThisBuffer 0x6ee440, 0x5fcc9000, 86404
05-04 15:13:42.200: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:42.250: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:42.290: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:42.290: D/VLC(1339): OmxEmptyBufferDone 0x4c8220, 0x5fe7a000
05-04 15:13:42.290: D/VLC(1339): EmptyThisBuffer 0x4c8220, 0x5fe7a000, 9895
05-04 15:13:42.300: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:42.330: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:42.330: D/VLC(1339): OmxEmptyBufferDone 0x61bd48, 0x60041000
05-04 15:13:42.330: D/VLC(1339): EmptyThisBuffer 0x61bd48, 0x60041000, 72309
05-04 15:13:42.360: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:42.380: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:42.380: D/VLC(1339): OmxEmptyBufferDone 0x5e06e8, 0x6025f000
05-04 15:13:42.380: D/VLC(1339): EmptyThisBuffer 0x5e06e8, 0x6025f000, 26953
05-04 15:13:42.410: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:42.430: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:42.430: D/VLC(1339): OmxEmptyBufferDone 0x6ed830, 0x604d1000
05-04 15:13:42.430: D/VLC(1339): EmptyThisBuffer 0x6ed830, 0x604d1000, 96313
05-04 15:13:42.430: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:42.470: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:42.510: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:42.550: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:42.550: D/VLC(1339): OmxEmptyBufferDone 0x718570, 0x60696000
05-04 15:13:42.550: D/VLC(1339): OmxEmptyBufferDone 0x581e10, 0x60845000
05-04 15:13:42.550: D/VLC(1339): EmptyThisBuffer 0x718570, 0x60696000, 8446
05-04 15:13:42.550: D/VLC(1339): OmxEmptyBufferDone 0x6edf90, 0x5f5a9000
05-04 15:13:42.550: D/VLC(1339): OmxEmptyBufferDone 0x6ee120, 0x5f851000
05-04 15:13:42.560: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:42.560: D/VLC(1339): EmptyThisBuffer 0x581e10, 0x60845000, 87434
05-04 15:13:42.570: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:42.570: D/VLC(1339): EmptyThisBuffer 0x6edf90, 0x5f5a9000, 6948
05-04 15:13:42.570: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:42.570: D/VLC(1339): EmptyThisBuffer 0x6ee120, 0x5f851000, 54938
05-04 15:13:42.580: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:42.600: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:42.600: D/VLC(1339): OmxEmptyBufferDone 0x6ee2b0, 0x5faac000
05-04 15:13:42.600: D/VLC(1339): EmptyThisBuffer 0x6ee2b0, 0x5faac000, 22559
05-04 15:13:42.610: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:42.660: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:42.710: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:42.710: D/VLC(1339): OmxEmptyBufferDone 0x6ee440, 0x5fcc9000
05-04 15:13:42.710: D/VLC(1339): EmptyThisBuffer 0x6ee440, 0x5fcc9000, 94756
05-04 15:13:42.740: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:42.760: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:42.760: D/VLC(1339): OmxEmptyBufferDone 0x4c8220, 0x5fe7a000
05-04 15:13:42.760: D/VLC(1339): EmptyThisBuffer 0x4c8220, 0x5fe7a000, 10348
05-04 15:13:42.770: D/VLC(1339): FillThisBuffer 0x5b9c80, 0x609f4000
05-04 15:13:42.810: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:42.810: D/VLC(1339): OmxEmptyBufferDone 0x61bd48, 0x60041000
05-04 15:13:42.810: D/VLC(1339): EmptyThisBuffer 0x61bd48, 0x60041000, 100941
05-04 15:13:42.830: D/VLC(1339): FillThisBuffer 0x5f1d88, 0x60b5e000
05-04 15:13:42.850: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:42.850: D/VLC(1339): OmxEmptyBufferDone 0x5e06e8, 0x6025f000
05-04 15:13:42.850: D/VLC(1339): EmptyThisBuffer 0x5e06e8, 0x6025f000, 6036
05-04 15:13:42.860: D/VLC(1339): FillThisBuffer 0x5f5bd8, 0x60cba000
05-04 15:13:42.900: D/VLC(1339): OmxFillBufferDone 0x5b9c80, 0x609f4000, 1351680
05-04 15:13:42.900: D/VLC(1339): OmxEmptyBufferDone 0x6ed830, 0x604d1000
05-04 15:13:42.900: D/VLC(1339): EmptyThisBuffer 0x6ed830, 0x604d1000, 111149
05-04 15:13:42.920: D/VLC(1339): control type=1
05-04 15:13:42.920: D/PowerManagerService(191): @PowerManagement: 'VLC/VideoPlayerActivity' releaseWakeLock when screen locked
05-04 15:13:42.930: D/VLC(1339): FillThisBuffer 0x5f1ac8, 0x60e0c000
05-04 15:13:42.950: D/VLC(1339): OmxFillBufferDone 0x5f1d88, 0x60b5e000, 1351680
05-04 15:13:42.990: D/VLC(1339): OmxFillBufferDone 0x5f5bd8, 0x60cba000, 1351680
05-04 15:13:42.990: D/VLC(1339): OmxEmptyBufferDone 0x718570, 0x60696000
05-04 15:13:42.990: D/VLC(1339): OmxEmptyBufferDone 0x581e10, 0x60845000
05-04 15:13:42.990: D/VLC(1339): EmptyThisBuffer 0x718570, 0x60696000, 14399
05-04 15:13:43.020: D/VLC(1339): OmxFillBufferDone 0x5f1ac8, 0x60e0c000, 1351680
05-04 15:13:43.020: D/VLC(1339): OmxEmptyBufferDone 0x6edf90, 0x5f5a9000
05-04 15:13:43.020: D/VLC(1339): OmxEmptyBufferDone 0x6ee120, 0x5f851000
05-04 15:13:43.120: D/VLC/JNI/main(1339): vlc_event_callback: failed to get JNI environment, assuming native thread
05-04 15:13:43.120: I/VLC/VideoPlayerActivity(1339): MediaPlayerPaused
05-04 15:13:46.940: I/VLC/VideoPlayerActivity(1339): remove View!
05-04 15:13:46.940: V/TabletStatusBar(333): setLightsOn(true)
05-04 15:13:46.950: V/TabletStatusBar(333): setLightsOn(true)


More information about the vlc-devel mailing list