/frameworks/wilhelm/src/android/ |
D | android_AudioSfDecoder.cpp | 418 bool eos; in onCheckCache() local 419 CacheStatus_t status = getCacheRemaining(&eos); in onCheckCache() 421 if (eos || status == kStatusHigh in onCheckCache() 449 bool eos; in onDecode() local 456 && (getCacheRemaining(&eos) == kStatusLow) in onDecode() 457 && !eos) { in onDecode() 672 CacheStatus_t AudioSfDecoder::getCacheRemaining(bool *eos) { in getCacheRemaining() argument 680 *eos = (finalStatus != OK); in getCacheRemaining() 688 if (*eos) { in getCacheRemaining()
|
D | android_AudioSfDecoder.h | 135 CacheStatus_t getCacheRemaining(bool *eos);
|
/frameworks/av/media/libstagefright/rtsp/ |
D | ARTPSession.cpp | 141 int32_t eos; in onMessageReceived() local 142 if (msg->findInt32("eos", &eos) && eos) { in onMessageReceived()
|
D | MyHandler.h | 981 int32_t eos; in onMessageReceived() local 982 if (msg->findInt32("eos", &eos)) { in onMessageReceived()
|
/frameworks/av/media/libstagefright/matroska/ |
D | MatroskaExtractor.cpp | 92 bool eos() const; 224 bool BlockIterator::eos() const { in eos() function in android::BlockIterator 306 } while (!eos() && block()->GetTrackNumber() != mTrackNum); in reset() 328 } while (!eos() && block()->GetTrackNumber() != mTrackNum); in seek() 407 if (eos()) break; in seek() 420 CHECK(!eos()); in block() 459 if (mBlockIter.eos()) { in readBlock() 946 while (!iter.eos() && j < 20) { in findThumbnails()
|
/frameworks/base/media/jni/ |
D | android_media_MediaExtractor.cpp | 288 bool JMediaExtractor::getCachedDuration(int64_t *durationUs, bool *eos) const { in getCachedDuration() 289 return mImpl->getCachedDuration(durationUs, eos); in getCachedDuration() 767 bool eos; in android_media_MediaExtractor_getCachedDurationUs() local 768 if (!extractor->getCachedDuration(&cachedDurationUs, &eos)) { in android_media_MediaExtractor_getCachedDurationUs() 785 bool eos; in android_media_MediaExtractor_hasCacheReachedEOS() local 786 if (!extractor->getCachedDuration(&cachedDurationUs, &eos)) { in android_media_MediaExtractor_hasCacheReachedEOS() 790 return eos; in android_media_MediaExtractor_hasCacheReachedEOS()
|
D | android_media_MediaExtractor.h | 62 bool getCachedDuration(int64_t *durationUs, bool *eos) const;
|
/frameworks/av/media/libstagefright/ |
D | AwesomePlayer.cpp | 617 bool AwesomePlayer::getCachedDuration_l(int64_t *durationUs, bool *eos) { in getCachedDuration_l() argument 624 *eos = (finalStatus != OK); in getCachedDuration_l() 629 *eos = (finalStatus != OK); in getCachedDuration_l() 674 bool eos = (finalStatus != OK); in onBufferingUpdate() local 676 if (eos) { in onBufferingUpdate() 700 if ((mFlags & PLAYING) && !eos in onBufferingUpdate() 709 } else if (eos || cachedDataRemaining > kHighWaterMarkBytes) { in onBufferingUpdate() 729 bool eos = (finalStatus != OK); in onBufferingUpdate() local 731 if (eos) { in onBufferingUpdate() 750 bool eos; in onBufferingUpdate() local [all …]
|
D | NuMediaExtractor.cpp | 553 int64_t *durationUs, bool *eos) const { in getCachedDuration() 563 *eos = (finalStatus != OK); in getCachedDuration() 575 *eos = (finalStatus != OK); in getCachedDuration()
|
D | ACodec.cpp | 2833 bool eos = false; in onInputBufferFilled() local 2843 eos = true; in onInputBufferFilled() 2848 eos = true; in onInputBufferFilled() 2862 if (eos) { in onInputBufferFilled() 2884 if (eos) { in onInputBufferFilled() 2932 if (!eos) { in onInputBufferFilled()
|
/frameworks/wilhelm/tests/mimeUri/ |
D | slesTestGetPositionUri.cpp | 39 bool eos = false; variable 60 eos = true; in SignalEos() 296 while (!eos) { in TestGetPositionUri()
|
/frameworks/av/include/media/stagefright/ |
D | NuMediaExtractor.h | 74 bool getCachedDuration(int64_t *durationUs, bool *eos) const;
|
/frameworks/wilhelm/tests/examples/ |
D | slesTestDecodeToBuffQueue.cpp | 83 bool eos = false; variable 121 eos = true; in SignalEos() 511 while (!eos) { in TestDecToBuffQueue()
|
D | slesTestDecodeAac.cpp | 106 bool eos = false; variable 405 eos = true; in DecPlayCallback() 779 while (!eos) { in TestDecToBuffQueue()
|
/frameworks/wilhelm/tests/sandbox/ |
D | xaplay.c | 167 static const XAAndroidBufferItem eos = {XA_ANDROID_ITEMKEY_EOS, 0}; in bufferQueueCallback() local 183 items = &eos; in bufferQueueCallback() 184 itemSize = sizeof(eos); in bufferQueueCallback()
|
/frameworks/av/media/libstagefright/include/ |
D | AwesomePlayer.h | 277 bool getCachedDuration_l(int64_t *durationUs, bool *eos);
|
/frameworks/native/libs/binder/ |
D | Parcel.cpp | 1037 const char* eos = reinterpret_cast<const char*>(memchr(str, 0, avail)); in readCString() local 1038 if (eos) { in readCString() 1039 const size_t len = eos - str; in readCString()
|
/frameworks/base/services/java/com/android/server/ |
D | BackupManagerService.java | 4180 int eos = offset; in extractString() local 4182 while (eos < end && data[eos] != 0) eos++; in extractString() 4183 return new String(data, offset, eos-offset, "US-ASCII"); in extractString()
|
/frameworks/base/api/ |
D | current.txt | 42357 field protected boolean eos;
|