HomeSort by relevance Sort by last modified time
    Searched defs:eos (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/boringssl/src/crypto/asn1/
a_d2i_fp.c 150 int eos=0; local
211 eos++;
212 if (eos < 0)
219 else if (eos && (c.slen == 0) && (c.tag == V_ASN1_EOC))
221 /* eos value, so go back and read another header */
222 eos--;
223 if (eos <= 0)
266 if (eos <= 0)
  /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;
  /external/libvorbis/examples/
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;
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;
  /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/linux-tools-perf/src/tools/perf/util/
cgroup.c 145 const char *p, *e, *eos = str + strlen(str); local
156 e = p ? p : eos;
  /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");
  /hardware/intel/common/libmix/mix_video/src/
mixframemanager.h 38 gboolean eos; member in struct:_MixFrameManager
mixvideoformat.h 103 MixVideoFmtEndOfStreamFunc eos; member in struct:_MixVideoFormatClass
mixvideoformatenc.h 115 MixVideoFmtEncEndOfStreamFunc eos; member in struct:_MixVideoFormatEncClass
  /external/deqp/executor/
xeBatchExecutor.cpp 240 deUint8 eos = 0; local
241 onTestLogData(&eos, 1);
  /external/elfutils/src/libdwfl/
core-file.c 321 const void *eos = memchr (contents, '\0', size); local
322 if (unlikely (eos == NULL) || unlikely (eos == contents))
324 size = eos + 1 - contents;
366 const void *eos = memchr (into, '\0', nread); local
367 if (unlikely (eos == NULL) || unlikely (eos == into))
373 nread = eos + 1 - into;
  /external/libvorbis/lib/
psytune.c 232 int eos=0; local
304 while(!eos){
517 eos=1;
  /libcore/luni/src/main/java/java/util/zip/
GZIPInputStream.java 76 protected boolean eos = false; field in class:GZIPInputStream
124 eos = true;
133 if (eos) {
142 eos = eof; // update eos after every read(), even when it throws
149 if (eos) {
151 eos = maybeReadNextMember();
152 if (!eos) {
  /external/libpcap/
pcap-dlpi.c 797 char *eos; local
815 unit = strtol(cp, &eos, 10);
816 if (*eos != '\0') {
    [all...]
  /frameworks/av/media/libstagefright/filters/
MediaFilter.cpp 400 ALOGW("Tried to process a buffer after EOS.");
419 int32_t eos = 0; local
420 if (inputInfo->mData->meta()->findInt32("eos", &eos) && eos != 0) {
423 outputInfo->mData->meta()->setInt32("eos", eos);
425 ALOGV("Output stream saw EOS.");
602 bool eos = false; local
615 eos = true
    [all...]
  /frameworks/wilhelm/src/android/
android_AudioSfDecoder.cpp 421 bool eos; local
422 CacheStatus_t status = getCacheRemaining(&eos);
424 if (eos || status == kStatusHigh
452 bool eos; local
459 && (getCacheRemaining(&eos) == kStatusLow)
460 && !eos) {
675 CacheStatus_t AudioSfDecoder::getCacheRemaining(bool *eos) {
683 *eos = (finalStatus != OK);
688 //SL_LOGV("AudioSfDecoder::getCacheRemaining: approx %.2f secs remaining (eos=%d)",
689 // dataRemainingUs / 1E6, *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");
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9Hybrid.cpp 279 bool eos = (inBuffer->nFlags & OMX_BUFFERFLAG_EOS)? true:false; local
282 eos = eos && (inBuffer->nFilledLen == 0);
302 int res = mDecoderDecode(mCtx,mHybridCtx,inBuffer->pBuffer + inBuffer->nOffset,inBuffer->nFilledLen, eos);
331 eos? OMX_BUFFERFLAG_EOS:0,
344 // if output port is not eos, retain the input buffer
382 // eos frame is non-shown frame
411 // eos frame is no-shown frame
  /external/icu/icu4c/source/common/
messagepattern.cpp 782 UBool eos=index==msg.length(); local
783 if(eos || msg.charAt(index)==u_rightCurlyBrace) {
784 if(eos==inMessageFormatPattern(nestingLevel)) {
    [all...]
  /external/lzma/CPP/7zip/Bundles/LzmaCon/
LzmaAlone.cpp 81 { L"EOS", NSwitchType::kSimple, false },
110 " -eos: write End Of Stream marker\n"
388 bool eos = parser[NKey::kEOS].ThereIs || stdInMode; local
431 props[7].boolVal = eos ? VARIANT_TRUE : VARIANT_FALSE;
448 if (eos || stdInMode)
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.cpp 396 // after we queued an EOS for discontinuities.
460 // if EOS, need to queue EOS buffer
573 bool eos = flags & MediaCodec::BUFFER_FLAG_EOS; local
580 if (eos) {
581 ALOGI("[%s] saw output EOS", mIsAudio ? "audio" : "video");
583 buffer->meta()->setInt32("eos", true);
584 reply->setInt32("eos", true);
605 if (eos && !isDiscontinuityPending()) {
712 // For format or time change, return EOS to queue EOS input
853 int32_t eos, csd; local
896 int32_t eos; local
    [all...]
  /frameworks/base/media/jni/
android_media_MediaExtractor.cpp 247 bool JMediaExtractor::getCachedDuration(int64_t *durationUs, bool *eos) const {
248 return mImpl->getCachedDuration(durationUs, eos);
741 bool eos; local
742 if (!extractor->getCachedDuration(&cachedDurationUs, &eos)) {
759 bool eos; local
760 if (!extractor->getCachedDuration(&cachedDurationUs, &eos)) {
764 return eos ? JNI_TRUE : JNI_FALSE;

Completed in 1871 milliseconds

1 2 3