Home
last modified time | relevance | path

Searched refs:m_streamIndex (Results 1 – 18 of 18) sorted by relevance

/dports/multimedia/subtitlecomposer/subtitlecomposer-0.7.1/src/speechprocessor/
H A Dspeechprocessor.cpp30 m_streamIndex(-1), in SpeechProcessor()
89 if(m_mediaFile == mediaFile && audioStream == m_streamIndex) in setAudioStream()
110 m_streamIndex = audioStream; in setAudioStream()
128 m_streamIndex = -1; in clearAudioStream()
H A Dspeechprocessor.h54 int m_streamIndex; in QT_FORWARD_DECLARE_CLASS() local
/dports/audio/kid3-kf5/kid3-3.8.6/src/plugins/acoustidimport/
H A Dffmpegfingerprintdecoder.cpp242 Format(const char* fileName) : m_ptr(nullptr), m_streamIndex(-1), m_hasError(false) { in Format()
280 m_streamIndex = i; in findAudioStream()
286 m_streamIndex = ::av_find_best_stream(m_ptr, AVMEDIA_TYPE_AUDIO, -1, -1, in findAudioStream()
288 if (m_streamIndex >= 0) { in findAudioStream()
289 stream = m_ptr->streams[m_streamIndex]; in findAudioStream()
311 int streamIndex() const { return m_streamIndex; } in streamIndex()
319 int m_streamIndex; member in __anon4f6dfa4e0111::Format
/dports/audio/kid3-qt5/kid3-3.8.6/src/plugins/acoustidimport/
H A Dffmpegfingerprintdecoder.cpp242 Format(const char* fileName) : m_ptr(nullptr), m_streamIndex(-1), m_hasError(false) { in Format()
280 m_streamIndex = i; in findAudioStream()
286 m_streamIndex = ::av_find_best_stream(m_ptr, AVMEDIA_TYPE_AUDIO, -1, -1, in findAudioStream()
288 if (m_streamIndex >= 0) { in findAudioStream()
289 stream = m_ptr->streams[m_streamIndex]; in findAudioStream()
311 int streamIndex() const { return m_streamIndex; } in streamIndex()
319 int m_streamIndex; member in __anon4556e5220111::Format
/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/MultiSink/src/ffmpeg/src/
H A Dabstractstream.cpp53 int m_streamIndex {-1}; member in AbstractStreamPrivate
96 this->d->m_streamIndex = streamIndex; in AbstractStream()
160 return this->d->m_streamIndex; in streamIndex()
/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/MultiSink/src/ndkmedia/src/
H A Dabstractstream.cpp72 int m_streamIndex {-1}; member in AbstractStreamPrivate
97 this->d->m_streamIndex = streamIndex; in AbstractStream()
160 return this->d->m_streamIndex; in streamIndex()
/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/VirtualCamera/src/
H A Dvirtualcameraelement.cpp53 int m_streamIndex {-1}; member in VirtualCameraElementPrivate
181 this->d->m_streamIndex = streamIndex; in addStream()
207 this->d->m_streamIndex = streamIndex; in updateStream()
494 this->d->m_streamIndex = -1; in clearStreams()
/dports/multimedia/subtitlecomposer/subtitlecomposer-0.7.1/src/gui/waveform/
H A Dwaveformwidget.cpp45 m_streamIndex(-1), in WaveformWidget()
328 if(m_mediaFile == mediaFile && audioStream == m_streamIndex) in setAudioStream()
334 m_streamIndex = audioStream; in setAudioStream()
336 m_wfBuffer->setAudioStream(m_mediaFile, m_streamIndex); in setAudioStream()
356 m_streamIndex = -1; in clearAudioStream()
H A Dwaveformwidget.h116 int m_streamIndex; in QT_FORWARD_DECLARE_CLASS() local
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/wave/examples/
H A Dvanet-routing-compare.cc1242 int64_t m_streamIndex; member in VanetRoutingExperiment
1298 m_streamIndex (0), in VanetRoutingExperiment()
2187 m_streamIndex += taPositionAlloc->AssignStreams (m_streamIndex); in SetupAdhocMobilityNodes()
2199 m_streamIndex += mobilityAdhoc.AssignStreams (m_adhocTxNodes, m_streamIndex); in SetupAdhocMobilityNodes()
2376 m_streamIndex += m_waveBsmHelper.AssignStreams (m_adhocTxNodes, m_streamIndex); in SetupWaveMessages()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/common/cm/
H A Dcm_queue_rt.h242 uint32_t StreamIndex() const { return m_streamIndex; } in StreamIndex()
418 uint32_t m_streamIndex; variable
H A Dcm_queue_rt.cpp146 m_streamIndex(0), in CmQueueRT()
472 m_streamIndex, in Enqueue()
880 m_streamIndex, in EnqueueWithGroup()
3939 m_streamIndex, in EnqueueFast()
4006 m_streamIndex, in EnqueueWithGroupFast()
4059 m_streamIndex = halState->pfnRegisterStream(halState); in CreateGpuContext()
4061 halState->osInterface->streamIndex = m_streamIndex; in CreateGpuContext()
4072 old_stream_idx = m_streamIndex = halState->osInterface->streamIndex; in CreateGpuContext()
4109 m_streamIndex, in ExecuteGroupTask()
4127 m_streamIndex, in ExecuteGeneralTask()
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/common/cm/
H A Dcm_queue_rt.h242 uint32_t StreamIndex() const { return m_streamIndex; } in StreamIndex()
409 uint32_t m_streamIndex; variable
H A Dcm_queue_rt.cpp143 m_streamIndex(0), in CmQueueRT()
468 m_streamIndex, in Enqueue()
876 m_streamIndex, in EnqueueWithGroup()
3935 m_streamIndex, in EnqueueFast()
4002 m_streamIndex, in EnqueueWithGroupFast()
4055 m_streamIndex = halState->pfnRegisterStream(halState); in CreateGpuContext()
4057 halState->osInterface->streamIndex = m_streamIndex; in CreateGpuContext()
4068 old_stream_idx = m_streamIndex = halState->osInterface->streamIndex; in CreateGpuContext()
4081 m_streamIndex, in ExecuteGroupTask()
4099 m_streamIndex, in ExecuteGeneralTask()
/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/VideoCapture/src/mediafoundation/src/
H A Dcapturemmf.cpp197 DWORD m_streamIndex {DWORD(MF_SOURCE_READER_FIRST_VIDEO_STREAM)}; member in CaptureMMFPrivate
456 if (FAILED(this->d->m_sourceReader->ReadSample(this->d->m_streamIndex, in readFrame()
619 this->d->m_streamIndex = streamIndex; in init()
/dports/net/yate/yate-6.4.0-1/libs/yjabber/
H A Dyatejabber.h2408 return ++m_streamIndex; in getStreamIndex()
2411 unsigned int m_streamIndex; // Index used to build stream name variable
H A Djbengine.cpp1379 m_streamIndex(0), in JBServerEngine()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/wave/doc/
H A Dwave.rst532 int64_t m_streamIndex;
545 m_streamIndex += m_waveBsmHelper.AssignStreams (m_streamIndex);