Searched refs:onOutputFormatChanged (Results 1 - 11 of 11) 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.h552 void onOutputFormatChanged(sp<const AMessage> expectedFormat = NULL);
/frameworks/av/media/libstagefright/foundation/include/
H A DMediaCodec.h413 void onOutputFormatChanged();
H A DACodec.h552 void onOutputFormatChanged(sp<const AMessage> expectedFormat = NULL);
/frameworks/av/media/libstagefright/include/
H A DMediaCodec.h413 void onOutputFormatChanged();
H A DACodec.h552 void onOutputFormatChanged(sp<const AMessage> expectedFormat = NULL);
/frameworks/base/media/java/android/media/
H A DMediaCodec.java475 void onOutputFormatChanged(MediaCodec mc, MediaFormat format) {
736 onOutputFormatChanged} callback just after the picture-size change takes place and before any
1687 mCallback.onOutputFormatChanged(mCodec,
3432 public abstract void onOutputFormatChanged( method in class:MediaCodec.Callback
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp1798 onOutputFormatChanged();
3059 void MediaCodec::onOutputFormatChanged() { function in class:MediaCodec
H A DACodec.cpp5249 void ACodec::onOutputFormatChanged(sp<const AMessage> expectedFormat) { function in class:android::ACodec
6013 mCodec->onOutputFormatChanged(mCodec->mOutputFormat);
7695 mCodec->onOutputFormatChanged();

Completed in 975 milliseconds