Searched refs:onOutputFormatChanged (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/cmds/stagefright/
H A DSimplePlayer.h102 status_t onOutputFormatChanged(size_t trackIndex, CodecState *state);
H A DSimplePlayer.cpp454 err = onOutputFormatChanged(mStateByTrackIndex.keyAt(i), state);
571 status_t SimplePlayer::onOutputFormatChanged( function in class:android::SimplePlayer
/frameworks/av/include/media/stagefright/
H A DMediaCodec.h413 void onOutputFormatChanged();
H A DACodec.h543 void onOutputFormatChanged(sp<const AMessage> expectedFormat = NULL);
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaCodec.h413 void onOutputFormatChanged();
H A DACodec.h543 void onOutputFormatChanged(sp<const AMessage> expectedFormat = NULL);
/frameworks/base/media/java/android/media/
H A DMediaCodec.java483 void onOutputFormatChanged(MediaCodec mc, MediaFormat format) {
744 onOutputFormatChanged} callback just after the picture-size change takes place and before any
1695 mCallback.onOutputFormatChanged(mCodec,
3442 public abstract void onOutputFormatChanged( method in class:MediaCodec.Callback
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp1854 onOutputFormatChanged();
3118 void MediaCodec::onOutputFormatChanged() { function in class:MediaCodec
H A DACodec.cpp5256 void ACodec::onOutputFormatChanged(sp<const AMessage> expectedFormat) { function in class:android::ACodec
6021 mCodec->onOutputFormatChanged(mCodec->mOutputFormat);
7737 mCodec->onOutputFormatChanged();

Completed in 209 milliseconds