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

  /frameworks/av/include/media/stagefright/
MediaErrors.h 42 INFO_DISCONTINUITY = MEDIA_ERROR_BASE - 13,
  /frameworks/av/media/libstagefright/mpeg2ts/
AnotherPacketSource.cpp 94 return INFO_DISCONTINUITY;
122 return INFO_DISCONTINUITY;
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerStreamListener.cpp 133 return INFO_DISCONTINUITY;
StreamingSource.cpp 82 } else if (n == INFO_DISCONTINUITY) {
NuPlayer.cpp 923 reply->setInt32("err", INFO_DISCONTINUITY);
937 if (err == INFO_DISCONTINUITY) {
    [all...]
  /frameworks/wilhelm/src/android/
android_AudioSfDecoder.cpp 550 case INFO_DISCONTINUITY:
551 SL_LOGD("MediaSource::read encountered INFO_DISCONTINUITY");
  /frameworks/av/media/libstagefright/httplive/
LiveSession.cpp 112 if (err == INFO_DISCONTINUITY) {
    [all...]

Completed in 281 milliseconds