Searched defs:onOutputFormatChanged (Results 1 - 3 of 3) 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.cpp1331 onOutputFormatChanged();
1454 onOutputFormatChanged();
2650 void MediaCodec::onOutputFormatChanged() { function in class:android::MediaCodec
/frameworks/base/media/java/android/media/
H A DMediaCodec.java394 void onOutputFormatChanged(MediaCodec mc, MediaFormat format) {
628 onOutputFormatChanged} callback just after the picture-size change takes place and before any
1571 mCallback.onOutputFormatChanged(mCodec,
3157 public abstract void onOutputFormatChanged( method in class:MediaCodec.Callback

Completed in 87 milliseconds