Home
last modified time | relevance | path

Searched refs:aIsAudio (Results 1 – 25 of 38) sorted by relevance

12

/dports/www/firefox-legacy/firefox-52.8.0esr/media/libstagefright/binding/include/mp4_demuxer/
H A DMoofParser.h176 … aTrex, Mvhd& aMvhd, Mdhd& aMdhd, Edts& aEdts, Sinf& aSinf, uint64_t* aDecoderTime, bool aIsAudio);
190 …& aTrex, Mvhd& aMvhd, Mdhd& aMdhd, Edts& aEdts, Sinf& aSinf, uint64_t* aDecodeTime, bool aIsAudio);
192 …x& aBox, Tfhd& aTfhd, Mvhd& aMvhd, Mdhd& aMdhd, Edts& aEdts, uint64_t* aDecodeTime, bool aIsAudio);
202 MoofParser(Stream* aSource, uint32_t aTrackId, bool aIsAudio)
206 , mIsAudio(aIsAudio)
H A DIndex.h96 bool aIsAudio);
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/mp4/
H A DMoofParser.h224 Sinf& aSinf, uint64_t* aDecoderTime, bool aIsAudio);
244 Sinf& aSinf, uint64_t* aDecodeTime, bool aIsAudio);
248 uint64_t* aDecodeTime, bool aIsAudio);
259 MoofParser(ByteStream* aSource, uint32_t aTrackId, bool aIsAudio) in MoofParser() argument
263 mIsAudio(aIsAudio), in MoofParser()
H A DMoofParser.cpp334 Sinf& aSinf, uint64_t* aDecodeTime, bool aIsAudio) in Moof() argument
339 ParseTraf(box, aTrex, aMvhd, aMdhd, aEdts, aSinf, aDecodeTime, aIsAudio); in Moof()
487 bool aIsAudio) { in ParseTraf() argument
541 if (ParseTrun(box, tfhd, aMvhd, aMdhd, aEdts, &decodeTime, aIsAudio) in ParseTraf()
563 uint64_t* aDecodeTime, bool aIsAudio) { in ParseTrun() argument
646 sample.mSync = !(sampleFlags & 0x1010000) || aIsAudio; in ParseTrun()
H A DIndex.h94 uint32_t aTrackId, bool aIsAudio);
H A DIndex.cpp307 uint32_t aTrackId, bool aIsAudio) in Index() argument
308 : mSource(aSource), mIsAudio(aIsAudio) { in Index()
310 mMoofParser = new MoofParser(aSource, aTrackId, aIsAudio); in Index()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/mp4/
H A DMoofParser.h247 uint64_t* aDecodeTime, bool aIsAudio,
270 uint64_t* aDecodeTime, bool aIsAudio);
274 bool aIsAudio);
290 bool aIsAudio) in MoofParser() argument
295 mIsAudio(aIsAudio), in MoofParser()
H A DIndex.h103 uint32_t aTrackId, bool aIsAudio);
H A DMoofParser.cpp432 uint64_t* aDecodeTime, bool aIsAudio, in Moof() argument
450 aDecodeTime, aIsAudio); in Moof()
643 Sinf& aSinf, uint64_t* aDecodeTime, bool aIsAudio) { in ParseTraf() argument
713 if (ParseTrun(box, aMvhd, aMdhd, aEdts, &decodeTime, aIsAudio).isOk()) { in ParseTraf()
735 bool aIsAudio) { in ParseTrun() argument
820 sample.mSync = !(sampleFlags & 0x1010000) || aIsAudio; in ParseTrun()
H A DIndex.cpp417 uint32_t aTrackId, bool aIsAudio) in Index() argument
418 : mSource(aSource), mIsAudio(aIsAudio) { in Index()
421 MakeUnique<MoofParser>(aSource, AsVariant(aTrackId), aIsAudio); in Index()
/dports/www/firefox/firefox-99.0/dom/media/mp4/
H A DMoofParser.h247 uint64_t* aDecodeTime, bool aIsAudio,
270 uint64_t* aDecodeTime, bool aIsAudio);
274 bool aIsAudio);
290 bool aIsAudio) in MoofParser() argument
295 mIsAudio(aIsAudio), in MoofParser()
H A DIndex.h103 uint32_t aTrackId, bool aIsAudio);
H A DMoofParser.cpp432 uint64_t* aDecodeTime, bool aIsAudio, in Moof() argument
450 aDecodeTime, aIsAudio); in Moof()
643 Sinf& aSinf, uint64_t* aDecodeTime, bool aIsAudio) { in ParseTraf() argument
713 if (ParseTrun(box, aMvhd, aMdhd, aEdts, &decodeTime, aIsAudio).isOk()) { in ParseTraf()
735 bool aIsAudio) { in ParseTrun() argument
820 sample.mSync = !(sampleFlags & 0x1010000) || aIsAudio; in ParseTrun()
H A DIndex.cpp417 uint32_t aTrackId, bool aIsAudio) in Index() argument
418 : mSource(aSource), mIsAudio(aIsAudio) { in Index()
421 MakeUnique<MoofParser>(aSource, AsVariant(aTrackId), aIsAudio); in Index()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/mp4/
H A DMoofParser.h247 uint64_t* aDecodeTime, bool aIsAudio,
270 uint64_t* aDecodeTime, bool aIsAudio);
274 bool aIsAudio);
290 bool aIsAudio) in MoofParser() argument
295 mIsAudio(aIsAudio), in MoofParser()
H A DIndex.h103 uint32_t aTrackId, bool aIsAudio);
H A DMoofParser.cpp432 uint64_t* aDecodeTime, bool aIsAudio, in Moof() argument
450 aDecodeTime, aIsAudio); in Moof()
643 Sinf& aSinf, uint64_t* aDecodeTime, bool aIsAudio) { in ParseTraf() argument
713 if (ParseTrun(box, aMvhd, aMdhd, aEdts, &decodeTime, aIsAudio).isOk()) { in ParseTraf()
735 bool aIsAudio) { in ParseTrun() argument
820 sample.mSync = !(sampleFlags & 0x1010000) || aIsAudio; in ParseTrun()
H A DIndex.cpp417 uint32_t aTrackId, bool aIsAudio) in Index() argument
418 : mSource(aSource), mIsAudio(aIsAudio) { in Index()
421 MakeUnique<MoofParser>(aSource, AsVariant(aTrackId), aIsAudio); in Index()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/mp4/
H A DMoofParser.h247 uint64_t* aDecodeTime, bool aIsAudio,
270 uint64_t* aDecodeTime, bool aIsAudio);
274 bool aIsAudio);
290 bool aIsAudio) in MoofParser() argument
295 mIsAudio(aIsAudio), in MoofParser()
H A DIndex.h103 uint32_t aTrackId, bool aIsAudio);
H A DMoofParser.cpp432 uint64_t* aDecodeTime, bool aIsAudio, in Moof() argument
450 aDecodeTime, aIsAudio); in Moof()
643 Sinf& aSinf, uint64_t* aDecodeTime, bool aIsAudio) { in ParseTraf() argument
713 if (ParseTrun(box, aMvhd, aMdhd, aEdts, &decodeTime, aIsAudio).isOk()) { in ParseTraf()
735 bool aIsAudio) { in ParseTrun() argument
820 sample.mSync = !(sampleFlags & 0x1010000) || aIsAudio; in ParseTrun()
H A DIndex.cpp417 uint32_t aTrackId, bool aIsAudio) in Index() argument
418 : mSource(aSource), mIsAudio(aIsAudio) { in Index()
421 MakeUnique<MoofParser>(aSource, AsVariant(aTrackId), aIsAudio); in Index()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/
H A DMediaManager.h138 bool aIsAudio, bool aIsVideo, uint64_t aWindowID);
143 bool aIsAudio, bool aIsVideo, uint64_t aWindowID,
215 const bool& aIsAudio,
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libstagefright/binding/
H A DMoofParser.cpp378 …x& aTrex, Mvhd& aMvhd, Mdhd& aMdhd, Edts& aEdts, Sinf& aSinf, uint64_t* aDecodeTime, bool aIsAudio) in Moof() argument
384 ParseTraf(box, aTrex, aMvhd, aMdhd, aEdts, aSinf, aDecodeTime, aIsAudio); in Moof()
493 …x& aTrex, Mvhd& aMvhd, Mdhd& aMdhd, Edts& aEdts, Sinf& aSinf, uint64_t* aDecodeTime, bool aIsAudio) in ParseTraf() argument
519 if (ParseTrun(box, tfhd, aMvhd, aMdhd, aEdts, &decodeTime, aIsAudio)) { in ParseTraf()
539 …ox& aBox, Tfhd& aTfhd, Mvhd& aMvhd, Mdhd& aMdhd, Edts& aEdts, uint64_t* aDecodeTime, bool aIsAudio) in ParseTrun() argument
617 sample.mSync = !(sampleFlags & 0x1010000) || aIsAudio; in ParseTrun()
H A DIndex.cpp245 bool aIsAudio) in Index() argument
247 , mIsAudio(aIsAudio) in Index()
250 mMoofParser = new MoofParser(aSource, aTrackId, aIsAudio); in Index()

12