Home
last modified time | relevance | path

Searched refs:aMaxChannelCount (Results 1 – 23 of 23) sorted by relevance

/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/opengl/util/av/impl/
H A DFFMPEGv08Natives.java56 …vid, String sizes, int vWidth, int vHeight, int vRate, int aid, int aMaxChannelCount, int aPrefSam… in setStream0() argument
H A DFFMPEGv10Natives.java56 …vid, String sizes, int vWidth, int vHeight, int vRate, int aid, int aMaxChannelCount, int aPrefSam… in setStream0() argument
H A DFFMPEGv11Natives.java56 …vid, String sizes, int vWidth, int vHeight, int vRate, int aid, int aMaxChannelCount, int aPrefSam… in setStream0() argument
H A DFFMPEGNatives.java66 int vRate, int aid, int aMaxChannelCount, int aPrefSampleRate); in setStream0() argument
H A DFFMPEGv09Natives.java56 …vid, String sizes, int vWidth, int vHeight, int vRate, int aid, int aMaxChannelCount, int aPrefSam… in setStream0() argument
H A DFFMPEGMediaPlayer.java367 final int aMaxChannelCount = audioSink.getMaxSupportedChannels(); in initStreamImpl() local
373 …s+", reqVideo "+rw+"x"+rh+"@"+rr+", aid "+aid+", aMaxChannelCount "+aMaxChannelCount+", aPrefSampl… in initStreamImpl()
375 …oviePtr, resStreamLocS, isCameraInput, vid, sizes, rw, rh, rr, aid, aMaxChannelCount, aPrefSampleR… in initStreamImpl()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/webrtc/
H A DMediaEngineWebRTCAudio.h36 uint32_t aMaxChannelCount,
147 AudioInputProcessing(uint32_t aMaxChannelCount,
H A DMediaEngineWebRTCAudio.cpp49 uint32_t aMaxChannelCount, bool aDelayAgnostic, bool aExtendedFilter) in MediaEngineWebRTCMicrophoneSource() argument
57 mDeviceMaxChannelCount(aMaxChannelCount), in MediaEngineWebRTCMicrophoneSource()
629 uint32_t aMaxChannelCount, RefPtr<SourceMediaTrack> aTrack, in AudioInputProcessing() argument
633 mRequestedInputChannelCount(aMaxChannelCount), in AudioInputProcessing()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/webrtc/
H A DMediaEngineWebRTCAudio.h36 uint32_t aMaxChannelCount,
137 AudioInputProcessing(uint32_t aMaxChannelCount,
H A DMediaEngineWebRTCAudio.cpp51 uint32_t aMaxChannelCount, bool aDelayAgnostic, bool aExtendedFilter) in MediaEngineWebRTCMicrophoneSource() argument
59 mDeviceMaxChannelCount(aMaxChannelCount), in MediaEngineWebRTCMicrophoneSource()
619 uint32_t aMaxChannelCount, const PrincipalHandle& aPrincipalHandle) in AudioInputProcessing() argument
621 mRequestedInputChannelCount(aMaxChannelCount), in AudioInputProcessing()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webrtc/
H A DMediaEngineWebRTCAudio.h36 uint32_t aMaxChannelCount,
137 AudioInputProcessing(uint32_t aMaxChannelCount,
H A DMediaEngineWebRTCAudio.cpp51 uint32_t aMaxChannelCount, bool aDelayAgnostic, bool aExtendedFilter) in MediaEngineWebRTCMicrophoneSource() argument
59 mDeviceMaxChannelCount(aMaxChannelCount), in MediaEngineWebRTCMicrophoneSource()
619 uint32_t aMaxChannelCount, const PrincipalHandle& aPrincipalHandle) in AudioInputProcessing() argument
621 mRequestedInputChannelCount(aMaxChannelCount), in AudioInputProcessing()
/dports/graphics/jogamp-jogl/jogl/src/jogl/native/libav/
H A Dffmpeg_impl_template.c681 jint aid, jint aMaxChannelCount, jint aPrefSampleRate) in FF_FUNC()
867 if( 1 <= aMaxChannelCount && aMaxChannelCount <= 2 ) { in FF_FUNC()
868 pAV->pACodecCtx->request_channel_layout=getDefaultAudioChannelLayout(aMaxChannelCount); in FF_FUNC()
871 pAV->pACodecCtx->request_channels=aMaxChannelCount; in FF_FUNC()
918 aMaxChannelCount, aPrefSampleRate, pAV->pACodecCtx->request_channel_layout, in FF_FUNC()
944 int32_t minChannelCount = MIN_INT(aMaxChannelCount,pAV->pACodecCtx->channels); in FF_FUNC()
/dports/www/firefox/firefox-99.0/dom/media/webrtc/
H A DMediaEngineWebRTCAudio.h113 explicit AudioInputProcessing(uint32_t aMaxChannelCount);
H A DMediaEngineWebRTCAudio.cpp477 AudioInputProcessing::AudioInputProcessing(uint32_t aMaxChannelCount) in AudioInputProcessing() argument
479 mRequestedInputChannelCount(aMaxChannelCount), in AudioInputProcessing()
/dports/www/firefox/firefox-99.0/dom/media/
H A DMediaTrackGraphImpl.h493 void SetMaxOutputChannelCount(uint32_t aMaxChannelCount);
H A DMediaTrackGraph.cpp833 void MediaTrackGraphImpl::SetMaxOutputChannelCount(uint32_t aMaxChannelCount) { in SetMaxOutputChannelCount() argument
835 mMaxOutputChannelCount = aMaxChannelCount; in SetMaxOutputChannelCount()
891 uint32_t aMaxChannelCount) in DeviceChanged() argument
894 mMaxChannelCount(aMaxChannelCount) {} in DeviceChanged()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/
H A DMediaTrackGraphImpl.h497 void SetMaxOutputChannelCount(uint32_t aMaxChannelCount);
H A DMediaTrackGraph.cpp875 void MediaTrackGraphImpl::SetMaxOutputChannelCount(uint32_t aMaxChannelCount) { in SetMaxOutputChannelCount() argument
877 mMaxOutputChannelCount = aMaxChannelCount; in SetMaxOutputChannelCount()
930 uint32_t aMaxChannelCount) in DeviceChanged() argument
933 mMaxChannelCount(aMaxChannelCount) {} in DeviceChanged()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/
H A DMediaTrackGraphImpl.h568 void SetMaxOutputChannelCount(uint32_t aMaxChannelCount);
H A DMediaTrackGraph.cpp1129 void MediaTrackGraphImpl::SetMaxOutputChannelCount(uint32_t aMaxChannelCount) { in SetMaxOutputChannelCount() argument
1131 mMaxOutputChannelCount = aMaxChannelCount; in SetMaxOutputChannelCount()
1184 uint32_t aMaxChannelCount) in DeviceChanged() argument
1187 mMaxChannelCount(aMaxChannelCount) {} in DeviceChanged()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/
H A DMediaTrackGraphImpl.h568 void SetMaxOutputChannelCount(uint32_t aMaxChannelCount);
H A DMediaTrackGraph.cpp1129 void MediaTrackGraphImpl::SetMaxOutputChannelCount(uint32_t aMaxChannelCount) { in SetMaxOutputChannelCount() argument
1131 mMaxOutputChannelCount = aMaxChannelCount; in SetMaxOutputChannelCount()
1184 uint32_t aMaxChannelCount) in DeviceChanged() argument
1187 mMaxChannelCount(aMaxChannelCount) {} in DeviceChanged()