Home
last modified time | relevance | path

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

12

/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/webrtc/
H A DSineWaveGenerator.h19 : mTotalLength(aSampleRate / aFrequency), mReadLength(0) { in SineWaveGenerator()
24 mAudioBuffer = MakeUnique<int16_t[]>(mTotalLength); in SineWaveGenerator()
25 for (int i = 0; i < mTotalLength; i++) { in SineWaveGenerator()
27 mAudioBuffer[i] = (3276.8f * sin(2 * M_PI * i / mTotalLength)); in SineWaveGenerator()
38 if (mTotalLength - mReadLength >= remaining) { in generate()
41 processSamples = mTotalLength - mReadLength; in generate()
48 if (mReadLength == mTotalLength) { in generate()
56 TrackTicks mTotalLength; variable
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/webrtc/
H A DSineWaveGenerator.h19 : mTotalLength(aSampleRate / aFrequency), mReadLength(0) { in SineWaveGenerator()
24 mAudioBuffer = MakeUnique<int16_t[]>(mTotalLength); in SineWaveGenerator()
25 for (int i = 0; i < mTotalLength; i++) { in SineWaveGenerator()
27 mAudioBuffer[i] = (3276.8f * sin(2 * M_PI * i / mTotalLength)); in SineWaveGenerator()
38 if (mTotalLength - mReadLength >= remaining) { in generate()
41 processSamples = mTotalLength - mReadLength; in generate()
48 if (mReadLength == mTotalLength) { in generate()
56 TrackTicks mTotalLength; variable
/dports/devel/okteta/okteta-0.26.6/core/piecetable/
H A Dpiecelist.hpp40 Size mTotalLength = 0; member in KPieceTable::PieceList
53 inline Size PieceList::totalLength() const { return mTotalLength; } in totalLength()
65 mTotalLength += piece.width(); in append()
85 mTotalLength += other.mTotalLength; in append()
108 mTotalLength += other.mTotalLength; in prepend()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/webrtc/
H A DMediaEngineDefault.cpp330 mTotalLength(aSampleRate / aFrequency), in SineWaveGenerator()
335 mAudioBuffer = MakeUnique<int16_t[]>(mTotalLength); in SineWaveGenerator()
336 for (int i = 0; i < mTotalLength; i++) { in SineWaveGenerator()
338 mAudioBuffer[i] = (3276.8f * sin(2 * M_PI * i / mTotalLength)); in SineWaveGenerator()
349 if (mTotalLength - mReadLength >= remaining) { in generate()
352 processSamples = mTotalLength - mReadLength; in generate()
358 if (mReadLength == mTotalLength) { in generate()
366 int16_t mTotalLength; member in mozilla::SineWaveGenerator
/dports/astro/opencpn/OpenCPN-5.2.4/libs/libtess2/Source/
H A DStriper.cpp381 mTotalLength = 0; in ConnectAllStrips()
396 mTotalLength += 2; in ConnectAllStrips()
402 if(mTotalLength&1) in ConnectAllStrips()
410 mTotalLength++; in ConnectAllStrips()
432 mTotalLength += result.StripLengths[k]; in ConnectAllStrips()
438 result.StripLengths = &mTotalLength; in ConnectAllStrips()
/dports/devel/godot-tools/godot-3.2.3-stable/platform/android/java/lib/src/com/google/android/vending/expansion/downloader/impl/
H A DDownloaderService.java439 long mTotalLength; field in DownloaderService
1043 mTotalLength = 0; in onHandleIntent()
1056 mTotalLength += info.mTotalBytes; in onHandleIntent()
1309 timeRemaining = (long) ((mTotalLength - totalBytesSoFar) / mAverageDownloadSpeed); in notifyUpdateBytes()
1316 new DownloadProgressInfo(mTotalLength, in notifyUpdateBytes()
/dports/devel/godot2-tools/godot-2.1.6-stable/platform/android/java/src/com/google/android/vending/expansion/downloader/impl/
H A DDownloaderService.java435 long mTotalLength; field in DownloaderService
1038 mTotalLength = 0; in onHandleIntent()
1051 mTotalLength += info.mTotalBytes; in onHandleIntent()
1304 timeRemaining = (long) ((mTotalLength - totalBytesSoFar) / mAverageDownloadSpeed); in notifyUpdateBytes()
1311 new DownloadProgressInfo(mTotalLength, in notifyUpdateBytes()
/dports/devel/godot2/godot-2.1.6-stable/platform/android/java/src/com/google/android/vending/expansion/downloader/impl/
H A DDownloaderService.java435 long mTotalLength; field in DownloaderService
1038 mTotalLength = 0; in onHandleIntent()
1051 mTotalLength += info.mTotalBytes; in onHandleIntent()
1304 timeRemaining = (long) ((mTotalLength - totalBytesSoFar) / mAverageDownloadSpeed); in notifyUpdateBytes()
1311 new DownloadProgressInfo(mTotalLength, in notifyUpdateBytes()
/dports/devel/godot/godot-3.2.3-stable/platform/android/java/lib/src/com/google/android/vending/expansion/downloader/impl/
H A DDownloaderService.java439 long mTotalLength; field in DownloaderService
1043 mTotalLength = 0; in onHandleIntent()
1056 mTotalLength += info.mTotalBytes; in onHandleIntent()
1309 timeRemaining = (long) ((mTotalLength - totalBytesSoFar) / mAverageDownloadSpeed); in notifyUpdateBytes()
1316 new DownloadProgressInfo(mTotalLength, in notifyUpdateBytes()
/dports/astro/opencpn/OpenCPN-5.2.4/libs/libtess2/Include/
H A DStriper.h74 udword mTotalLength; // The length of the single strip variable
/dports/www/firefox-esr/firefox-91.8.0/dom/html/
H A DHTMLFormSubmission.cpp352 mTotalLength = 0; in FSMultipartFormData()
372 *aContentLength = mTotalLength; in GetSubmissionBody()
529 mTotalLength += aInputStreamSize; in AddDataChunk()
567 mTotalLength += mPostDataChunk.Length(); in AddPostDataStream()
H A DHTMLFormSubmission.h294 uint64_t mTotalLength; variable
/dports/www/firefox/firefox-99.0/dom/html/
H A DHTMLFormSubmission.cpp353 mTotalLength = 0; in FSMultipartFormData()
373 *aContentLength = mTotalLength; in GetSubmissionBody()
530 mTotalLength += aInputStreamSize; in AddDataChunk()
568 mTotalLength += mPostDataChunk.Length(); in AddPostDataStream()
H A DHTMLFormSubmission.h288 uint64_t mTotalLength; variable
/dports/mail/thunderbird/thunderbird-91.8.0/dom/html/
H A DHTMLFormSubmission.cpp352 mTotalLength = 0; in FSMultipartFormData()
372 *aContentLength = mTotalLength; in GetSubmissionBody()
529 mTotalLength += aInputStreamSize; in AddDataChunk()
567 mTotalLength += mPostDataChunk.Length(); in AddPostDataStream()
H A DHTMLFormSubmission.h294 uint64_t mTotalLength; variable
/dports/lang/spidermonkey60/firefox-60.9.0/dom/html/
H A DHTMLFormSubmission.cpp375 mTotalLength = 0; in FSMultipartFormData()
396 *aContentLength = mTotalLength; in GetSubmissionBody()
567 mTotalLength += aInputStreamSize; in AddDataChunk()
607 mTotalLength += mPostDataChunk.Length(); in AddPostDataStream()
H A DHTMLFormSubmission.h236 uint64_t mTotalLength; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/html/
H A DHTMLFormSubmission.cpp435 mTotalLength = 0; in FSMultipartFormData()
458 *aContentLength = mTotalLength; in GetSubmissionBody()
640 mTotalLength += aInputStreamSize; in AddDataChunk()
681 mTotalLength += mPostDataChunk.Length(); in AddPostDataStream()
H A DHTMLFormSubmission.h245 uint64_t mTotalLength; variable
/dports/lang/spidermonkey78/firefox-78.9.0/dom/html/
H A DHTMLFormSubmission.cpp362 mTotalLength = 0; in FSMultipartFormData()
383 *aContentLength = mTotalLength; in GetSubmissionBody()
554 mTotalLength += aInputStreamSize; in AddDataChunk()
592 mTotalLength += mPostDataChunk.Length(); in AddPostDataStream()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/windows/
H A DnsDataObj.h270 const uint32_t mTotalLength; variable
282 CMemStream(nsHGLOBAL aGlobalMem, uint32_t mTotalLength,
/dports/mail/thunderbird/thunderbird-91.8.0/widget/windows/
H A DnsDataObj.h276 const uint32_t mTotalLength; variable
288 CMemStream(nsHGLOBAL aGlobalMem, uint32_t mTotalLength,
/dports/www/firefox/firefox-99.0/widget/windows/
H A DnsDataObj.h276 const uint32_t mTotalLength; variable
288 CMemStream(nsHGLOBAL aGlobalMem, uint32_t mTotalLength,
/dports/www/firefox-esr/firefox-91.8.0/widget/windows/
H A DnsDataObj.h276 const uint32_t mTotalLength; variable
288 CMemStream(nsHGLOBAL aGlobalMem, uint32_t mTotalLength,

12