Searched refs:newFormat (Results 1 - 5 of 5) sorted by relevance

/haiku/src/apps/cortex/addons/common/
H A DAudioFilterNode.h271 const media_format& newFormat);
437 const media_format& newFormat);
439 const media_format& newFormat);
H A DAudioFilterNode.cpp636 const media_format& newFormat) {
1269 AudioFilterNode::prepareFormatChange(const media_format &newFormat) argument
1276 media_format proposed = newFormat;
1284 AudioFilterNode::doFormatChange(const media_format &newFormat) argument
1286 m_output.format = newFormat;
632 FormatChanged( const media_source& source, const media_destination& destination, int32 changeTag, const media_format& newFormat) argument
/haiku/src/apps/cortex/addons/Flanger/
H A DFlangerNode.h147 const media_format& newFormat);
H A DFlangerNode.cpp425 const media_format& newFormat) {
421 FormatChanged( const media_source& source, const media_destination& destination, int32 changeTag, const media_format& newFormat) argument
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioNode.cpp1497 media_format newFormat = channel->fInput.format; local
1498 newFormat.u.raw_audio.frame_rate = frameRate;
1499 newFormat.u.raw_audio.buffer_size
1504 channel->fInput.destination, newFormat, NULL, &changeTag);
1549 media_format newFormat = channel->fOutput.format; local
1550 newFormat.u.raw_audio.frame_rate = frameRate;
1551 newFormat.u.raw_audio.buffer_size
1556 channel->fOutput.destination, newFormat, NULL, &changeTag);

Completed in 82 milliseconds