Home
last modified time | relevance | path

Searched refs:AudioOutputPtr (Results 1 – 25 of 26) sorted by relevance

12

/dports/audio/mumble/mumble-1.3.3/src/mumble/
H A DAudio.cpp133 AudioOutputPtr ao = g.ao; in addFrame()
145 AudioOutputPtr ao(g.ao); in fetchFrames()
185 AudioOutputPtr ao = g.ao; in ~RecordUser()
191 AudioOutputPtr ao(g.ao); in addFrame()
221 AudioOutputPtr ao = g.ao; in stopOutput()
288 AudioOutputPtr ao = g.ao; in stop()
H A DAudioOutput.h48 typedef boost::shared_ptr<AudioOutput> AudioOutputPtr; typedef
56 static AudioOutputPtr newFromChoice(QString choice = QString());
H A DAudioOutput.cpp42 AudioOutputPtr AudioOutputRegistrar::newFromChoice(QString choice) { in newFromChoice()
44 return AudioOutputPtr(); in newFromChoice()
49 return AudioOutputPtr(qmNew->value(choice)->create()); in newFromChoice()
54 return AudioOutputPtr(qmNew->value(choice)->create()); in newFromChoice()
63 return AudioOutputPtr(r->create()); in newFromChoice()
65 return AudioOutputPtr(); in newFromChoice()
H A DAudioWizard.cpp288 g.ao = AudioOutputPtr(aor->create()); in on_qcbOutputDevice_activated()
308 AudioOutputPtr ao = g.ao; in showPage()
349 AudioOutputPtr ao = g.ao; in nextId()
360 AudioOutputPtr ao = g.ao; in playChord()
392 AudioOutputPtr ao = g.ao; in reject()
445 AudioOutputPtr ao = g.ao; in on_Ticker_timeout()
H A DJackAudio.cpp300 AudioOutputPtr ao = g.ao; in process_callback()
353 AudioOutputPtr ao = g.ao; in allocOutputBuffer()
430 AudioOutputPtr ao = g.ao; in initializeOutput()
458 AudioOutputPtr ao = g.ao; in destroyOutput()
H A DVoiceRecorderDialog.cpp164 AudioOutputPtr ao(g.ao); in on_qpbStart_clicked()
H A DAudioConfigDialog.cpp323 AudioOutputPtr ao = g.ao; in on_qpbPushClickPreview_clicked()
335 AudioOutputPtr ao = g.ao; in continuePlayback()
H A DClientUser.cpp91 AudioOutputPtr ao = g.ao; in remove()
H A DLog.cpp176 AudioOutputPtr ao = g.ao; in on_qtwMessages_itemClicked()
526 AudioOutputPtr ao = g.ao; in log()
H A DPulseAudio.cpp173 AudioOutputPtr ao = g.ao; in eventCallback()
534 AudioOutputPtr ao = g.ao; in write_callback()
H A DServerHandler.cpp221 AudioOutputPtr ao = g.ao; in handleVoicePacket()
628 AudioOutputPtr ao = g.ao; in serverConnectionClosed()
H A DAudioInput.cpp925 AudioOutputPtr ao = g.ao; in encodeAudioFrame()
/dports/audio/murmur/mumble-1.3.3/src/mumble/
H A DAudio.cpp133 AudioOutputPtr ao = g.ao; in addFrame()
145 AudioOutputPtr ao(g.ao); in fetchFrames()
185 AudioOutputPtr ao = g.ao; in ~RecordUser()
191 AudioOutputPtr ao(g.ao); in addFrame()
221 AudioOutputPtr ao = g.ao; in stopOutput()
288 AudioOutputPtr ao = g.ao; in stop()
H A DAudioOutput.h48 typedef boost::shared_ptr<AudioOutput> AudioOutputPtr; typedef
56 static AudioOutputPtr newFromChoice(QString choice = QString());
H A DAudioOutput.cpp42 AudioOutputPtr AudioOutputRegistrar::newFromChoice(QString choice) { in newFromChoice()
44 return AudioOutputPtr(); in newFromChoice()
49 return AudioOutputPtr(qmNew->value(choice)->create()); in newFromChoice()
54 return AudioOutputPtr(qmNew->value(choice)->create()); in newFromChoice()
63 return AudioOutputPtr(r->create()); in newFromChoice()
65 return AudioOutputPtr(); in newFromChoice()
H A DAudioWizard.cpp288 g.ao = AudioOutputPtr(aor->create()); in on_qcbOutputDevice_activated()
308 AudioOutputPtr ao = g.ao; in showPage()
349 AudioOutputPtr ao = g.ao; in nextId()
360 AudioOutputPtr ao = g.ao; in playChord()
392 AudioOutputPtr ao = g.ao; in reject()
445 AudioOutputPtr ao = g.ao; in on_Ticker_timeout()
H A DJackAudio.cpp300 AudioOutputPtr ao = g.ao; in process_callback()
353 AudioOutputPtr ao = g.ao; in allocOutputBuffer()
430 AudioOutputPtr ao = g.ao; in initializeOutput()
458 AudioOutputPtr ao = g.ao; in destroyOutput()
H A DVoiceRecorderDialog.cpp164 AudioOutputPtr ao(g.ao); in on_qpbStart_clicked()
H A DAudioConfigDialog.cpp323 AudioOutputPtr ao = g.ao; in on_qpbPushClickPreview_clicked()
335 AudioOutputPtr ao = g.ao; in continuePlayback()
H A DClientUser.cpp91 AudioOutputPtr ao = g.ao; in remove()
H A DLog.cpp176 AudioOutputPtr ao = g.ao; in on_qtwMessages_itemClicked()
526 AudioOutputPtr ao = g.ao; in log()
H A DPulseAudio.cpp173 AudioOutputPtr ao = g.ao; in eventCallback()
534 AudioOutputPtr ao = g.ao; in write_callback()
H A DServerHandler.cpp221 AudioOutputPtr ao = g.ao; in handleVoicePacket()
628 AudioOutputPtr ao = g.ao; in serverConnectionClosed()
H A DAudioInput.cpp925 AudioOutputPtr ao = g.ao; in encodeAudioFrame()
/dports/audio/mumble/mumble-1.3.3/
H A DCHANGES2743 AudioOutputPtr to use QSharedPointer instead of
2896 AudioOutputPtr to use QSharedPointer instead of
2898 b676712 Mumble: convert AudioInputPtr and AudioOutputPtr to use

12