Home
last modified time | relevance | path

Searched defs:FlushDecoderAction (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libmediaplayer2/nuplayer2/
DNuPlayer2.cpp158 struct NuPlayer2::FlushDecoderAction : public Action { struct in android::NuPlayer2
159 FlushDecoderAction(FlushCommand audio, FlushCommand video) in FlushDecoderAction() argument
164 virtual void execute(NuPlayer2 *player) { in execute()
169 FlushCommand mAudio;
170 FlushCommand mVideo;
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayer.cpp123 struct NuPlayer::FlushDecoderAction : public Action { struct in android::NuPlayer
124 FlushDecoderAction(FlushCommand audio, FlushCommand video) in FlushDecoderAction() argument
129 virtual void execute(NuPlayer *player) { in execute()
134 FlushCommand mAudio;
135 FlushCommand mVideo;