Home
last modified time | relevance | path

Searched refs:aOutFrames (Results 1 – 25 of 119) sorted by relevance

12345

/dports/www/firefox-esr/firefox-91.8.0/dom/media/
H A DDynamicResampler.cpp51 uint32_t* aOutFrames, in ResampleInternal() argument
62 MOZ_ASSERT(aOutFrames); in ResampleInternal()
63 MOZ_ASSERT(*aOutFrames > 0); in ResampleInternal()
89 MOZ_ASSERT(aOutFrames); in ResampleInternal()
90 MOZ_ASSERT(*aOutFrames > 0); in ResampleInternal()
206 bool DynamicResampler::EnoughInFrames(uint32_t aOutFrames, in EnoughInFrames() argument
209 return InFramesBuffered(aChannelIndex) >= aOutFrames; in EnoughInFrames()
222 if (!EnoughInFrames(aOutFrames, i)) { in CanResample()
404 segment.AppendNullData(aOutFrames); in Resample()
412 if (!mResampler.CanResample(aOutFrames + 1)) { in Resample()
[all …]
H A DDynamicResampler.h84 bool Resample(float* aOutBuffer, uint32_t* aOutFrames,
86 bool Resample(int16_t* aOutBuffer, uint32_t* aOutFrames,
106 bool CanResample(uint32_t aOutFrames) const;
119 float* aOutBuffer, uint32_t* aOutFrames,
126 bool ResampleInternal(T* aOutBuffer, uint32_t* aOutFrames, in ResampleInternal() argument
133 MOZ_ASSERT(aOutFrames); in ResampleInternal()
134 MOZ_ASSERT(*aOutFrames); in ResampleInternal()
137 if (!EnoughInFrames(*aOutFrames, aChannelIndex)) { in ResampleInternal()
138 *aOutFrames = 0; in ResampleInternal()
152 uint32_t totalOutFramesNeeded = *aOutFrames; in ResampleInternal()
[all …]
/dports/www/firefox/firefox-99.0/dom/media/
H A DDynamicResampler.cpp51 uint32_t* aOutFrames, in ResampleInternal() argument
62 MOZ_ASSERT(aOutFrames); in ResampleInternal()
63 MOZ_ASSERT(*aOutFrames > 0); in ResampleInternal()
89 MOZ_ASSERT(aOutFrames); in ResampleInternal()
90 MOZ_ASSERT(*aOutFrames > 0); in ResampleInternal()
206 bool DynamicResampler::EnoughInFrames(uint32_t aOutFrames, in EnoughInFrames() argument
209 return InFramesBuffered(aChannelIndex) >= aOutFrames; in EnoughInFrames()
222 if (!EnoughInFrames(aOutFrames, i)) { in CanResample()
407 segment.AppendNullData(aOutFrames); in Resample()
415 if (!mResampler.CanResample(aOutFrames + 1)) { in Resample()
[all …]
H A DDynamicResampler.h84 bool Resample(float* aOutBuffer, uint32_t* aOutFrames,
86 bool Resample(int16_t* aOutBuffer, uint32_t* aOutFrames,
106 bool CanResample(uint32_t aOutFrames) const;
119 float* aOutBuffer, uint32_t* aOutFrames,
126 bool ResampleInternal(T* aOutBuffer, uint32_t* aOutFrames, in ResampleInternal() argument
133 MOZ_ASSERT(aOutFrames); in ResampleInternal()
134 MOZ_ASSERT(*aOutFrames); in ResampleInternal()
137 if (!EnoughInFrames(*aOutFrames, aChannelIndex)) { in ResampleInternal()
138 *aOutFrames = 0; in ResampleInternal()
152 uint32_t totalOutFramesNeeded = *aOutFrames; in ResampleInternal()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/
H A DDynamicResampler.cpp51 uint32_t* aOutFrames, in ResampleInternal() argument
62 MOZ_ASSERT(aOutFrames); in ResampleInternal()
63 MOZ_ASSERT(*aOutFrames > 0); in ResampleInternal()
89 MOZ_ASSERT(aOutFrames); in ResampleInternal()
90 MOZ_ASSERT(*aOutFrames > 0); in ResampleInternal()
206 bool DynamicResampler::EnoughInFrames(uint32_t aOutFrames, in EnoughInFrames() argument
209 return InFramesBuffered(aChannelIndex) >= aOutFrames; in EnoughInFrames()
222 if (!EnoughInFrames(aOutFrames, i)) { in CanResample()
404 segment.AppendNullData(aOutFrames); in Resample()
412 if (!mResampler.CanResample(aOutFrames + 1)) { in Resample()
[all …]
H A DDynamicResampler.h84 bool Resample(float* aOutBuffer, uint32_t* aOutFrames,
86 bool Resample(int16_t* aOutBuffer, uint32_t* aOutFrames,
106 bool CanResample(uint32_t aOutFrames) const;
119 float* aOutBuffer, uint32_t* aOutFrames,
126 bool ResampleInternal(T* aOutBuffer, uint32_t* aOutFrames, in ResampleInternal() argument
133 MOZ_ASSERT(aOutFrames); in ResampleInternal()
134 MOZ_ASSERT(*aOutFrames); in ResampleInternal()
137 if (!EnoughInFrames(*aOutFrames, aChannelIndex)) { in ResampleInternal()
138 *aOutFrames = 0; in ResampleInternal()
152 uint32_t totalOutFramesNeeded = *aOutFrames; in ResampleInternal()
[all …]
/dports/www/firefox/firefox-99.0/layout/forms/
H A DnsSelectsAreaFrame.cpp86 nsTArray<nsIFrame*>* aOutFrames) override;
100 nsTArray<nsIFrame*>* aOutFrames) { in HitTest() argument
112 aOutFrames->AppendElement(selectedFrame); in HitTest()
115 aOutFrames->AppendElement(outFrames.ElementAt(i)); in HitTest()
/dports/www/firefox-esr/firefox-91.8.0/layout/forms/
H A DnsSelectsAreaFrame.cpp47 nsTArray<nsIFrame*>* aOutFrames) override;
61 nsTArray<nsIFrame*>* aOutFrames) { in HitTest() argument
73 aOutFrames->AppendElement(selectedFrame); in HitTest()
76 aOutFrames->AppendElement(outFrames.ElementAt(i)); in HitTest()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/forms/
H A DnsSelectsAreaFrame.cpp47 nsTArray<nsIFrame*>* aOutFrames) override;
61 nsTArray<nsIFrame*>* aOutFrames) { in HitTest() argument
73 aOutFrames->AppendElement(selectedFrame); in HitTest()
76 aOutFrames->AppendElement(outFrames.ElementAt(i)); in HitTest()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/forms/
H A DnsSelectsAreaFrame.cpp42 HitTestState* aState, nsTArray<nsIFrame*> *aOutFrames) override;
50 const nsRect& aRect, HitTestState* aState, nsTArray<nsIFrame*> *aOutFrames)
63 aOutFrames->AppendElement(selectedFrame);
66 aOutFrames->AppendElement(outFrames.ElementAt(i));
/dports/lang/spidermonkey60/firefox-60.9.0/layout/forms/
H A DnsSelectsAreaFrame.cpp44 nsTArray<nsIFrame*>* aOutFrames) override;
54 nsTArray<nsIFrame*>* aOutFrames) { in HitTest() argument
66 aOutFrames->AppendElement(selectedFrame); in HitTest()
69 aOutFrames->AppendElement(outFrames.ElementAt(i)); in HitTest()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/forms/
H A DnsSelectsAreaFrame.cpp47 nsTArray<nsIFrame*>* aOutFrames) override;
57 nsTArray<nsIFrame*>* aOutFrames) { in HitTest() argument
69 aOutFrames->AppendElement(selectedFrame); in HitTest()
72 aOutFrames->AppendElement(outFrames.ElementAt(i)); in HitTest()
/dports/www/firefox-esr/firefox-91.8.0/layout/xul/tree/
H A DnsTreeColFrame.cpp63 nsTArray<nsIFrame*>* aOutFrames) override;
70 nsTArray<nsIFrame*>* aOutFrames) { in HitTest() argument
92 aOutFrames->AppendElement(child); in HitTest()
/dports/www/firefox/firefox-99.0/layout/xul/tree/
H A DnsTreeColFrame.cpp119 nsTArray<nsIFrame*>* aOutFrames) override;
126 nsTArray<nsIFrame*>* aOutFrames) { in HitTest() argument
148 aOutFrames->AppendElement(child); in HitTest()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/xul/tree/
H A DnsTreeColFrame.cpp63 nsTArray<nsIFrame*>* aOutFrames) override;
70 nsTArray<nsIFrame*>* aOutFrames) { in HitTest() argument
92 aOutFrames->AppendElement(child); in HitTest()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/xul/tree/
H A DnsTreeColFrame.cpp62 nsTArray<nsIFrame*>* aOutFrames) override;
69 nsTArray<nsIFrame*>* aOutFrames) { in HitTest() argument
99 aOutFrames->AppendElement(child); in HitTest()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/xul/tree/
H A DnsTreeColFrame.cpp65 nsTArray<nsIFrame*>* aOutFrames) override;
72 nsTArray<nsIFrame*>* aOutFrames) { in HitTest() argument
102 aOutFrames->AppendElement(child); in HitTest()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/xul/tree/
H A DnsTreeColFrame.cpp69 nsTArray<nsIFrame*> *aOutFrames) override;
75 HitTestState* aState, nsTArray<nsIFrame*> *aOutFrames)
105 aOutFrames->AppendElement(child);
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/platforms/wmf/
H A DWMFUtils.cpp29 HNsToFrames(int64_t aHNs, uint32_t aRate, int64_t* aOutFrames) in HNsToFrames() argument
31 MOZ_ASSERT(aOutFrames); in HNsToFrames()
37 *aOutFrames = i.value(); in HNsToFrames()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/platforms/wmf/
H A DWMFUtils.cpp36 HNsToFrames(int64_t aHNs, uint32_t aRate, int64_t* aOutFrames) { in HNsToFrames() argument
37 MOZ_ASSERT(aOutFrames); in HNsToFrames()
43 *aOutFrames = i.value(); in HNsToFrames()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/platforms/wmf/
H A DWMFUtils.cpp36 HNsToFrames(int64_t aHNs, uint32_t aRate, int64_t* aOutFrames) { in HNsToFrames() argument
37 MOZ_ASSERT(aOutFrames); in HNsToFrames()
43 *aOutFrames = i.value(); in HNsToFrames()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/platforms/wmf/
H A DWMFUtils.cpp36 HNsToFrames(int64_t aHNs, uint32_t aRate, int64_t* aOutFrames) { in HNsToFrames() argument
37 MOZ_ASSERT(aOutFrames); in HNsToFrames()
43 *aOutFrames = i.value(); in HNsToFrames()
/dports/www/firefox/firefox-99.0/dom/media/platforms/wmf/
H A DWMFUtils.cpp36 HNsToFrames(int64_t aHNs, uint32_t aRate, int64_t* aOutFrames) { in HNsToFrames() argument
37 MOZ_ASSERT(aOutFrames); in HNsToFrames()
43 *aOutFrames = i.value(); in HNsToFrames()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/platforms/wmf/
H A DWMFUtils.cpp36 HNsToFrames(int64_t aHNs, uint32_t aRate, int64_t* aOutFrames) { in HNsToFrames() argument
37 MOZ_ASSERT(aOutFrames); in HNsToFrames()
43 *aOutFrames = i.value(); in HNsToFrames()
/dports/www/firefox/firefox-99.0/layout/generic/
H A DnsCanvasFrame.h154 nsTArray<nsIFrame*>* aOutFrames) override { in HitTest() argument
156 aOutFrames->AppendElement(mFrame); in HitTest()

12345