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

  /frameworks/av/cmds/stagefright/
SimplePlayer.h 60 kWhatStop,
SimplePlayer.cpp 96 sp<AMessage> msg = new AMessage(kWhatStop, this);
204 case kWhatStop:
  /frameworks/av/media/libstagefright/rtsp/
ARTPWriter.h 54 kWhatStop = 'stop',
ARTPWriter.cpp 164 (new AMessage(kWhatStop, mReflector))->post();
221 case kWhatStop:
  /frameworks/av/media/libstagefright/include/media/stagefright/
MediaCodecSource.h 83 kWhatStop,
MediaCodec.h 238 kWhatStop = 'stop',
  /hardware/google/av/media/sfplugin/
CCodec.h 103 kWhatStop,
CCodec.cpp     [all...]
  /frameworks/av/media/libstagefright/
MediaCodecSource.cpp 71 kWhatStop,
192 // mark stopping before actually reaching kWhatStop on the looper, so the pulling will
212 sp<AMessage> msg = new AMessage(kWhatStop, this);
278 case kWhatStop:
387 sp<AMessage> msg = new AMessage(kWhatStop, mReflector);
999 case kWhatStop:
    [all...]
MediaCodec.cpp     [all...]
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.h 101 kWhatStop = 'stop',
PlaylistFetcher.cpp 603 sp<AMessage> msg = new AMessage(kWhatStop, this);
647 case kWhatStop:
    [all...]

Completed in 208 milliseconds