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 132 void NuPlayer::Decoder::signalFlush() {
134 mCodec->signalFlush();
NuPlayer.cpp 1035 (audio ? mAudioDecoder : mVideoDecoder)->signalFlush();
    [all...]
  /frameworks/av/include/media/stagefright/
ACodec.h 56 void signalFlush();
  /frameworks/av/cmds/stagefright/
sf2.cpp 147 mCodec->signalFlush();
  /frameworks/av/media/libstagefright/
MediaCodec.cpp     [all...]
ACodec.cpp 429 void ACodec::signalFlush() {
430 ALOGV("[%s] signalFlush", mComponentName.c_str());
    [all...]

Completed in 41 milliseconds