[android-kernel] Re: Porting ffmpeg in android

2014-01-29 Thread Glenn Kasten
There have been previous discussions of ffmpeg here: http://groups.google.com/group/android-ndk/browse_frm/thread/6d68c96d04657713 http://groups.google.com/group/android-ndk/browse_frm/thread/d3237dbd2c446665 http://groups.google.com/group/android-ndk/browse_thread/thread/2d93dbee95de4f1e http://gr

[android-kernel] Re: Android Low Memory Killer

2014-01-29 Thread ksam
Hi All, I am trying to understand working of low memory killer. Can you please suggest from where lowmem_shrink function is getting called. And in which part of source code the the threshold values will be compared or how the OS comes to know to start the low memory killer. And in which source

[android-kernel] Re: Low memory killer algorithm

2014-01-29 Thread ksam
Hi All, I am trying to understand working of low memory killer. Can you please suggest from where lowmem_shrink function is getting called. And in which part of source code the the threshold values will be compared or how the OS comes to know to start the low memory killer. And in which source

[android-kernel] Porting ffmpeg in android

2014-01-29 Thread Mayank Agarwal
Hi all, Is it possible to make ffmpeg libavcodec as OMX IL decoder component and integrate it with android code.In my case NU player is failing to play https file and the error is in default omx.google decoder component. Is there any way i can replace this component with some other component or t