Searched defs:onOutputFormatChanged (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp453 err = onOutputFormatChanged(mStateByTrackIndex.keyAt(i), state);
568 status_t SimplePlayer::onOutputFormatChanged( function in class:android::SimplePlayer
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp1444 onOutputFormatChanged();
1567 onOutputFormatChanged();
2811 void MediaCodec::onOutputFormatChanged() { function in class:android::MediaCodec
H A DACodec.cpp5180 void ACodec::onOutputFormatChanged(sp<const AMessage> expectedFormat) { function in class:android::ACodec
6020 mCodec->onOutputFormatChanged(mCodec->mOutputFormat);
7330 mCodec->onOutputFormatChanged();
/frameworks/base/media/java/android/media/
H A DMediaCodec.java472 void onOutputFormatChanged(MediaCodec mc, MediaFormat format) {
732 onOutputFormatChanged} callback just after the picture-size change takes place and before any
1675 mCallback.onOutputFormatChanged(mCodec,
3361 public abstract void onOutputFormatChanged( method in class:MediaCodec.Callback

Completed in 164 milliseconds