top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Will there be any new functions for MediaCodec in the coming Android L release?

0 votes
318 views

Will there be any new functions for MediaCodec in the coming Android L release? Such as reference picture selection instead of key picture request for video encoding?

posted Aug 2, 2014 by Mandeep Sehgal

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Check the following videos

Building impressive Android media experience sat

and Lajos' portion of the live presentation Google I/O 2014 - Building great multi-media experiences on Android

answer Aug 2, 2014 by anonymous
Similar Questions
0 votes

IJG released new version of libjpeg (Jpeg-9) with improvements for the new introduced lossless coding mode. which gives better compression than PNG images. lossless compression is useful in many image processing applications.

  1. Is there any plan to use new libjpeg version 9 in feature release of Android?
  2. If libjpeg is updated to version 9 in android platform, are you guys going to use lossless compression mode?
  3. Any application/library in android platform using optimized Huffman coding mode (optimize_coding = TRUE) of libjpeg?
  4. Which version libjpeg is used in Android 4.3 (key lime pie)?
+6 votes

In android generally when an app is installed, the PackageInstallerActivity and PackageManagerService make sure to assign the supplementary gid's to the app. This determines the level of access when an app is invoked everytime.

I just wanted to confirm if any verification process takes place in the runtime from packagemanager or any other service for that matter.

The app is granted the corresponding access from the gid's that should get it running technically and Packagemanager will only come into picture incase of updating the app.

Is my understanding correct?

+5 votes

Are there any open sourced live tracking (AR) libraries for Android?

The task I wish to accomplish is to find the floor area of the room in the image captured thru camera. I have tried to use OpenCV and I could not accomplish this without using Markers. Please suggest some other libraries or a working solution with OpenCV.

Thanks in Advance.

+3 votes

We know there are bootstrap themes for free to use but don't know if there is same for android layouts so that we can reduce the time while designing the app UI. If someone know, please share the link?

+3 votes

I need to change the Wifi channel programmatically (Of course, I will enable the Wifi to function as Hotsopt first).
Is there any API/Driver in the source code that I can use?

...