/external/libvorbis/examples/ |
encoder_example.c | 55 int eos=0,ret; local 171 while(!eos){ 180 while(!eos){ 224 while(!eos){ 233 if(ogg_page_eos(&og))eos=1;
|
decoder_example.c | 80 int eos=0; local 209 while(!eos){ 210 while(!eos){ 281 if(ogg_page_eos(&og))eos=1; 284 if(!eos){ 288 if(bytes==0)eos=1;
|
/external/libvorbis/test/ |
write_read.c | 43 int eos = 0, ret; local 78 while (!eos){ 108 while (!eos) { 116 eos = 1; 148 int eos = 0; local 237 while(!eos) { 238 while (!eos) { 272 if (ogg_page_eos (&og)) eos = 1; 276 if (!eos) { 280 if (bytes == 0) eos = 1 [all...] |
/external/jmonkeyengine/engine/src/jogg/com/jme3/audio/plugins/ |
UncachedOggStream.java | 49 private boolean eos = false;
field in class:UncachedOggStream 66 // while (pageCache.size() < 25 && !eos){
81 eos = true;
96 if (eos){
100 // if (!eos){
106 // } while ( !eos && (System.nanoTime() - timeStart) < fiveMillis );
109 if (pageCache.size() == 0 /*&& !eos*/){
|
CachedOggStream.java | 56 private boolean eos = false;
field in class:CachedOggStream 72 while (!eos){
111 if (eos)
119 eos = true;
|
/libcore/luni/src/main/java/java/util/jar/ |
JarInputStream.java | 38 private boolean eos = false; field in class:JarInputStream 152 if (verStream != null && !eos) { 154 eos = true; 205 eos = false;
|
/libcore/luni/src/main/java/java/util/zip/ |
GZIPInputStream.java | 69 protected boolean eos = false; field in class:GZIPInputStream 147 eos = true; 160 if (eos) { 169 eos = eof; // update eos after every read(), even when it throws 176 if (eos) {
|
/external/openssl/crypto/asn1/ |
a_d2i_fp.c | 149 int eos=0; local 210 eos++; 211 if (eos < 0) 218 else if (eos && (c.slen == 0) && (c.tag == V_ASN1_EOC)) 220 /* eos value, so go back and read another header */ 221 eos--; 222 if (eos <= 0) 266 if (eos <= 0)
|
a_bytes.c | 273 c->eos=ASN1_const_check_infinite_end(&c->p, 275 if (c->eos) break;
|
asn1_lib.c | 287 if ((c->inf == (1|V_ASN1_CONSTRUCTED)) && (!c->eos)) 339 c->eos=0;
|
/external/elfutils/libdwfl/ |
core-file.c | 333 const void *eos = memchr (contents, '\0', size); local 334 if (unlikely (eos == NULL) || unlikely (eos == contents)) 336 size = eos + 1 - contents; 378 const void *eos = memchr (into, '\0', nread); local 379 if (unlikely (eos == NULL) || unlikely (eos == into)) 385 nread = eos + 1 - into;
|
/frameworks/wilhelm/src/android/ |
android_AudioSfDecoder.cpp | 418 bool eos; local 419 CacheStatus_t status = getCacheRemaining(&eos); 421 if (eos || status == kStatusHigh 449 bool eos; local 456 && (getCacheRemaining(&eos) == kStatusLow) 457 && !eos) { 672 CacheStatus_t AudioSfDecoder::getCacheRemaining(bool *eos) { 680 *eos = (finalStatus != OK); 685 //SL_LOGV("AudioSfDecoder::getCacheRemaining: approx %.2f secs remaining (eos=%d)", 686 // dataRemainingUs / 1E6, *eos); [all...] |
android_AudioSfDecoder.h | 135 CacheStatus_t getCacheRemaining(bool *eos);
|
/external/linux-tools-perf/util/ |
cgroup.c | 146 const char *p, *e, *eos = str + strlen(str); local 157 e = p ? p : eos;
|
/frameworks/base/media/jni/ |
android_media_MediaExtractor.h | 62 bool getCachedDuration(int64_t *durationUs, bool *eos) const;
|
android_media_MediaExtractor.cpp | 288 bool JMediaExtractor::getCachedDuration(int64_t *durationUs, bool *eos) const { 289 return mImpl->getCachedDuration(durationUs, eos); 767 bool eos; local 768 if (!extractor->getCachedDuration(&cachedDurationUs, &eos)) { 785 bool eos; local 786 if (!extractor->getCachedDuration(&cachedDurationUs, &eos)) { 790 return eos;
|
/external/qemu/android/protocol/ |
core-connection.c | 45 * eos - String size. 48 _zero_terminate(char* buf, size_t buf_size, size_t eos) 50 if (eos < buf_size) { 51 buf[eos] = '\0';
|
/frameworks/av/media/libstagefright/rtsp/ |
ARTPSession.cpp | 141 int32_t eos; local 142 if (msg->findInt32("eos", &eos) && eos) {
|
/frameworks/wilhelm/tests/mimeUri/ |
slesTestGetPositionUri.cpp | 39 bool eos = false; variable 60 eos = true; 296 while (!eos) { 300 fprintf(stdout, "EOS signaled, stopping playback\n");
|
/frameworks/av/include/media/stagefright/ |
NuMediaExtractor.h | 74 bool getCachedDuration(int64_t *durationUs, bool *eos) const;
|
/frameworks/av/media/libstagefright/ |
AwesomePlayer.cpp | 617 bool AwesomePlayer::getCachedDuration_l(int64_t *durationUs, bool *eos) { 624 *eos = (finalStatus != OK); 629 *eos = (finalStatus != OK); 674 bool eos = (finalStatus != OK); local 676 if (eos) { 681 ALOGV("cache has reached EOS, prepare is done."); 700 if ((mFlags & PLAYING) && !eos 709 } else if (eos || cachedDataRemaining > kHighWaterMarkBytes) { 729 bool eos = (finalStatus != OK); local 731 if (eos) { 750 bool eos; local 889 bool eos; local [all...] |
/frameworks/av/media/libstagefright/matroska/ |
MatroskaExtractor.cpp | 92 bool eos() const; 224 bool BlockIterator::eos() const { function in class:android::BlockIterator 225 return mCluster == NULL || mCluster->EOS(); 275 CHECK(!nextCluster->EOS()); 306 } while (!eos() && block()->GetTrackNumber() != mTrackNum); 328 } while (!eos() && block()->GetTrackNumber() != mTrackNum); 398 CHECK(!mCluster->EOS()); 407 if (eos()) break; 420 CHECK(!eos()); 459 if (mBlockIter.eos()) { [all...] |
/frameworks/wilhelm/tests/examples/ |
slesTestDecodeToBuffQueue.cpp | 83 bool eos = false; variable 121 eos = true; 189 fprintf(stdout, "Error writing to output file, signaling EOS\n"); 511 while (!eos) { 515 fprintf(stdout, "EOS signaled\n");
|
/external/srec/srec/Recognizer/include/ |
SR_Recognizer.h | 465 * @param eos End of speech (seconds) 473 const double eos, [all...] |
/external/srec/srec/Recognizer/src/ |
Recognizer.c | 361 const double eos, 369 return self->logWaveformData(self, waveformFilename, transcription, bos, eos, isInvocab);
|