¡@

Home 

2014/10/16 ¤W¤È 08:20:44

android Programming Glossary: omxcodec

Android MediaPlayer error (1, -2147483648)

http://stackoverflow.com/questions/11540076/android-mediaplayer-error-1-2147483648

I NuCachedSource2 68 Keep alive 07 18 13 49 22.185 I OMXCodec 68 OMX.qcom.video.decoder.avc allocating 4 buffers of size 460800.. buffers of size 460800 on input port 07 18 13 49 22.195 I OMXCodec 68 OMX.qcom.video.decoder.avc allocating 8 buffers of size 2304000.. com.woisio .video.VideoActivity 505ms 07 18 13 47 05.355 I OMXCodec 68 OMX.qcom.video.decoder.avc allocating 4 buffers of size 460800..

Android: How to integrate a decoder to multimedia framework

http://stackoverflow.com/questions/15334509/android-how-to-integrate-a-decoder-to-multimedia-framework

quirks in the system you could refer to the function OMXCodec getComponentQuirks in OMXCodec.cpp file. These quirks translate.. could refer to the function OMXCodec getComponentQuirks in OMXCodec.cpp file. These quirks translate into flags which are then read..

Android - Include native StageFright features in my own project

http://stackoverflow.com/questions/9832503/android-include-native-stagefright-features-in-my-own-project

kKeyColorFormat colorFormat sp MediaSource encoder OMXCodec Create client.interface enc_meta true image_source sp MPEG4Writer.. want to encode audio as well sp MediaSource audioEncoder OMXCodec Create client.interface encMetaAudio true audioSource writer..

Android MediaPlayer error (1, -2147483648)

http://stackoverflow.com/questions/11540076/android-mediaplayer-error-1-2147483648

com.woisio .video.VideoActivity 450ms 07 18 13 49 20.795 I NuCachedSource2 68 Keep alive 07 18 13 49 22.185 I OMXCodec 68 OMX.qcom.video.decoder.avc allocating 4 buffers of size 460800 on input port 07 18 13 49 22.195 I OMXCodec 68 OMX.qcom.video.decoder.avc.. 22.185 I OMXCodec 68 OMX.qcom.video.decoder.avc allocating 4 buffers of size 460800 on input port 07 18 13 49 22.195 I OMXCodec 68 OMX.qcom.video.decoder.avc allocating 8 buffers of size 2304000 on output port 07 18 13 49 25.325 D dalvikvm 9499 GC_EXPLICIT.. @0 07 18 13 47 03.625 I ActivityManager 98 Displayed com.woisio .video.VideoActivity 505ms 07 18 13 47 05.355 I OMXCodec 68 OMX.qcom.video.decoder.avc allocating 4 buffers of size 460800 on input port 07 18 13 47 05.355 I OMXCodec 68 OMX.qcom.video.decoder.avc..

Android: How to integrate a decoder to multimedia framework

http://stackoverflow.com/questions/15334509/android-how-to-integrate-a-decoder-to-multimedia-framework

prefer to allocate on it's output ports. For a list of supported quirks in the system you could refer to the function OMXCodec getComponentQuirks in OMXCodec.cpp file. These quirks translate into flags which are then read by the framework to create.. ports. For a list of supported quirks in the system you could refer to the function OMXCodec getComponentQuirks in OMXCodec.cpp file. These quirks translate into flags which are then read by the framework to create and initialize the components...

Android - Include native StageFright features in my own project

http://stackoverflow.com/questions/9832503/android-include-native-stagefright-features-in-my-own-project

setInt32 kKeyIFramesInterval kIFramesIntervalSec enc_meta setInt32 kKeyColorFormat colorFormat sp MediaSource encoder OMXCodec Create client.interface enc_meta true image_source sp MPEG4Writer writer new MPEG4Writer sdcard screenshot.mp4 writer addSource.. addSource encoder you can add an audio source here if you want to encode audio as well sp MediaSource audioEncoder OMXCodec Create client.interface encMetaAudio true audioSource writer addSource audioEncoder writer setMaxFileDuration kDurationUs..