D | NuPlayer.cpp | 117 FlushDecoderAction(FlushCommand audio, FlushCommand video) in FlushDecoderAction() 118 : mAudio(audio), in FlushDecoderAction() 940 bool audio = msg->what() == kWhatAudioNotify; in onMessageReceived() local 943 (audio? mAudioDecoderGeneration : mVideoDecoderGeneration); in onMessageReceived() 949 audio ? "audio" : "video", requesterGeneration, in onMessageReceived() 969 audio ? "audio" : "video", formatChange); in onMessageReceived() 974 audio ? FLUSH_CMD_SHUTDOWN : FLUSH_CMD_NONE, in onMessageReceived() 975 audio ? FLUSH_CMD_NONE : FLUSH_CMD_SHUTDOWN)); in onMessageReceived() 988 ALOGV("got %s decoder EOS", audio ? "audio" : "video"); in onMessageReceived() 991 audio ? "audio" : "video", in onMessageReceived() [all …]
|