Questions tagged [stagefright]

Stagefright is the android media framework. Use this tag for questions specific to stagefright framework. Also add android tag.

Stagefright is the android media framework. It replaced earlier opencore framework.

Use this tag for questions specific to stagefright framework. Also add tag.

153 questions
-1
votes
1 answer

Encode RGB565 raw data using ffmpeg libx264 for android

i have below questions regarding android implementation How various video codecs differ especially `which are stream based and which are frame based' Over many forums and questions everyone is talking SPS,PPS,etc., so where i can find enough…
nmxprime
  • 1,506
  • 3
  • 25
  • 52
-2
votes
1 answer

Using MediaCodec asynchronously to decode and render a Video File

Recently started toying around with the Android Media Codec class to render the video frames from a Native C++ application. Was able to successfully decode and render both audio and video streams using Android MediaCodec class using synchronous…
Nick
  • 11
  • 1
-3
votes
1 answer

what is the index in the following function?

sp MP3Extractor::getTrackMetaData(size_t index, uint32_t flags) { ALOGE("%s\t%d",__FUNCTION__,__LINE__); if (mInitCheck != OK || index != 0) { return NULL; } return mMeta; } Why this function is required in the…
optimus prime
  • 764
  • 1
  • 13
  • 39
1 2 3
10
11