/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 145 if (verStream != null && !eos) { 147 eos = true; 198 eos = false;
|
/libcore/luni/src/main/java/java/util/zip/ |
GZIPInputStream.java | 69 protected boolean eos = false; field in class:GZIPInputStream 147 eos = true; 156 if (eos) { 165 eos = eof; // update eos after every read(), even when it throws 172 if (eos) {
|
/external/chromium_org/third_party/openssl/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;
|
/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)
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/ |
SoftAVC.h | 75 void drainAllOutputBuffers(bool eos);
|
SoftAVC.cpp | 117 drainAllOutputBuffers(false /* eos */); 126 drainAllOutputBuffers(true /* eos */); 214 drainAllOutputBuffers(false /* eos */); 275 void SoftAVC::drainAllOutputBuffers(bool eos) { 282 mHandle, &decodedPicture, eos /* flush */)) { 289 if (!eos) {
|
/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;
|
/external/lzma/Java/SevenZip/ |
LzmaAlone.java | 24 public boolean Eos = false;
52 else if (s.startsWith("eos"))
53 Eos = true;
160 " -eos: write End Of Stream marker\n"
198 boolean eos = false;
199 if (params.Eos)
200 eos = true;
214 encoder.SetEndMarkerMode(eos);
217 if (eos)
|
/frameworks/base/media/jni/ |
android_media_MediaExtractor.h | 62 bool getCachedDuration(int64_t *durationUs, bool *eos) const;
|
/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) {
|
/external/chromium_org/media/base/android/ |
media_codec_bridge_unittest.cc | 129 bool eos = false; local 136 &eos, 186 bool eos = false; local 187 while (!eos) { 197 &eos, 216 if (!eos)
|
/external/chromium_org/sandbox/win/src/ |
crosscall_client.h | 173 const wchar_t *eos = wcs; local 174 while (*eos++); 175 return static_cast<size_t>(eos - wcs - 1);
|
/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;
|
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
LzmaAlone.cs | 73 EOS,
93 " -eos: write End Of Stream marker\n"
140 kSwitchForms[sw++] = new SwitchForm("EOS", SwitchType.Simple, false);
253 bool eos = parser[(int)Key.EOS].ThereIs || stdInMode;
292 eos
299 if (eos || stdInMode)
|