Home
last modified time | relevance | path

Searched refs:frames_to_process (Results 101 – 125 of 260) sorted by relevance

1234567891011

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/audio/
H A Daudio_resampler_kernel.h52 float* GetSourcePointer(uint32_t frames_to_process,
59 void Process(float* destination, uint32_t frames_to_process);
H A Dequal_power_panner.h43 uint32_t frames_to_process,
49 uint32_t frames_to_process,
H A Daudio_processor.h66 uint32_t frames_to_process) = 0;
71 virtual void ProcessOnlyAudioParams(uint32_t frames_to_process) {} in ProcessOnlyAudioParams() argument
H A Daudio_dsp_kernel.h59 uint32_t frames_to_process) = 0;
62 virtual void ProcessOnlyAudioParams(uint32_t frames_to_process) {} in ProcessOnlyAudioParams() argument
H A Daudio_dsp_kernel_processor.h66 uint32_t frames_to_process) override;
67 void ProcessOnlyAudioParams(uint32_t frames_to_process) override;
H A Dpanner.h67 uint32_t frames_to_process,
73 uint32_t frames_to_process,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/webaudio/
H A Ddelay_dsp_kernel.h43 uint32_t frames_to_process) override;
47 void ProcessOnlyAudioParams(uint32_t frames_to_process) override;
H A Drealtime_analyser.cc80 void RealtimeAnalyser::WriteInput(AudioBus* bus, uint32_t frames_to_process) { in WriteInput() argument
83 DCHECK_GE(bus->Channel(0)->length(), frames_to_process); in WriteInput()
88 DCHECK_LE(write_index + frames_to_process, input_buffer_.size()); in WriteInput()
98 frames_to_process * sizeof(*dest)); in WriteInput()
100 write_index += frames_to_process; in WriteInput()
H A Daudio_node.h152 virtual void Process(uint32_t frames_to_process) = 0;
157 virtual void ProcessOnlyAudioParams(uint32_t frames_to_process) {} in ProcessOnlyAudioParams() argument
183 virtual void ProcessIfNecessary(uint32_t frames_to_process);
265 virtual void PullInputs(uint32_t frames_to_process);
H A Dpanner_node.h74 void ProcessIfNecessary(uint32_t frames_to_process) override;
75 void Process(uint32_t frames_to_process) override;
78 uint32_t frames_to_process);
79 void ProcessOnlyAudioParams(uint32_t frames_to_process) override;
H A Daudio_node_input.h69 uint32_t frames_to_process);
103 uint32_t frames_to_process);
H A Daudio_basic_inspector_node.cc44 void AudioBasicInspectorHandler::PullInputs(uint32_t frames_to_process) { in PullInputs() argument
47 Input(0).Pull(Output(0).Bus(), frames_to_process); in PullInputs()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/webaudio/
H A Drealtime_analyser.cc80 void RealtimeAnalyser::WriteInput(AudioBus* bus, uint32_t frames_to_process) { in WriteInput() argument
83 DCHECK_GE(bus->Channel(0)->length(), frames_to_process); in WriteInput()
88 DCHECK_LE(write_index + frames_to_process, input_buffer_.size()); in WriteInput()
98 frames_to_process * sizeof(*dest)); in WriteInput()
100 write_index += frames_to_process; in WriteInput()
H A Daudio_node.h152 virtual void Process(uint32_t frames_to_process) = 0;
157 virtual void ProcessOnlyAudioParams(uint32_t frames_to_process) {} in ProcessOnlyAudioParams() argument
183 virtual void ProcessIfNecessary(uint32_t frames_to_process);
265 virtual void PullInputs(uint32_t frames_to_process);
H A Daudio_node_input.h69 uint32_t frames_to_process);
103 uint32_t frames_to_process);
H A Daudio_basic_inspector_node.cc44 void AudioBasicInspectorHandler::PullInputs(uint32_t frames_to_process) { in PullInputs() argument
47 Input(0).Pull(Output(0).Bus(), frames_to_process); in PullInputs()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/mediastream/
H A Dmedia_stream_web_audio_source.cc45 uint32_t frames_to_process) { in ProvideInput() argument
61 web_audio_source_provider_->ProvideInput(web_audio_data, frames_to_process); in ProvideInput()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/audio/
H A Dequal_power_panner.h43 uint32_t frames_to_process,
49 uint32_t frames_to_process,
H A Daudio_delay_dsp_kernel.h40 uint32_t frames_to_process) override;
59 uint32_t frames_to_process);
H A Daudio_dsp_kernel.h59 uint32_t frames_to_process) = 0;
62 virtual void ProcessOnlyAudioParams(uint32_t frames_to_process) {} in ProcessOnlyAudioParams() argument
H A Daudio_processor.h66 uint32_t frames_to_process) = 0;
71 virtual void ProcessOnlyAudioParams(uint32_t frames_to_process) {} in ProcessOnlyAudioParams() argument
H A Daudio_dsp_kernel_processor.h66 uint32_t frames_to_process) override;
67 void ProcessOnlyAudioParams(uint32_t frames_to_process) override;
H A Dpanner.h67 uint32_t frames_to_process,
73 uint32_t frames_to_process,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/mediastream/
H A Dmedia_stream_web_audio_source.cc45 uint32_t frames_to_process) { in ProvideInput() argument
63 web_audio_source_provider_->ProvideInput(web_audio_data_, frames_to_process); in ProvideInput()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/media/cma/backend/mixer/post_processors/
H A Dpost_processor_unittest.cc167 int frames_to_process = std::min(frames_remaining, kNumFrames); in TestRingingTime() local
169 frames_to_process = std::min(frames_to_process, frames_remaining); in TestRingingTime()
170 data.assign(frames_to_process * num_input_channels, 0); in TestRingingTime()
171 pp->ProcessFrames(data.data(), frames_to_process, &metadata); in TestRingingTime()
172 frames_remaining -= frames_to_process; in TestRingingTime()

1234567891011