Searched refs:eos (Results 1 - 25 of 34) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.h68 bool outputBuffers(bool flushDecoder, bool display, bool eos, bool *portWillReset);
H A DSoftVPX.cpp112 bool SoftVPX::outputBuffers(bool flushDecoder, bool display, bool eos, bool *portWillReset) { argument
180 if (!eos) {
308 true /* flushDecoder */, false /* display */, false /* eos */, &portWillReset)) {
320 true /* flushDecoder */, false /* display */, false /* eos */, &portWillReset)) {
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.h73 void drainAllOutputBuffers(bool eos);
H A DSoftAVC.cpp118 drainAllOutputBuffers(false /* eos */);
127 drainAllOutputBuffers(true /* eos */);
216 drainAllOutputBuffers(false /* eos */);
281 void SoftAVC::drainAllOutputBuffers(bool eos) { argument
288 mHandle, &decodedPicture, eos /* flush */)) {
300 if (!eos) {
/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.cpp417 bool eos; local
418 CacheStatus_t status = getCacheRemaining(&eos);
420 if (eos || status == kStatusHigh
448 bool eos; local
455 && (getCacheRemaining(&eos) == kStatusLow)
456 && !eos) {
671 CacheStatus_t AudioSfDecoder::getCacheRemaining(bool *eos) { argument
679 *eos = (finalStatus != OK);
684 //SL_LOGV("AudioSfDecoder::getCacheRemaining: approx %.2f secs remaining (eos=%d)",
685 // dataRemainingUs / 1E6, *eos);
[all...]
H A Dandroid_AudioSfDecoder.h133 CacheStatus_t getCacheRemaining(bool *eos);
/frameworks/av/media/libstagefright/filters/
H A DMediaFilter.cpp360 int32_t eos = 0; local
361 if (inputInfo->mData->meta()->findInt32("eos", &eos) && eos != 0) {
364 outputInfo->mData->meta()->setInt32("eos", eos);
535 bool eos = false; local
549 eos = true;
567 if (buffer != NULL && buffer->meta()->findInt32("eos", &tmp) && tmp) {
568 eos
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_MediaExtractor.h71 bool getCachedDuration(int64_t *durationUs, bool *eos) const;
H A Dandroid_media_MediaExtractor.cpp260 bool JMediaExtractor::getCachedDuration(int64_t *durationUs, bool *eos) const {
261 return mImpl->getCachedDuration(durationUs, eos);
782 bool eos; local
783 if (!extractor->getCachedDuration(&cachedDurationUs, &eos)) {
800 bool eos; local
801 if (!extractor->getCachedDuration(&cachedDurationUs, &eos)) {
805 return eos ? JNI_TRUE : JNI_FALSE;
/frameworks/av/media/libstagefright/rtsp/
H A DARTPSession.cpp141 int32_t eos; local
142 if (msg->findInt32("eos", &eos) && eos) {
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestGetPositionUri.cpp39 bool eos = false; variable
60 eos = true;
293 while (!eos) {
/frameworks/av/include/media/stagefright/
H A DNuMediaExtractor.h89 bool getCachedDuration(int64_t *durationUs, bool *eos) const;
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.cpp721 bool eos = flags & MediaCodec::BUFFER_FLAG_EOS; local
728 if (eos) {
731 buffer->meta()->setInt32("eos", true);
732 reply->setInt32("eos", true);
753 if (eos && !isDiscontinuityPending()) {
1004 int32_t eos, csd; local
1006 if (buffer->meta()->findInt32("eos", &eos) && eos) {
1092 int32_t eos; local
[all...]
/frameworks/av/media/libstagefright/foundation/include/
H A DNuMediaExtractor.h89 bool getCachedDuration(int64_t *durationUs, bool *eos) const;
/frameworks/av/media/libstagefright/include/
H A DNuMediaExtractor.h89 bool getCachedDuration(int64_t *durationUs, bool *eos) const;
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp96 bool eos() const;
288 bool BlockIterator::eos() const { function in class:android::BlockIterator
370 } while (!eos() && block()->GetTrackNumber() != mTrackNum);
402 } while (!eos() && block()->GetTrackNumber() != mTrackNum);
496 if (eos()) break;
512 CHECK(!eos());
609 if (mBlockIter.eos()) {
1056 if (iter.eos()) {
1418 while (!iter.eos() && j < 20) {
/frameworks/av/media/libstagefright/
H A DACodecBufferChannel.cpp192 int32_t eos;
193 if (it->mClientBuffer->meta()->findInt32("eos", &eos)) {
194 it->mCodecBuffer->meta()->setInt32("eos", eos);
H A DNuMediaExtractor.cpp632 int64_t *durationUs, bool *eos) const {
646 *eos = (finalStatus != OK);
H A DMediaCodecSource.cpp222 msg->setInt32("eos", 1);
810 int32_t eos = 0; local
811 if (msg->findInt32("eos", &eos) && eos) {
/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeToBuffQueue.cpp83 bool eos = false; variable
121 eos = true;
511 while (!eos) {
H A DslesTestDecodeAac.cpp104 bool eos = false; variable
404 eos = true;
779 while (!eos) {
/frameworks/base/media/java/android/media/
H A DSRTRenderer.java110 public void onData(byte[] data, boolean eos, long runID) { argument
H A DTtmlRenderer.java554 public void onData(byte[] data, boolean eos, long runID) { argument
568 if (eos) {
H A DSubtitleTrack.java81 onData(data.getData(), true /* eos */, runID);
91 * contents of a run are submitted in sequential order, with eos
96 * @param eos true if this is the last section of the run.
105 public abstract void onData(byte[] data, boolean eos, long runID); argument
/frameworks/wilhelm/tests/sandbox/
H A Dxaplay.c168 static const XAAndroidBufferItem eos = {XA_ANDROID_ITEMKEY_EOS, 0, {}}; local
184 items = &eos;
185 itemSize = sizeof(eos);

Completed in 207 milliseconds

12