Home
last modified time | relevance | path

Searched refs:m_frameCount (Results 1 – 25 of 102) sorted by relevance

12345

/dports/misc/visp/visp-3.4.0/modules/io/src/video/
H A DvpVideoReader.cpp183 m_frameCount = m_firstFrame; in open()
190 m_frameCount = m_firstFrame; in open()
200 m_frameCount--; in open()
216 m_frameCount = m_firstFrame; in open()
223 m_frameCount = m_firstFrame; in open()
233 m_frameCount--; in open()
259 m_imSequence->setImageNumber(m_frameCount); in acquire()
261 m_imSequence->setImageNumber(m_frameCount); in acquire()
268 m_frameCount++; in acquire()
336 m_imSequence->setImageNumber(m_frameCount); in acquire()
[all …]
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/render/backend/
H A Dcomputecommand.cpp54 , m_frameCount(0) in ComputeCommand()
73 m_frameCount = 0; in cleanup()
109 if (d->m_enabled && d->m_frameCount != m_frameCount) { in syncFromFrontEnd()
110 m_frameCount = d->m_frameCount; in syncFromFrontEnd()
111 m_hasReachedFrameCount = m_frameCount <= 0; in syncFromFrontEnd()
123 --m_frameCount; in updateFrameCount()
124 if (m_frameCount <= 0) in updateFrameCount()
H A Dcomputecommand_p.h77 inline int frameCount() const Q_DECL_NOTHROW { return m_frameCount; } in frameCount()
87 int m_frameCount; variable
/dports/audio/exhale/exhale-7688ab502ecbd1203bde1e605676f7440cd9fd5e/src/app/
H A DbasicMP4Writer.cpp87 if (((m_frameCount++) % m_rndAccPeriod) == 0) // add RAP to list (stco) in addFrameAU()
91 if (((m_frameCount - 1u) % (m_rndAccPeriod << 1)) == 0) // every 2nd in addFrameAU()
113 const unsigned numFramesFirstPeriod = __min (m_frameCount, m_rndAccPeriod); in finishFile()
114 …const unsigned numFramesFinalPeriod = (m_frameCount <= m_rndAccPeriod ? 0 : m_frameCount % m_rndAc… in finishFile()
133 …const uint32_t sampleCountSize = (m_frameCount > UINT16_MAX ? 4 : (m_frameCount > UINT8_MAX ? 2 … in finishFile()
175 header4Byte[460>>2] = toBigEndian (m_frameCount - 1); // 2 entries used in finishFile()
256 m_dynamicHeader.push_back ((m_frameCount >> 24) & UCHAR_MAX); in finishFile()
257 m_dynamicHeader.push_back ((m_frameCount >> 16) & UCHAR_MAX); in finishFile()
261 m_dynamicHeader.push_back ((m_frameCount >> 8) & UCHAR_MAX); in finishFile()
263 m_dynamicHeader.push_back ( m_frameCount & UCHAR_MAX); in finishFile()
[all …]
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/bqaudiostream/test/
H A DAudioStreamTestData.h40 m_frameCount = lrint(m_duration * m_sampleRate);
41 m_data = new float[m_frameCount * m_channelCount];
54 for (int i = 0; i < m_frameCount; ++i) {
88 return m_frameCount;
106 ws->putInterleavedFrames(m_frameCount, m_data);
112 int m_frameCount;
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/data/fileio/test/
H A DAudioTestData.h47 m_frameCount = lrint(m_duration * m_sampleRate); in AudioTestData()
48 m_data = new float[m_frameCount * m_channelCount]; in AudioTestData()
61 for (int i = 0; i < m_frameCount; ++i) { in generate()
96 return m_frameCount; in getFrameCount()
113 sv_frame_t m_frameCount; variable
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/data/fileio/
H A DCodedAudioFileReader.cpp66 m_frameCount = 0; in CodedAudioFileReader()
357 if (m_fileFrameCount != m_frameCount) { in finishDecodeCache()
358 SVDEBUG << "CodedAudioFileReader: Resampled to " << m_frameCount in finishDecodeCache()
454 m_firstNonzero = m_frameCount; in pushBufferNonResampling()
456 m_lastNonzero = m_frameCount; in pushBufferNonResampling()
462 ++m_frameCount; in pushBufferNonResampling()
516 if (double(m_frameCount) / ratio < double(m_fileFrameCount)) { in pushBufferResampling() local
517 padFrames = m_fileFrameCount - sv_frame_t(double(m_frameCount) / ratio) + 1; in pushBufferResampling()
522 …ader::pushBufferResampling: frameCount = " << m_frameCount << ", equivFileFrames = " << double(m_f… in pushBufferResampling()
538 if (m_frameCount + out > expected) { in pushBufferResampling()
[all …]
H A DWavFileReader.cpp41 m_frameCount = 0;
71 m_frameCount = m_fileInfo.frames;
109 …SVDEBUG << "WavFileReader: Filename " << m_path << ", frame count " << m_frameCount << ", channel …
139 m_frameCount = m_fileInfo.frames;
146 if (m_frameCount != prevCount) {
262 while (ix < m_frameCount) {
H A DAudioFileReader.h49 sv_frame_t getFrameCount() const { return m_frameCount; } in getFrameCount()
169 sv_frame_t m_frameCount;
/dports/misc/visp/visp-3.4.0/modules/io/include/visp3/io/
H A DvpVideoReader.h218 long m_frameCount; // Index of the next image variable
263 if (m_frameCount + m_frameStep > m_lastFrame) in end()
266 if (m_frameCount + m_frameStep < m_firstFrame) in end()
295 inline long getFrameIndex() const { return m_frameCount; } in getFrameIndex()
343 inline void resetFrameCounter() { m_frameCount = m_firstFrame; } in resetFrameCounter()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/benchmarks/declarative/qmlshadersplugin/
H A Dtst_performance.cpp54 , m_frameCount(0) in BenchmarkItem()
61 if (timer.restart() > 7) m_frameCount++; in paint()
64 int frameCount() { return m_frameCount; } in frameCount()
67 int m_frameCount; member in BenchmarkItem
/dports/graphics/aseprite/aseprite-1.2.9/src/flic/
H A Dencoder.cpp85 , m_frameCount(0) in Encoder()
100 write16(m_frameCount); // Number of frames in ~Encoder()
126 switch (m_frameCount) { in writeFrame()
137 if (m_frameCount == 0 || m_prevColormap != frame.colormap) { in writeFrame()
142 if (m_frameCount == 0) { in writeFrame()
164 ++m_frameCount; in writeFrame()
170 --m_frameCount; in writeRingFrame()
185 if (m_frameCount == 0 || in writeColorChunk()
188 if (m_frameCount == 0) { in writeColorChunk()
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/quick3d/
H A Dqquick3drenderstats.cpp120 ++m_frameCount; in endRender()
153 m_fps = m_frameCount; in endRender()
154 m_frameCount = 0; in endRender()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/image/ffmpeg/
H A Dtiio_ffmpeg.cpp103 m_frameCount++; in createIntermediateImage()
257 m_frameCount = text.split(" ")[3].toInt(); in getInfo()
266 std::to_string(m_frameRate) + " " + std::to_string(m_frameCount); in getInfo()
275 info.m_frameCount = m_frameCount; in getInfo()
391 m_frameCount = frameResults.toDouble() * getFrameRate(); in getFrameCount()
395 if (!m_frameCount) { in getFrameCount()
409 m_frameCount = frameResults.toInt(); in getFrameCount()
412 return m_frameCount; in getFrameCount()
450 for (int i = 1; i <= m_frameCount; i++) { in getFramesFromMovie()
H A Dtiio_mp4.cpp171 m_frameCount = tempInfo.m_frameCount; in TLevelReaderMp4()
195 if (m_frameCount == -1) return TLevelP(); in loadInfo()
197 for (int i = 1; i <= m_frameCount; i++) level->setFrame(i, TImageP()); in loadInfo()
H A Dtiio_webm.cpp172 m_frameCount = tempInfo.m_frameCount; in TLevelReaderWebm()
196 if (m_frameCount == -1) return TLevelP(); in loadInfo()
198 for (int i = 1; i <= m_frameCount; i++) level->setFrame(i, TImageP()); in loadInfo()
/dports/audio/libaudiofile/audiofile-0.3.6/libaudiofile/modules/
H A DUT_RebufferModule.cpp57 m_frameCount(0), in TestSourceModule()
63 unsigned frameCount() const { return m_frameCount; } in frameCount()
64 void setFrameCount(unsigned frameCount) { m_frameCount = frameCount; } in setFrameCount()
74 unsigned frameCount = std::min<unsigned>(m_outChunk->frameCount, m_frameCount); in runPull()
78 m_frameCount -= frameCount; in runPull()
83 unsigned m_frameCount; member in TestSourceModule
/dports/multimedia/kodi-addon-inputstream.adaptive/inputstream.adaptive-19.0.1-Matrix/src/
H A DADTSReader.h56 void reset() { m_summedFrameCount = 0; m_frameCount = 0; m_dataBuffer.SetDataSize(0); } in reset()
59 …uint64_t getDuration() const { return m_sampleRate ? (static_cast<uint64_t>(m_frameCount) * 90000)… in getDuration()
70 uint32_t m_frameCount = 0; variable
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/data/model/
H A DWritableWaveFileModel.cpp51 m_frameCount(0), in WritableWaveFileModel()
68 m_frameCount(0), in WritableWaveFileModel()
84 m_frameCount(0), in WritableWaveFileModel()
221 m_frameCount += count; in addSamples()
316 return m_frameCount; in getFrameCount()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/render/frontend/
H A Dqcomputecommand.cpp151 , m_frameCount(0) in QComputeCommandPrivate()
157 m_frameCount = frameCount; in setFrameCount()
288 data.frameCount = d->m_frameCount; in createNodeCreationChange()
/dports/devel/bullet/bullet3-3.21/examples/MultiBody/
H A DInvertedPendulumPDControl.cpp20 int m_frameCount; member
43 m_frameCount(0) in InvertedPendulumPDControl()
352 m_frameCount++; in stepSimulation()
353 if ((m_frameCount & 0xff) == 0) in stepSimulation()
374 if (m_frameCount == 100) in stepSimulation()
382 sprintf(fileName, "%s%d.png", gPngFileName, m_frameCount); in stepSimulation()
/dports/devel/py-bullet3/bullet3-3.21/examples/MultiBody/
H A DInvertedPendulumPDControl.cpp20 int m_frameCount; member
43 m_frameCount(0) in InvertedPendulumPDControl()
352 m_frameCount++; in stepSimulation()
353 if ((m_frameCount & 0xff) == 0) in stepSimulation()
374 if (m_frameCount == 100) in stepSimulation()
382 sprintf(fileName, "%s%d.png", gPngFileName, m_frameCount); in stepSimulation()
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svapp/audio/
H A DAudioCallbackRecordTarget.cpp38 m_frameCount(0), in AudioCallbackRecordTarget()
198 m_frameCount += nframes; in updateModel()
201 frameToEmit = m_frameCount; in updateModel()
252 m_frameCount = 0; in startRecording()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/benchmarks/gui/graphicsview/functional/GraphicsViewBenchmark/widgets/
H A Dmainview.cpp147 m_frameCount = 0; in fpsReset()
216 m_frameCount++; in paintEvent()
330 fps = m_frameCount * 1000.0 / msecs; in updateFps()
338 m_frameCount = 0; in updateFps()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DPage.h163 void incrementFrameCount() { ++m_frameCount; } in incrementFrameCount()
164 void decrementFrameCount() { ASSERT(m_frameCount); --m_frameCount; } in decrementFrameCount()
165 int frameCount() const { checkFrameCountConsistency(); return m_frameCount; } in frameCount()
360 int m_frameCount; variable

12345