Home
last modified time | relevance | path

Searched refs:aGranulepos (Results 1 – 24 of 24) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/ogg/
H A DOggCodecState.cpp428 TheoraState::Time(th_info* aInfo, int64_t aGranulepos) in Time() argument
430 if (aGranulepos < 0 || aInfo->fps_numerator == 0) { in Time()
436 ogg_int64_t iframe = aGranulepos >> shift; in Time()
437 ogg_int64_t pframe = aGranulepos - (iframe << shift); in Time()
738 VorbisState::Time(vorbis_info* aInfo, int64_t aGranulepos) in Time() argument
740 if (aGranulepos == -1 || aInfo->rate == 0) { in Time()
743 CheckedInt64 t = SaferMultDiv(aGranulepos, USECS_PER_S, aInfo->rate); in Time()
1068 OpusState::Time(int64_t aGranulepos) in Time() argument
1074 return Time(mParser->mPreSkip, aGranulepos); in Time()
1078 OpusState::Time(int aPreSkip, int64_t aGranulepos) in Time() argument
[all …]
H A DOggCodecState.h387 int64_t Time(int64_t aGranulepos) override;
396 static int64_t Time(int aPreSkip, int64_t aGranulepos);
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/ogg/
H A DOggCodecState.cpp382 int64_t TheoraState::Time(th_info* aInfo, int64_t aGranulepos) { in Time() argument
383 if (aGranulepos < 0 || aInfo->fps_numerator == 0) { in Time()
389 ogg_int64_t iframe = aGranulepos >> shift; in Time()
390 ogg_int64_t pframe = aGranulepos - (iframe << shift); in Time()
681 int64_t VorbisState::Time(vorbis_info* aInfo, int64_t aGranulepos) { in Time() argument
682 if (aGranulepos == -1 || aInfo->rate == 0) { in Time()
685 CheckedInt64 t = SaferMultDiv(aGranulepos, USECS_PER_S, aInfo->rate); in Time()
983 int64_t OpusState::Time(int64_t aGranulepos) { in Time() argument
988 return Time(mParser->mPreSkip, aGranulepos); in Time()
991 int64_t OpusState::Time(int aPreSkip, int64_t aGranulepos) { in Time() argument
[all …]
H A DOggCodecState.h397 int64_t Time(int64_t aGranulepos) override;
408 static int64_t Time(int aPreSkip, int64_t aGranulepos);
/dports/www/firefox-esr/firefox-91.8.0/dom/media/ogg/
H A DOggCodecState.cpp467 int64_t TheoraState::Time(th_info* aInfo, int64_t aGranulepos) { in Time() argument
468 if (aGranulepos < 0 || aInfo->fps_numerator == 0) { in Time()
474 ogg_int64_t iframe = aGranulepos >> shift; in Time()
475 ogg_int64_t pframe = aGranulepos - (iframe << shift); in Time()
775 int64_t VorbisState::Time(vorbis_info* aInfo, int64_t aGranulepos) { in Time() argument
776 if (aGranulepos == -1 || aInfo->rate == 0) { in Time()
779 CheckedInt64 t = SaferMultDiv(aGranulepos, USECS_PER_S, aInfo->rate); in Time()
1078 int64_t OpusState::Time(int64_t aGranulepos) { in Time() argument
1083 return Time(mParser->mPreSkip, aGranulepos); in Time()
1086 int64_t OpusState::Time(int aPreSkip, int64_t aGranulepos) { in Time() argument
[all …]
H A DOggCodecState.h425 int64_t Time(int64_t aGranulepos) override;
436 static int64_t Time(int aPreSkip, int64_t aGranulepos);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/ogg/
H A DOggCodecState.cpp463 int64_t TheoraState::Time(th_info* aInfo, int64_t aGranulepos) { in Time() argument
464 if (aGranulepos < 0 || aInfo->fps_numerator == 0) { in Time()
470 ogg_int64_t iframe = aGranulepos >> shift; in Time()
471 ogg_int64_t pframe = aGranulepos - (iframe << shift); in Time()
771 int64_t VorbisState::Time(vorbis_info* aInfo, int64_t aGranulepos) { in Time() argument
772 if (aGranulepos == -1 || aInfo->rate == 0) { in Time()
775 CheckedInt64 t = SaferMultDiv(aGranulepos, USECS_PER_S, aInfo->rate); in Time()
1074 int64_t OpusState::Time(int64_t aGranulepos) { in Time() argument
1079 return Time(mParser->mPreSkip, aGranulepos); in Time()
1082 int64_t OpusState::Time(int aPreSkip, int64_t aGranulepos) { in Time() argument
[all …]
H A DOggCodecState.h429 int64_t Time(int64_t aGranulepos) override;
440 static int64_t Time(int aPreSkip, int64_t aGranulepos);
/dports/www/firefox/firefox-99.0/dom/media/ogg/
H A DOggCodecState.cpp467 int64_t TheoraState::Time(th_info* aInfo, int64_t aGranulepos) { in Time() argument
468 if (aGranulepos < 0 || aInfo->fps_numerator == 0) { in Time()
474 ogg_int64_t iframe = aGranulepos >> shift; in Time()
475 ogg_int64_t pframe = aGranulepos - (iframe << shift); in Time()
775 int64_t VorbisState::Time(vorbis_info* aInfo, int64_t aGranulepos) { in Time() argument
776 if (aGranulepos == -1 || aInfo->rate == 0) { in Time()
779 CheckedInt64 t = SaferMultDiv(aGranulepos, USECS_PER_S, aInfo->rate); in Time()
1078 int64_t OpusState::Time(int64_t aGranulepos) { in Time() argument
1083 return Time(mParser->mPreSkip, aGranulepos); in Time()
1086 int64_t OpusState::Time(int aPreSkip, int64_t aGranulepos) { in Time() argument
[all …]
H A DOggCodecState.h425 int64_t Time(int64_t aGranulepos) override;
436 static int64_t Time(int aPreSkip, int64_t aGranulepos);
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/ogg/
H A DOggCodecState.cpp467 int64_t TheoraState::Time(th_info* aInfo, int64_t aGranulepos) { in Time() argument
468 if (aGranulepos < 0 || aInfo->fps_numerator == 0) { in Time()
474 ogg_int64_t iframe = aGranulepos >> shift; in Time()
475 ogg_int64_t pframe = aGranulepos - (iframe << shift); in Time()
775 int64_t VorbisState::Time(vorbis_info* aInfo, int64_t aGranulepos) { in Time() argument
776 if (aGranulepos == -1 || aInfo->rate == 0) { in Time()
779 CheckedInt64 t = SaferMultDiv(aGranulepos, USECS_PER_S, aInfo->rate); in Time()
1078 int64_t OpusState::Time(int64_t aGranulepos) { in Time() argument
1083 return Time(mParser->mPreSkip, aGranulepos); in Time()
1086 int64_t OpusState::Time(int aPreSkip, int64_t aGranulepos) { in Time() argument
[all …]
H A DOggCodecState.h425 int64_t Time(int64_t aGranulepos) override;
436 static int64_t Time(int aPreSkip, int64_t aGranulepos);
/dports/www/firefox-esr/firefox-91.8.0/dom/media/platforms/agnostic/
H A DTheoraDecoder.cpp33 bool aBOS, bool aEOS, int64_t aGranulepos, in InitTheoraPacket() argument
40 packet.granulepos = aGranulepos; in InitTheoraPacket()
H A DVorbisDecoder.cpp22 bool aBOS, bool aEOS, int64_t aGranulepos, in InitVorbisPacket() argument
29 packet.granulepos = aGranulepos; in InitVorbisPacket()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/platforms/agnostic/
H A DTheoraDecoder.cpp30 bool aBOS, bool aEOS, int64_t aGranulepos, in InitTheoraPacket() argument
37 packet.granulepos = aGranulepos; in InitTheoraPacket()
H A DVorbisDecoder.cpp22 bool aBOS, bool aEOS, int64_t aGranulepos, in InitVorbisPacket() argument
29 packet.granulepos = aGranulepos; in InitVorbisPacket()
/dports/www/firefox/firefox-99.0/dom/media/platforms/agnostic/
H A DTheoraDecoder.cpp33 bool aBOS, bool aEOS, int64_t aGranulepos, in InitTheoraPacket() argument
40 packet.granulepos = aGranulepos; in InitTheoraPacket()
H A DVorbisDecoder.cpp22 bool aBOS, bool aEOS, int64_t aGranulepos, in InitVorbisPacket() argument
29 packet.granulepos = aGranulepos; in InitVorbisPacket()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/platforms/agnostic/
H A DTheoraDecoder.cpp33 bool aBOS, bool aEOS, int64_t aGranulepos, in InitTheoraPacket() argument
40 packet.granulepos = aGranulepos; in InitTheoraPacket()
H A DVorbisDecoder.cpp22 bool aBOS, bool aEOS, int64_t aGranulepos, in InitVorbisPacket() argument
29 packet.granulepos = aGranulepos; in InitVorbisPacket()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/platforms/agnostic/
H A DTheoraDecoder.cpp30 bool aBOS, bool aEOS, int64_t aGranulepos, in InitTheoraPacket() argument
37 packet.granulepos = aGranulepos; in InitTheoraPacket()
H A DVorbisDecoder.cpp21 bool aBOS, bool aEOS, int64_t aGranulepos, in InitVorbisPacket() argument
28 packet.granulepos = aGranulepos; in InitVorbisPacket()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/platforms/agnostic/
H A DTheoraDecoder.cpp28 int64_t aGranulepos, int64_t aPacketNo) in InitTheoraPacket() argument
35 packet.granulepos = aGranulepos; in InitTheoraPacket()
H A DVorbisDecoder.cpp21 int64_t aGranulepos, int64_t aPacketNo) in InitVorbisPacket() argument
28 packet.granulepos = aGranulepos; in InitVorbisPacket()