Home
last modified time | relevance | path

Searched refs:GetChannels (Results 26 – 50 of 558) sorted by relevance

12345678910>>...23

/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Daudio_renderer_waveform.cpp77 size_t buffer_needed = pixel_samples * provider->GetChannels() * provider->GetBytesPerSample(); in Render()
84 assert(provider->GetChannels() == 1); in Render()
H A Daudio_player_oss.cpp149 bpf = provider->GetChannels() * provider->GetBytesPerSample(); in OpenStream()
165 int channels = provider->GetChannels(); in OpenStream()
/dports/audio/strawberry/strawberry-1.0.0/src/radios/
H A Dradioview.cpp60 emit GetChannels(); in showEvent()
91 …addAction(IconLoader::Load("view-refresh"), tr("Refresh channels"), this, &RadioView::GetChannels); in contextMenuEvent()
H A Dradioparadiseservice.h41 void GetChannels() override;
H A Dradiobackend.h45 void GetChannels();
/dports/security/vuls/vuls-0.13.7/vendor/github.com/nlopes/slack/examples/channels/
H A Dchannels.go11 channels, err := api.GetChannels(false)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/nlopes/slack/examples/channels/
H A Dchannels.go11 channels, err := api.GetChannels(false)
/dports/www/beehive/beehive-0.4.0/vendor/github.com/nlopes/slack/examples/channels/
H A Dchannels.go11 channels, err := api.GetChannels(false)
/dports/security/keybase/client-v5.7.1/go/libkb/
H A Dclient_status.go14 … res[i].NotificationChannels = mctx.G().NotifyRouter.GetChannels(ConnectionID(client.ConnectionID))
/dports/security/vuls/vuls-0.13.7/vendor/github.com/nlopes/slack/slacktest/
H A Dhandlers_test.go39 channels, err := client.GetChannels(true)
94 channels, err := client.GetChannels(true)
/dports/www/beehive/beehive-0.4.0/vendor/github.com/nlopes/slack/slacktest/
H A Dhandlers_test.go39 channels, err := client.GetChannels(true)
94 channels, err := client.GetChannels(true)
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/pcidsk/
H A Dgdal_edb.cpp57 int GetChannels() const;
128 int GDAL_EDBFile::GetChannels() const in GetChannels() function in GDAL_EDBFile
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/pcidsk/
H A Dgdal_edb.cpp66 int GetChannels() const override;
137 int GDAL_EDBFile::GetChannels() const
/dports/graphics/gdal/gdal-3.3.3/frmts/pcidsk/
H A Dgdal_edb.cpp66 int GetChannels() const override;
137 int GDAL_EDBFile::GetChannels() const in GetChannels() function in GDAL_EDBFile
/dports/graphics/py-gdal/gdal-3.3.3/frmts/pcidsk/
H A Dgdal_edb.cpp66 int GetChannels() const override;
137 int GDAL_EDBFile::GetChannels() const in GetChannels() function in GDAL_EDBFile
/dports/audio/chromaprint/chromaprint-v1.5.0/src/audio/
H A Dffmpeg_audio_reader_test.cpp18 ASSERT_EQ(2, reader.GetChannels()); in TEST()
/dports/multimedia/zoneminder/zoneminder-1.36.5/dep/RtspServer/src/xop/
H A DG711ASource.h22 uint32_t GetChannels() const in GetChannels() function
/dports/audio/oaml/oaml-1.3.4/include/
H A Dogg.h41 int GetChannels() const { return channels; } in main()
H A Dwav.h43 int GetChannels() const { return channels; } in GetChannels() function
H A Daif.h43 int GetChannels() const { return channels; } in GetChannels() function
/dports/games/warmux/warmux-11.04/build/android/jni/sdl/symbian/src/
H A Dstreamplayer.cpp47 LOCAL_C TInt GetChannels(TInt aChannels) in GetChannels() function
103 iChannels = GetChannels(aChannels); in OpenStream()
/dports/devel/ptlib/ptlib-2.10.11/include/ptlib/
H A Dsound.h135 unsigned GetChannels() const { return numChannels; } in GetChannels() function
451 virtual unsigned GetChannels() const;
/dports/devel/sdl12/SDL-1.2.15/src/audio/symbian/
H A Dstreamplayer.cpp27 LOCAL_C TInt GetChannels(TInt aChannels) in GetChannels() function
83 iChannels = GetChannels(aChannels); in OpenStream()
/dports/audio/audacity/audacity-Audacity-3.1.3/src/export/
H A DExportFFmpeg.cpp774 NULL, avctx->GetChannels(), nb_samples, avctx->GetSampleFmt(), 0); in encode_audio()
798 frame->GetWrappedValue(), avctx->GetChannels(), avctx->GetSampleFmt(), in encode_audio()
810 const int channelsCount = avctx->GetChannels(); in encode_audio()
812 for (ch = 0; ch < avctx->GetChannels(); ch++) { in encode_audio()
889 …const int nAudioFrameSizeOut = mDefaultFrameSize * mEncAudioCodecCtx->GetChannels() * sizeof(int16… in Finalize()
911 (mEncAudioCodecCtx->GetChannels() * sizeof(int16_t)); in Finalize()
995 int nAudioFrameSizeOut = mDefaultFrameSize * mEncAudioCodecCtx->GetChannels() * sizeof(int16_t); in EncodeAudioFrame()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/pcidsk/sdk/
H A Dpcidsk_edb.h51 virtual int GetChannels() const = 0;

12345678910>>...23