Home
last modified time | relevance | path

Searched refs:mMoofParser (Results 1 – 12 of 12) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/mp4/
H A DIndex.cpp114 if (mCurrentSample == 0 && mIndex->mMoofParser) { in GetNext()
129 MoofParser* parser = mIndex->mMoofParser.get(); in GetNext()
245 if (!mIndex->mMoofParser) { in Get()
396 if (!mMoofParser) { in UpdateMoofIndex()
399 size_t moofs = mMoofParser->Moofs().Length(); in UpdateMoofIndex()
425 if (mMoofParser) { in GetEndCompositionIfBuffered()
426 if (!mMoofParser->ReachedEnd() || mMoofParser->Moofs().IsEmpty()) { in GetEndCompositionIfBuffered()
504 if (mMoofParser) { in ConvertByteRangesToTimeRanges()
509 Moof& moof = mMoofParser->Moofs()[i]; in ConvertByteRangesToTimeRanges()
563 if (mMoofParser) { in GetEvictionOffset()
[all …]
H A DIndex.h104 bool IsFragmented() { return mMoofParser; } in IsFragmented()
116 nsAutoPtr<MoofParser> mMoofParser; variable
/dports/www/firefox-esr/firefox-91.8.0/dom/media/mp4/
H A DIndex.cpp236 mIndex->mMoofParser->mSampleDescriptions; in GetSampleDescriptionEntry()
355 if (!mIndex->mMoofParser) { in Get()
420 mMoofParser = in Index()
506 if (!mMoofParser) { in UpdateMoofIndex()
509 size_t moofs = mMoofParser->Moofs().Length(); in UpdateMoofIndex()
535 if (mMoofParser) { in GetEndCompositionIfBuffered()
536 if (!mMoofParser->ReachedEnd() || mMoofParser->Moofs().IsEmpty()) { in GetEndCompositionIfBuffered()
616 if (mMoofParser) { in ConvertByteRangesToTimeRanges()
621 Moof& moof = mMoofParser->Moofs()[i]; in ConvertByteRangesToTimeRanges()
675 if (mMoofParser) { in GetEvictionOffset()
[all …]
H A DIndex.h113 bool IsFragmented() { return !!mMoofParser; } in IsFragmented()
125 UniquePtr<MoofParser> mMoofParser; variable
/dports/www/firefox/firefox-99.0/dom/media/mp4/
H A DIndex.cpp236 mIndex->mMoofParser->mSampleDescriptions; in GetSampleDescriptionEntry()
355 if (!mIndex->mMoofParser) { in Get()
420 mMoofParser = in Index()
506 if (!mMoofParser) { in UpdateMoofIndex()
509 size_t moofs = mMoofParser->Moofs().Length(); in UpdateMoofIndex()
535 if (mMoofParser) { in GetEndCompositionIfBuffered()
536 if (!mMoofParser->ReachedEnd() || mMoofParser->Moofs().IsEmpty()) { in GetEndCompositionIfBuffered()
616 if (mMoofParser) { in ConvertByteRangesToTimeRanges()
621 Moof& moof = mMoofParser->Moofs()[i]; in ConvertByteRangesToTimeRanges()
675 if (mMoofParser) { in GetEvictionOffset()
[all …]
H A DIndex.h113 bool IsFragmented() { return !!mMoofParser; } in IsFragmented()
125 UniquePtr<MoofParser> mMoofParser; variable
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/mp4/
H A DIndex.cpp236 mIndex->mMoofParser->mSampleDescriptions; in GetSampleDescriptionEntry()
355 if (!mIndex->mMoofParser) { in Get()
420 mMoofParser = in Index()
506 if (!mMoofParser) { in UpdateMoofIndex()
509 size_t moofs = mMoofParser->Moofs().Length(); in UpdateMoofIndex()
535 if (mMoofParser) { in GetEndCompositionIfBuffered()
536 if (!mMoofParser->ReachedEnd() || mMoofParser->Moofs().IsEmpty()) { in GetEndCompositionIfBuffered()
616 if (mMoofParser) { in ConvertByteRangesToTimeRanges()
621 Moof& moof = mMoofParser->Moofs()[i]; in ConvertByteRangesToTimeRanges()
675 if (mMoofParser) { in GetEvictionOffset()
[all …]
H A DIndex.h113 bool IsFragmented() { return !!mMoofParser; } in IsFragmented()
125 UniquePtr<MoofParser> mMoofParser; variable
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/mp4/
H A DIndex.cpp236 mIndex->mMoofParser->mSampleDescriptions; in GetSampleDescriptionEntry()
355 if (!mIndex->mMoofParser) { in Get()
420 mMoofParser = in Index()
506 if (!mMoofParser) { in UpdateMoofIndex()
509 size_t moofs = mMoofParser->Moofs().Length(); in UpdateMoofIndex()
535 if (mMoofParser) { in GetEndCompositionIfBuffered()
536 if (!mMoofParser->ReachedEnd() || mMoofParser->Moofs().IsEmpty()) { in GetEndCompositionIfBuffered()
616 if (mMoofParser) { in ConvertByteRangesToTimeRanges()
621 Moof& moof = mMoofParser->Moofs()[i]; in ConvertByteRangesToTimeRanges()
675 if (mMoofParser) { in GetEvictionOffset()
[all …]
H A DIndex.h113 bool IsFragmented() { return !!mMoofParser; } in IsFragmented()
125 UniquePtr<MoofParser> mMoofParser; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libstagefright/binding/
H A DIndex.cpp127 MoofParser* parser = mIndex->mMoofParser.get(); in GetNext()
175 if (!mIndex->mMoofParser) { in Get()
182 nsTArray<Moof>& moofs = mIndex->mMoofParser->Moofs(); in Get()
329 if (!mMoofParser) { in UpdateMoofIndex()
332 size_t moofs = mMoofParser->Moofs().Length(); in UpdateMoofIndex()
359 if (mMoofParser) { in GetEndCompositionIfBuffered()
360 if (!mMoofParser->ReachedEnd() || mMoofParser->Moofs().IsEmpty()) { in GetEndCompositionIfBuffered()
437 if (mMoofParser) { in ConvertByteRangesToTimeRanges()
442 Moof& moof = mMoofParser->Moofs()[i]; in ConvertByteRangesToTimeRanges()
497 if (mMoofParser) { in GetEvictionOffset()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libstagefright/binding/include/mp4_demuxer/
H A DIndex.h106 bool IsFragmented() { return mMoofParser; }
118 nsAutoPtr<MoofParser> mMoofParser;