This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

A movie does not play smoothly on Android.



We installed "ANDROIDDEVKIT-GINGERBREAD-AM38X"  on our board that is using DM8168 and TMDXEVM8168 board.

We could boot up Android. but we have a big issue. A movie does not play smoothly using gallery. I think that the hardware decoder is not working.

Please teach me a solution.

The log information of movie play is the following. 

====From
I/ActivityManager(  118): Starting: Intent { act=android.intent.action.VIEW dat=content://media/external/video/media/3 typ=video/mp4 cmp=com.cooliris.media/.MovieView } from pid 387
I/RenderView(  387): OnPause RenderView com.cooliris.media.RenderView@406ffb48
D/dalvikvm(  118): GC_CONCURRENT freed 1201K, 50% free 4016K/7879K, external 3169K/4369K, paused 3ms+4ms
I/ActivityManager(  118): Displayed com.cooliris.media/.MovieView: +230ms
D/MediaPlayer(  387): getMetadata
W/AudioPolicyManagerALSA(   62): AudioPolicyManagerALSA::getStrategyForStream() Stub Called...
W/AudioPolicyManagerALSA(   62):  redirecting AudioPolicyManagerALSA::getStrategy()
D/TIALSAModule(   62): open called for devices 00000000 in mode 0...
I/CacheService(  387): Starting CacheService
I/TIALSAModule(   62): Initialized ALSA PLAYBACK device default
E/AudioHardwareALSA(   62): RE-OPEN AFTER STANDBY:: took 728 msecs
W/AudioFlinger(   62): write blocked for 728 msecs, 3 delayed writes, thread 0x41050
D/TIOverlay(  118): overlay_createOverlay:IN w=480 h=368 format=0x16
E/TIOverlay(  118): Failed to open overlay device
E/TIHardwareRenderer(   62): Unable to create the overlay!
E/MemoryHeapBase(   62): error opening /dev/pmem_adsp: No such file or directory
 
I/SoftwareRenderer(   62): Creating physical memory heap failed, reverting to regular heap.
I/CacheService(  387): Preparing DiskCache for all thumbnails.
I/CacheService(  387): DiskCache ready for all thumbnails.
W/InputManagerService(  118): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@407c8c10
 ===End
Regards,
AK