Loading media/libstagefright/ACodec.cpp +5 −0 Original line number Diff line number Diff line Loading @@ -6503,6 +6503,11 @@ bool ACodec::OutputPortSettingsChangedState::onOMXEvent( mCodec->mSentFormat = false; if (mCodec->mTunneled) { sp<AMessage> dummy = new AMessage(kWhatOutputBufferDrained, mCodec); mCodec->sendFormatChange(dummy); } ALOGV("[%s] Output port now reenabled.", mCodec->mComponentName.c_str()); if (mCodec->mExecutingState->active()) { Loading Loading
media/libstagefright/ACodec.cpp +5 −0 Original line number Diff line number Diff line Loading @@ -6503,6 +6503,11 @@ bool ACodec::OutputPortSettingsChangedState::onOMXEvent( mCodec->mSentFormat = false; if (mCodec->mTunneled) { sp<AMessage> dummy = new AMessage(kWhatOutputBufferDrained, mCodec); mCodec->sendFormatChange(dummy); } ALOGV("[%s] Output port now reenabled.", mCodec->mComponentName.c_str()); if (mCodec->mExecutingState->active()) { Loading