Home
last modified time | relevance | path

Searched refs:updateBufferState (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/QtAV/QtAV-1.13.0/src/
H A DAVDemuxThread.h55 void updateBufferState();
H A DAVDemuxThread.cpp58 mDemuxThread->updateBufferState(); // ensure detect buffering immediately in call()
351 void AVDemuxThread::updateBufferState() in updateBufferState() function in QtAV::AVDemuxThread
625 updateBufferState(); in run()
/dports/audio/kwave/kwave-21.12.3/plugins/record/
H A DRecordDialog.h147 void updateBufferState(unsigned int count, unsigned int total);
H A DRecordPlugin.cpp1144 m_dialog->updateBufferState(0, 0); in stateChanged()
1169 m_dialog->updateBufferState(m_buffers_recorded, buffers_total); in updateBufferProgressBar()
1174 m_dialog->updateBufferState(remaining, buffers_total); in updateBufferProgressBar()
1180 m_dialog->updateBufferState(queued, buffers_total); in updateBufferProgressBar()
H A DRecordDialog.cpp334 updateBufferState(0,0); in ~RecordDialog()
1135 void Kwave::RecordDialog::updateBufferState(unsigned int count, in updateBufferState() function in Kwave::RecordDialog