Loading media/libmediaplayerservice/nuplayer/NuPlayer.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -949,6 +949,7 @@ void NuPlayer::onMessageReceived(const sp<AMessage> &msg) { sp<AMessage> inputFormat = mSource->getFormat(false /* audio */); setVideoScalingMode(mVideoScalingMode); updateVideoSize(inputFormat, format); } else if (what == DecoderBase::kWhatShutdownCompleted) { ALOGV("%s shutdown completed", audio ? "audio" : "video"); Loading Loading
media/libmediaplayerservice/nuplayer/NuPlayer.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -949,6 +949,7 @@ void NuPlayer::onMessageReceived(const sp<AMessage> &msg) { sp<AMessage> inputFormat = mSource->getFormat(false /* audio */); setVideoScalingMode(mVideoScalingMode); updateVideoSize(inputFormat, format); } else if (what == DecoderBase::kWhatShutdownCompleted) { ALOGV("%s shutdown completed", audio ? "audio" : "video"); Loading