Skip to content Skip to sidebar Skip to footer
Showing posts with the label Decode

Android Mediacodec Decode H264 Raw Frame

I am using Android MediaCodec API to decode h264 frames. I could decode and render the frames on th… Read more Android Mediacodec Decode H264 Raw Frame

File.exists() Returns False For Existing File In Android

In my app user can select image from sdcard and set as profile picture. Everything is working fine … Read more File.exists() Returns False For Existing File In Android