Home
last modified time | relevance | path

Searched refs:onOutputFormatChanged (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/cmds/stagefright/
DSimplePlayer.h101 status_t onOutputFormatChanged(size_t trackIndex, CodecState *state);
DSimplePlayer.cpp456 err = onOutputFormatChanged(mStateByTrackIndex.keyAt(i), state); in onDoMoreStuff()
571 status_t SimplePlayer::onOutputFormatChanged( in onOutputFormatChanged() function in android::SimplePlayer
/frameworks/av/include/media/stagefright/
DMediaCodec.h301 void onOutputFormatChanged();
/frameworks/base/media/java/android/media/
DMediaCodec.java404 mCallback.onOutputFormatChanged(mCodec, in handleCallback()
1655 public abstract void onOutputFormatChanged(MediaCodec codec, MediaFormat format); in onOutputFormatChanged() method in Callback
/frameworks/av/media/libstagefright/
DMediaCodec.cpp1009 onOutputFormatChanged(); in onMessageReceived()
1104 onOutputFormatChanged(); in onMessageReceived()
2139 void MediaCodec::onOutputFormatChanged() { in onOutputFormatChanged() function in android::MediaCodec
/frameworks/base/api/
Dcurrent.txt14493 …method public abstract void onOutputFormatChanged(android.media.MediaCodec, android.media.MediaFor…