Searched refs:performDecoderFlush (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.h306 void performDecoderFlush(FlushCommand audio, FlushCommand video);
H A DNuPlayer.cpp129 player->performDecoderFlush(mAudio, mVideo);
2182 void NuPlayer::performDecoderFlush(FlushCommand audio, FlushCommand video) { function in class:android::NuPlayer
2183 ALOGV("performDecoderFlush audio=%d, video=%d", audio, video);

Completed in 130 milliseconds