Home
last modified time | relevance | path

Searched refs:performDecoderFlush (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayer.h323 void performDecoderFlush(FlushCommand audio, FlushCommand video);
DNuPlayer.cpp130 player->performDecoderFlush(mAudio, mVideo); in execute()
2326 void NuPlayer::performDecoderFlush(FlushCommand audio, FlushCommand video) { in performDecoderFlush() function in android::NuPlayer
/frameworks/av/media/libmediaplayer2/nuplayer2/
DNuPlayer2.h319 void performDecoderFlush(FlushCommand audio, FlushCommand video);
DNuPlayer2.cpp165 player->performDecoderFlush(mAudio, mVideo); in execute()
2374 void NuPlayer2::performDecoderFlush(FlushCommand audio, FlushCommand video) { in performDecoderFlush() function in android::NuPlayer2