HomeSort by relevance Sort by last modified time
    Searched refs:signalFlush (Results 1 - 7 of 7) sorted by null

  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.h 35 void signalFlush();
NuPlayerDecoder.cpp 147 void NuPlayer::Decoder::signalFlush() {
149 mCodec->signalFlush();
NuPlayer.cpp 897 (audio ? mAudioDecoder : mVideoDecoder)->signalFlush();
  /frameworks/av/include/media/stagefright/
ACodec.h 51 void signalFlush();
  /frameworks/av/cmds/stagefright/
sf2.cpp 147 mCodec->signalFlush();
  /frameworks/av/media/libstagefright/
MediaCodec.cpp     [all...]
ACodec.cpp 389 void ACodec::signalFlush() {
390 ALOGV("[%s] signalFlush", mComponentName.c_str());
    [all...]

Completed in 85 milliseconds