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();
2816 void MediaCodec::onOutputFormatChanged() { function in class:android::MediaCodec
H A DACodec.cpp5416 void ACodec::onOutputFormatChanged(sp<const AMessage> expectedFormat) { function in class:android::ACodec
6256 mCodec->onOutputFormatChanged(mCodec->mOutputFormat);
7588 mCodec->onOutputFormatChanged();
/frameworks/base/media/java/android/media/
H A DMediaCodec.java473 void onOutputFormatChanged(MediaCodec mc, MediaFormat format) {
734 onOutputFormatChanged} callback just after the picture-size change takes place and before any
1677 mCallback.onOutputFormatChanged(mCodec,
3363 public abstract void onOutputFormatChanged( method in class:MediaCodec.Callback

Completed in 286 milliseconds