Searched defs:FlushDecoderAction (Results 1 – 2 of 2) sorted by relevance
158 struct NuPlayer2::FlushDecoderAction : public Action { struct in android::NuPlayer2159 FlushDecoderAction(FlushCommand audio, FlushCommand video) in FlushDecoderAction() argument164 virtual void execute(NuPlayer2 *player) { in execute()169 FlushCommand mAudio;170 FlushCommand mVideo;
123 struct NuPlayer::FlushDecoderAction : public Action { struct in android::NuPlayer124 FlushDecoderAction(FlushCommand audio, FlushCommand video) in FlushDecoderAction() argument129 virtual void execute(NuPlayer *player) { in execute()134 FlushCommand mAudio;135 FlushCommand mVideo;