Home
last modified time | relevance | path

Searched refs:mChannelData (Results 126 – 150 of 203) sorted by relevance

123456789

/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/webspeech/recognition/
H A Dendpointer.cc115 const int16_t* audio_data = static_cast<const int16_t*>(raw_audio.mChannelData[0]); in ProcessAudio()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/webspeech/recognition/
H A Dendpointer.cc115 const int16_t* audio_data = static_cast<const int16_t*>(raw_audio.mChannelData[0]); in ProcessAudio()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webspeech/recognition/
H A Dendpointer.cc115 const int16_t* audio_data = static_cast<const int16_t*>(raw_audio.mChannelData[0]); in ProcessAudio()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/webaudio/
H A DGainNode.cpp94 const float* inputBuffer = static_cast<const float*> (aInput.mChannelData[channel]); in ProcessBlock()
H A DAudioParam.cpp190 static_cast<const float*>(lastAudioNodeChunk.mChannelData[0])[aCounter]; in AudioNodeInputValue()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/webaudio/
H A DMediaBufferDecoder.cpp494 mDecodeJob.mBuffer.mChannelData.SetLength(channelCount); in FinishDecode()
508 mDecodeJob.mBuffer.mChannelData[i] = buffer->GetData(i); in FinishDecode()
522 mDecodeJob.mBuffer.mChannelData[i] = data; in FinishDecode()
H A DGainNode.cpp84 static_cast<const float*>(aInput.mChannelData[channel]); in ProcessBlock()
H A DAudioParam.cpp167 static_cast<const float*>(lastAudioNodeChunk.mChannelData[0])[aCounter]; in AudioNodeInputValue()
H A DAudioBuffer.cpp211 mSharedChannels.mChannelData.SetLength(channelCount); in SetSharedChannels()
213 mSharedChannels.mChannelData[i] = buffer->GetData(i); in SetSharedChannels()
/dports/www/firefox/firefox-99.0/dom/media/webaudio/
H A DMediaBufferDecoder.cpp494 mDecodeJob.mBuffer.mChannelData.SetLength(channelCount); in FinishDecode()
508 mDecodeJob.mBuffer.mChannelData[i] = buffer->GetData(i); in FinishDecode()
522 mDecodeJob.mBuffer.mChannelData[i] = data; in FinishDecode()
H A DGainNode.cpp84 static_cast<const float*>(aInput.mChannelData[channel]); in ProcessBlock()
H A DAudioParam.cpp167 static_cast<const float*>(lastAudioNodeChunk.mChannelData[0])[aCounter]; in AudioNodeInputValue()
H A DAudioBuffer.cpp211 mSharedChannels.mChannelData.SetLength(channelCount); in SetSharedChannels()
213 mSharedChannels.mChannelData[i] = buffer->GetData(i); in SetSharedChannels()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webaudio/
H A DMediaBufferDecoder.cpp494 mDecodeJob.mBuffer.mChannelData.SetLength(channelCount); in FinishDecode()
508 mDecodeJob.mBuffer.mChannelData[i] = buffer->GetData(i); in FinishDecode()
522 mDecodeJob.mBuffer.mChannelData[i] = data; in FinishDecode()
H A DGainNode.cpp84 static_cast<const float*>(aInput.mChannelData[channel]); in ProcessBlock()
H A DAudioParam.cpp167 static_cast<const float*>(lastAudioNodeChunk.mChannelData[0])[aCounter]; in AudioNodeInputValue()
H A DAudioBuffer.cpp211 mSharedChannels.mChannelData.SetLength(channelCount); in SetSharedChannels()
213 mSharedChannels.mChannelData[i] = buffer->GetData(i); in SetSharedChannels()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/webaudio/
H A DMediaBufferDecoder.cpp490 mDecodeJob.mBuffer.mChannelData.SetLength(channelCount); in FinishDecode()
504 mDecodeJob.mBuffer.mChannelData[i] = buffer->GetData(i); in FinishDecode()
518 mDecodeJob.mBuffer.mChannelData[i] = data; in FinishDecode()
H A DGainNode.cpp85 static_cast<const float*>(aInput.mChannelData[channel]); in ProcessBlock()
H A DAudioBuffer.cpp208 mSharedChannels.mChannelData.SetLength(channelCount); in SetSharedChannels()
210 mSharedChannels.mChannelData[i] = buffer->GetData(i); in SetSharedChannels()
H A DAudioParam.cpp169 static_cast<const float*>(lastAudioNodeChunk.mChannelData[0])[aCounter]; in AudioNodeInputValue()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/webaudio/
H A DAudioBuffer.cpp194 mSharedChannels.mChannelData.SetLength(channelCount); in SetSharedChannels()
196 mSharedChannels.mChannelData[i] = buffer->GetData(i); in SetSharedChannels()
H A DAudioParam.cpp170 static_cast<const float*>(lastAudioNodeChunk.mChannelData[0])[aCounter]; in AudioNodeInputValue()
H A DGainNode.cpp85 static_cast<const float*>(aInput.mChannelData[channel]); in ProcessBlock()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/gtest/
H A DTestDynamicResampler.cpp935 chunk.mChannelData.AppendElements(aChannels); in CreateAudioChunk()
937 chunk.mChannelData[i] = bufferPtrs[i]; in CreateAudioChunk()
1100 chunk2.mChannelData.AppendElements(channels); in TEST()
1102 chunk2.mChannelData[i] = bufferPtrs[i]; in TEST()
1155 chunk2.mChannelData.AppendElements(channels); in TEST()
1157 chunk2.mChannelData[i] = bufferPtrs[i]; in TEST()

123456789