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

  /frameworks/av/include/media/
IStreamSource.h 52 DISCONTINUITY,
57 // When signalling a discontinuity you can optionally
59 // If present, rendering of data following the discontinuity
63 // When signalling a discontinuity you can optionally
64 // specify the type(s) of discontinuity, i.e. if the
68 // under the key "kKeyDiscontinuityMask" when issuing the DISCONTINUITY
74 // If this key is not present, only a time discontinuity is assumed.
79 // Optionally signalled as part of a discontinuity that includes
  /frameworks/wilhelm/src/android/
android_StreamPlayer.cpp 159 receivedCmd_l(IStreamListener::DISCONTINUITY);
164 receivedCmd_l(IStreamListener::DISCONTINUITY, msg /*msg*/);
171 receivedCmd_l(IStreamListener::DISCONTINUITY, msg /*msg*/);
178 receivedCmd_l(IStreamListener::DISCONTINUITY, msg /*msg*/);
183 // some commands may introduce a time discontinuity, reevaluate position if needed
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerStreamListener.cpp 126 case DISCONTINUITY:
  /frameworks/av/cmds/stagefright/
stream.cpp 96 ALOGI("signalling discontinuity now");
107 IStreamListener::DISCONTINUITY, false /* synchronous */, extra);

Completed in 343 milliseconds