Lines Matching defs:MixerInput

18 #include "MixerInput.h"
23 MixerInput::MixerInput(MixerCore* core, const media_input& input,
46 PRINT_INPUT("MixerInput::MixerInput", fInput);
87 MixerInput::~MixerInput()
107 MixerInput::ID()
114 MixerInput::MediaInput()
121 MixerInput::BufferReceived(BBuffer* buffer)
129 ERROR("MixerInput::BufferReceived: dropped incoming buffer as we "
140 ERROR("MixerInput::BufferReceived: buffer with negative start time of "
152 PRINT(4, "MixerInput::BufferReceived: buffer start %10Ld, offset %6d\n",
174 // printf("MixerInput::BufferReceived: -1 frame GLITCH! last "
180 // printf("MixerInput::BufferReceived: +1 frame GLITCH! last "
185 printf("MixerInput::BufferReceived: GLITCH! last frame was "
312 MixerInput::UpdateResamplingAlgorithm()
338 MixerInput::GetInputChannelCount()
345 MixerInput::AddInputChannelDestination(int channel, int destination_type)
358 ERROR("MixerInput::AddInputChannelDestination: destination_type %d "
373 MixerInput::RemoveInputChannelDestination(int channel, int destination_type)
393 MixerInput::HasInputChannelDestination(int channel, int destination_type)
405 MixerInput::GetInputChannelForDestination(int destination_type)
419 MixerInput::GetInputChannelType(int channel)
428 MixerInput::SetInputChannelGain(int channel, float gain)
440 MixerInput::GetInputChannelGain(int channel)
449 MixerInput::_UpdateInputChannelDestinationMask()
511 MixerInput::_UpdateInputChannelDestinations()
586 MixerInput::SetInputChannelDestinationGain(int channel, int destination_type,
592 // once for each MixerInput, but we use it for parameter validation
611 MixerInput::GetInputChannelDestinationGain(int channel, int destination_type)
614 // once for each MixerInput, but we use it for parameter validation
626 MixerInput::SetMixerChannelGain(int mixer_channel, float gain)
639 MixerInput::GetMixerChannelGain(int mixer_channel)
648 MixerInput::GetMixerChannelType(int mixer_channel)
657 MixerInput::SetEnabled(bool yesno)
664 MixerInput::IsEnabled()
671 MixerInput::SetMixBufferFormat(int32 framerate, int32 frames)
673 TRACE("MixerInput::SetMixBufferFormat: framerate %ld, frames %ld\n",