Home
last modified time | relevance | path

Searched refs:MP4ContainerParser (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/media/mediasource/
H A DContainerParser.cpp369 DDLoggedTypeDeclNameAndBase(MP4ContainerParser, ContainerParser);
371 class MP4ContainerParser : public ContainerParser, class
372 public DecoderDoctorLifeLogger<MP4ContainerParser> {
374 explicit MP4ContainerParser(const MediaContainerType& aType) in MP4ContainerParser() function in mozilla::MP4ContainerParser
412 AtomParser(const MP4ContainerParser& aParser, const MediaSpan& aData, in AtomParser()
417 Result<Ok, nsresult> Init(const MP4ContainerParser& aParser, in Init()
753 return MakeUnique<MP4ContainerParser>(aType); in CreateForMIMEType()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/mediasource/
H A DContainerParser.cpp369 DDLoggedTypeDeclNameAndBase(MP4ContainerParser, ContainerParser);
371 class MP4ContainerParser : public ContainerParser, class
372 public DecoderDoctorLifeLogger<MP4ContainerParser> {
374 explicit MP4ContainerParser(const MediaContainerType& aType) in MP4ContainerParser() function in mozilla::MP4ContainerParser
412 AtomParser(const MP4ContainerParser& aParser, const MediaSpan& aData, in AtomParser()
417 Result<Ok, nsresult> Init(const MP4ContainerParser& aParser, in Init()
753 return MakeUnique<MP4ContainerParser>(aType); in CreateForMIMEType()
/dports/www/firefox/firefox-99.0/dom/media/mediasource/
H A DContainerParser.cpp369 DDLoggedTypeDeclNameAndBase(MP4ContainerParser, ContainerParser);
371 class MP4ContainerParser : public ContainerParser, class
372 public DecoderDoctorLifeLogger<MP4ContainerParser> {
374 explicit MP4ContainerParser(const MediaContainerType& aType) in MP4ContainerParser() function in mozilla::MP4ContainerParser
412 AtomParser(const MP4ContainerParser& aParser, const MediaSpan& aData, in AtomParser()
417 Result<Ok, nsresult> Init(const MP4ContainerParser& aParser, in Init()
753 return MakeUnique<MP4ContainerParser>(aType); in CreateForMIMEType()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/mediasource/
H A DContainerParser.cpp369 DDLoggedTypeDeclNameAndBase(MP4ContainerParser, ContainerParser);
371 class MP4ContainerParser : public ContainerParser, class
372 public DecoderDoctorLifeLogger<MP4ContainerParser> {
374 explicit MP4ContainerParser(const MediaContainerType& aType) in MP4ContainerParser() function in mozilla::MP4ContainerParser
412 AtomParser(const MP4ContainerParser& aParser, const MediaSpan& aData, in AtomParser()
417 Result<Ok, nsresult> Init(const MP4ContainerParser& aParser, in Init()
753 return MakeUnique<MP4ContainerParser>(aType); in CreateForMIMEType()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/mediasource/
H A DContainerParser.cpp368 DDLoggedTypeDeclNameAndBase(MP4ContainerParser, ContainerParser);
370 class MP4ContainerParser : public ContainerParser, class
371 public DecoderDoctorLifeLogger<MP4ContainerParser> {
373 explicit MP4ContainerParser(const MediaContainerType& aType) in MP4ContainerParser() function in mozilla::MP4ContainerParser
411 AtomParser(const MP4ContainerParser& aParser, const MediaByteBuffer* aData, in AtomParser()
416 Result<Ok, nsresult> Init(const MP4ContainerParser& aParser, in Init()
755 return new MP4ContainerParser(aType); in CreateForMIMEType()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/mediasource/
H A DContainerParser.cpp340 class MP4ContainerParser : public ContainerParser { class
342 explicit MP4ContainerParser(const nsACString& aType) in MP4ContainerParser() function in mozilla::MP4ContainerParser
502 MSE_DEBUG(MP4ContainerParser ,"Stashed init of %u bytes.", in ParseStartAndEndTimestamps()
505 MSE_DEBUG(MP4ContainerParser, "Incomplete init found."); in ParseStartAndEndTimestamps()
529 MSE_DEBUG(MP4ContainerParser, "[%lld, %lld]", in ParseStartAndEndTimestamps()
703 return new MP4ContainerParser(aType); in CreateForMIMEType()