Searched defs:FlushDecoderAction (Results 1 – 2 of 2) sorted by relevance
123 struct NuPlayer::FlushDecoderAction : public Action { struct in android::NuPlayer124 FlushDecoderAction(FlushCommand audio, FlushCommand video) in FlushDecoderAction() function129 virtual void execute(NuPlayer *player) { in execute()134 FlushCommand mAudio;135 FlushCommand mVideo;
159 struct NuPlayer2::FlushDecoderAction : public Action { struct in android::NuPlayer2160 FlushDecoderAction(FlushCommand audio, FlushCommand video) in FlushDecoderAction() argument165 virtual void execute(NuPlayer2 *player) { in execute()170 FlushCommand mAudio;171 FlushCommand mVideo;