Home
last modified time | relevance | path

Searched refs:mAudioChannels (Results 1 – 21 of 21) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/platforms/gonk/
H A DGonkAudioDecoderManager.cpp38 : mAudioChannels(aConfig.mChannels) in GonkAudioDecoderManager()
44 MOZ_ASSERT(mAudioChannels); in GonkAudioDecoderManager()
84 mMimeType.get(), mAudioChannels, mAudioRate, mAudioProfile); in InitMediaCodecProxy()
86 format->setInt32("channel-count", mAudioChannels); in InitMediaCodecProxy()
138 uint32_t frames = size / (2 * mAudioChannels); in CreateAudioData()
150 mAudioChannels, in CreateAudioData()
153 mAudioChannels)); in CreateAudioData()
203 mAudioChannels = codec_channel_count; in Output()
H A DGonkAudioDecoderManager.h47 uint32_t mAudioChannels; variable
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/platforms/wmf/
H A DWMFAudioMFTManager.cpp83 : mAudioChannels(aConfig.mChannels), mAudioRate(aConfig.mRate) { in WMFAudioMFTManager()
149 hr = inputType->SetUINT32(MF_MT_AUDIO_NUM_CHANNELS, mAudioChannels); in Init()
199 hr = type->GetUINT32(MF_MT_AUDIO_NUM_CHANNELS, &mAudioChannels); in UpdateOutputType()
202 AudioConfig::ChannelLayout layout(mAudioChannels); in UpdateOutputType()
296 int32_t numFrames = numSamples / mAudioChannels; in Output()
324 Move(audioData), mAudioChannels, mAudioRate); in Output()
H A DWMFAudioMFTManager.h42 uint32_t mAudioChannels; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/platforms/wmf/
H A DWMFAudioMFTManager.cpp86 : mAudioChannels(aConfig.mChannels) in WMFAudioMFTManager()
158 hr = inputType->SetUINT32(MF_MT_AUDIO_NUM_CHANNELS, mAudioChannels); in Init()
212 hr = type->GetUINT32(MF_MT_AUDIO_NUM_CHANNELS, &mAudioChannels); in UpdateOutputType()
215 AudioConfig::ChannelLayout layout(mAudioChannels); in UpdateOutputType()
306 int32_t numFrames = numSamples / mAudioChannels; in Output()
341 mAudioChannels, in Output()
H A DWMFAudioMFTManager.h49 uint32_t mAudioChannels; variable
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/platforms/wmf/
H A DWMFAudioMFTManager.cpp85 : mAudioChannels(aConfig.mChannels), in WMFAudioMFTManager()
153 hr = inputType->SetUINT32(MF_MT_AUDIO_NUM_CHANNELS, mAudioChannels); in Init()
204 hr = type->GetUINT32(MF_MT_AUDIO_NUM_CHANNELS, &mAudioChannels); in UpdateOutputType()
279 int32_t numFrames = numSamples / mAudioChannels; in Output()
301 mAudioChannels, mAudioRate, mChannelsMap); in Output()
H A DWMFAudioMFTManager.h42 uint32_t mAudioChannels; variable
/dports/www/firefox-esr/firefox-91.8.0/dom/media/platforms/wmf/
H A DWMFAudioMFTManager.cpp85 : mAudioChannels(aConfig.mChannels), in WMFAudioMFTManager()
153 hr = inputType->SetUINT32(MF_MT_AUDIO_NUM_CHANNELS, mAudioChannels); in Init()
205 hr = type->GetUINT32(MF_MT_AUDIO_NUM_CHANNELS, &mAudioChannels); in UpdateOutputType()
281 int32_t numFrames = numSamples / mAudioChannels; in Output()
316 mAudioChannels, mAudioRate, mChannelsMap); in Output()
H A DWMFAudioMFTManager.h45 uint32_t mAudioChannels; variable
/dports/www/firefox/firefox-99.0/dom/media/platforms/wmf/
H A DWMFAudioMFTManager.cpp85 : mAudioChannels(aConfig.mChannels), in WMFAudioMFTManager()
153 hr = inputType->SetUINT32(MF_MT_AUDIO_NUM_CHANNELS, mAudioChannels); in Init()
205 hr = type->GetUINT32(MF_MT_AUDIO_NUM_CHANNELS, &mAudioChannels); in UpdateOutputType()
281 int32_t numFrames = numSamples / mAudioChannels; in Output()
316 mAudioChannels, mAudioRate, mChannelsMap); in Output()
H A DWMFAudioMFTManager.h45 uint32_t mAudioChannels; variable
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/platforms/wmf/
H A DWMFAudioMFTManager.cpp85 : mAudioChannels(aConfig.mChannels), in WMFAudioMFTManager()
153 hr = inputType->SetUINT32(MF_MT_AUDIO_NUM_CHANNELS, mAudioChannels); in Init()
205 hr = type->GetUINT32(MF_MT_AUDIO_NUM_CHANNELS, &mAudioChannels); in UpdateOutputType()
281 int32_t numFrames = numSamples / mAudioChannels; in Output()
316 mAudioChannels, mAudioRate, mChannelsMap); in Output()
H A DWMFAudioMFTManager.h45 uint32_t mAudioChannels; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/android/
H A DMPAPI.h106 int32_t mAudioChannels; member
113 mAudioChannels(0), in AudioFrame()
125 mAudioChannels = aAudioChannels; in Set()
H A DAndroidMediaReader.cpp303 uint32_t frames = source.mSize / (source.mAudioChannels * in DecodeAudioData()
311 source.mAudioChannels, in DecodeAudioData()
314 source.mAudioChannels)); in DecodeAudioData()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/omx-plugin/
H A DOmxPlugin.cpp67 int32_t mAudioChannels;
112 *numChannels = mAudioChannels;
174 mAudioChannels(-1),
560 if (!meta->findInt32(kKeyChannelCount, &mAudioChannels) ||
566 if (mAudioChannels < 0) {
567 LOG("audio channel count %d must be nonnegative", mAudioChannels);
658 if (!mAudioSource->getFormat()->findInt32(kKeyChannelCount, &mAudioChannels) ||
663 LOG("channelCount: %d sampleRate: %d", mAudioChannels, mAudioSampleRate);
665 if (mAudioChannels < 0) {
666 LOG("audio channel count %d must be nonnegative", mAudioChannels);
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/media/
H A DMediaFormatReader.cpp3038 aInfo.mAudioChannels = audioInfo.mChannels; in GetDebugInfo()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/
H A DMediaFormatReader.cpp2968 aInfo.mAudioChannels = audioInfo.mChannels; in GetDebugInfo()
/dports/www/firefox/firefox-99.0/dom/media/
H A DMediaFormatReader.cpp3130 aInfo.mAudioChannels = audioInfo.mChannels; in GetDebugInfo()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/
H A DMediaFormatReader.cpp3038 aInfo.mAudioChannels = audioInfo.mChannels; in GetDebugInfo()