Home
last modified time | relevance | path

Searched refs:getFrameCount (Results 1 – 25 of 790) sorted by relevance

12345678910>>...32

/dports/multimedia/snapcast/snapcast-0.25.0/common/message/
H A Dpcm_chunk.hpp97 if (idx_ > getFrameCount()) in seek()
98 idx_ = getFrameCount(); in seek()
117 …ation_cast<T>(chronos::nsec(static_cast<chronos::nsec::rep>(1000000 * getFrameCount() / format.msR… in duration()
130 return static_cast<double>(getFrameCount()) / format.msRate(); in durationMs()
136 …tion_cast<T>(chronos::nsec(static_cast<chronos::nsec::rep>(1000000 * (getFrameCount() - idx_) / fo… in durationLeft()
141 return idx_ >= getFrameCount(); in isEndOfChunk()
144 inline uint32_t getFrameCount() const in getFrameCount() function in msg::PcmChunk
/dports/games/scummvm/scummvm-2.5.1/engines/asylum/puzzles/
H A Dwheel.cpp123 …_frameIndexes[i + 1] = GraphicResource::getFrameCount(_vm, getWorld()->graphicResourceIds[i + 14])… in init()
125 …_frameIndexes[i + 1] = GraphicResource::getFrameCount(_vm, getWorld()->graphicResourceIds[i + 4]) … in init()
139 …_frameIndexes[11] = (_frameIndexes[11] + 1) % (int32)GraphicResource::getFrameCount(_vm, getWorld(… in update()
157 …_frameIndexes[0] = (_frameIndexes[0] + 1) % (int32)GraphicResource::getFrameCount(_vm, getWorld()-… in update()
182 …if (_frameIndexes[frameIndex] != (int32)GraphicResource::getFrameCount(_vm, getWorld()->graphicRes… in update()
193 …if (_frameIndexesSparks[i] == (int32)GraphicResource::getFrameCount(_vm, getWorld()->graphicResour… in update()
213 …_frameIndexes[10] = (_frameIndexes[10] + 1) % (int32)GraphicResource::getFrameCount(_vm, getWorld(… in update()
237 uint32 frameCountWheel = GraphicResource::getFrameCount(_vm, getWorld()->graphicResourceIds[30]); in update()
243 …_frameIndexes[9] = (_frameIndexes[9] + 1) % (int32)GraphicResource::getFrameCount(_vm, getWorld()-… in update()
H A Dhivecontrol.cpp116 …_frameIndexes[kElementLever] = (5 - _leverPosition) * (GraphicResource::getFrameCount(_vm, getWorl… in init()
289 …uble)_leverPosition - (double)_prevLeverPosition) * (GraphicResource::getFrameCount(_vm, getWorld(… in mouseLeftDown()
364 …entControl] = (_frameIndexes[_currentControl] + 1) % GraphicResource::getFrameCount(_vm, getWorld(… in updateScreen()
370 …tLensLeft] = (_frameIndexes[kElementLensLeft] + 8) % GraphicResource::getFrameCount(_vm, getWorld(… in updateScreen()
372 …ensRight] = (_frameIndexes[kElementLensRight] + 8) % GraphicResource::getFrameCount(_vm, getWorld(… in updateScreen()
379 …_frameIndexes[kElementSwirl] = (_frameIndexes[kElementSwirl] + 1) % GraphicResource::getFrameCount in updateScreen()
383 …namic] = (_frameIndexes[kElementResetDynamic] + 1) % GraphicResource::getFrameCount(_vm, getWorld(… in updateScreen()
395 …entFlyHead] = (_frameIndexes[kElementFlyHead] + 1) % GraphicResource::getFrameCount(_vm, getWorld(… in updateScreen()
428 …if (_frameIndexes[kElementWingLeft1 + 2*i] != GraphicResource::getFrameCount(_vm, getWorld()->grap… in updateScreen()
429 …*i] = (_frameIndexes[kElementWingLeft1 + 2*i] + 1) % GraphicResource::getFrameCount(_vm, getWorld(… in updateScreen()
[all …]
H A Dtimemachine.cpp109 _frameCounts[0] = GraphicResource::getFrameCount(_vm, getWorld()->graphicResourceIds[35]); in init()
110 _frameCounts[1] = GraphicResource::getFrameCount(_vm, getWorld()->graphicResourceIds[36]); in init()
111 _frameCounts[2] = GraphicResource::getFrameCount(_vm, getWorld()->graphicResourceIds[37]); in init()
112 _frameCounts[3] = GraphicResource::getFrameCount(_vm, getWorld()->graphicResourceIds[38]); in init()
113 _frameCounts[4] = GraphicResource::getFrameCount(_vm, getWorld()->graphicResourceIds[39]); in init()
114 _frameCounts[5] = GraphicResource::getFrameCount(_vm, getWorld()->graphicResourceIds[40]); in init()
H A Dmorguedoor.cpp88 _frameCounts[kTopLever] = GraphicResource::getFrameCount(_vm, getWorld()->graphicResourceIds[21]); in init()
89 …_frameCounts[kBottomLever] = GraphicResource::getFrameCount(_vm, getWorld()->graphicResourceIds[22… in init()
90 …_frameCounts[kTopLeverOpened] = GraphicResource::getFrameCount(_vm, getWorld()->graphicResourceIds… in init()
91 …_frameCounts[kBottomLeverOpened] = GraphicResource::getFrameCount(_vm, getWorld()->graphicResource… in init()
92 …_frameCounts[kTopRightValve] = GraphicResource::getFrameCount(_vm, getWorld()->graphicResourceIds[… in init()
93 …_frameCounts[kCenterValve] = GraphicResource::getFrameCount(_vm, getWorld()->graphicResourceIds[26… in init()
94 _frameCounts[kRightGear] = GraphicResource::getFrameCount(_vm, getWorld()->graphicResourceIds[27]); in init()
95 …_frameCounts[kTopRightLever] = GraphicResource::getFrameCount(_vm, getWorld()->graphicResourceIds[… in init()
96 _frameCounts[kTopGear] = GraphicResource::getFrameCount(_vm, getWorld()->graphicResourceIds[31]); in init()
97 …_frameCounts[kBottomGear] = GraphicResource::getFrameCount(_vm, getWorld()->graphicResourceIds[32]… in init()
H A Dclock.cpp95 _frameIndexes[0] %= GraphicResource::getFrameCount(_vm, getWorld()->graphicResourceIds[2]); in update()
108 _frameIndexes[2] %= GraphicResource::getFrameCount(_vm, getWorld()->graphicResourceIds[3]); in update()
133 _frameIndexes[2] %= GraphicResource::getFrameCount(_vm, getWorld()->graphicResourceIds[3]); in mouseLeftDown()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sword25/gfx/
H A Danimation.cpp165 if (nr >= animationDescriptionPtr->getFrameCount()) { in setFrame()
167 nr, animationDescriptionPtr->getFrameCount()); in setFrame()
180 assert(_currentFrame < animationDescriptionPtr->getFrameCount()); in doRender()
262 tmpCurFrame = animationDescriptionPtr->getFrameCount() - 1; in frameNotification()
268 tmpCurFrame = tmpCurFrame % animationDescriptionPtr->getFrameCount(); in frameNotification()
272 …tmpCurFrame = animationDescriptionPtr->getFrameCount() - (tmpCurFrame % animationDescriptionPtr->g… in frameNotification()
297 assert(_currentFrame < animationDescriptionPtr->getFrameCount()); in frameNotification()
328 for (uint i = 0; i < animationDescriptionPtr->getFrameCount(); ++i) { in lockAllFrames()
345 for (uint i = 0; i < animationDescriptionPtr->getFrameCount(); ++i) { in unlockAllFrames()
376 int Animation::getFrameCount() const { in getFrameCount() function in Sword25::Animation
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/sword25/gfx/
H A Danimation.cpp165 if (nr >= animationDescriptionPtr->getFrameCount()) { in setFrame()
167 nr, animationDescriptionPtr->getFrameCount()); in setFrame()
180 assert(_currentFrame < animationDescriptionPtr->getFrameCount()); in doRender()
262 tmpCurFrame = animationDescriptionPtr->getFrameCount() - 1; in frameNotification()
268 tmpCurFrame = tmpCurFrame % animationDescriptionPtr->getFrameCount(); in frameNotification()
272 …tmpCurFrame = animationDescriptionPtr->getFrameCount() - (tmpCurFrame % animationDescriptionPtr->g… in frameNotification()
297 assert(_currentFrame < animationDescriptionPtr->getFrameCount()); in frameNotification()
328 for (uint i = 0; i < animationDescriptionPtr->getFrameCount(); ++i) { in lockAllFrames()
345 for (uint i = 0; i < animationDescriptionPtr->getFrameCount(); ++i) { in unlockAllFrames()
376 int Animation::getFrameCount() const { in getFrameCount() function in Sword25::Animation
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dcastselection.cpp83 int LevelCastItem::getFrameCount() const { return m_level->getFrameCount(); } in getFrameCount() function in LevelCastItem
135 int SoundCastItem::getFrameCount() const { in getFrameCount() function in SoundCastItem
136 return m_soundLevel->getFrameCount(); in getFrameCount()
172 int PaletteCastItem::getFrameCount() const { in getFrameCount() function in PaletteCastItem
173 return m_paletteLevel->getFrameCount(); in getFrameCount()
H A Dcastselection.h51 virtual int getFrameCount() const { return 0; } in getFrameCount() function
71 int getFrameCount() const override;
91 int getFrameCount() const override;
111 int getFrameCount() const override;
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dscriptbinding_level.cpp67 info.append(comma).append(tr("%1 frames").arg(getFrameCount())); in toString()
94 int Level::getFrameCount() const { return m_sl ? m_sl->getFrameCount() : 0; } in getFrameCount() function in TScriptBinding::Level
175 if (getFrameCount() == 0) { in save()
248 if (getFrameCount() == 0) in getFrame()
264 if (getFrameCount() == 0) in getFrameByIndex()
271 if (index < 0 || index >= getFrameCount()) { in getFrameByIndex()
274 .arg(getFrameCount() - 1)); in getFrameByIndex()
333 if (m_sl->getFrameCount() == 0) m_sl->setPalette(img->getImg()->getPalette()); in setFrame()
353 if (getFrameCount() > 0) { in getFrameIds()
410 if (m_sl->getFrameCount() == 0) m_sl->setPalette(img->getPalette()); in setFrame()
H A Dtxshchildlevel.cpp86 int TXshChildLevel::getFrameCount() const { in getFrameCount() function in TXshChildLevel
88 return m_xsheet->getFrameCount(); in getFrameCount()
97 for (i = 1; i <= getFrameCount(); i++) fids.push_back(TFrameId(i)); in getFids()
H A Dtxshsoundcolumn.cpp70 if (value < 0 || value > getFrameCount() - getEndOffset() - 1) return; in setStartOffset()
78 if (value < 0 || getStartFrame() + getFrameCount() - value < in setEndOffset()
91 if (endOffset < 0 || getStartFrame() + getFrameCount() - endOffset < in setOffsets()
101 return getStartFrame() + getFrameCount() - 1; in getEndFrame()
106 int ColumnLevel::getFrameCount() const { in getFrameCount() function in ColumnLevel
108 return m_soundLevel->getFrameCount(); in getFrameCount()
115 return getFrameCount() - getStartOffset() - getEndOffset(); in getVisibleFrameCount()
218 int endOffset = startFrame + soundLevel->getFrameCount() - r1 - 1; in assignLevels()
402 int endOffset = startFrame + soundLevel->getFrameCount() - 1 - row; in setCellInEmptyFrame()
1027 int levelEndFrame = levelStartFrame + soundLevel->getFrameCount() - in getOverallSoundTrack()
[all …]
/dports/audio/libkeyfinder/libkeyfinder-2.2.4/src/
H A Daudiodata.cpp90 if (frame >= getFrameCount()) { in getSampleByFrame()
92 ss << "Cannot get out-of-bounds frame (" << frame << "/" << getFrameCount() << ")"; in getSampleByFrame()
118 if (frame >= getFrameCount()) { in setSampleByFrame()
120 ss << "Cannot set out-of-bounds frame (" << frame << "/" << getFrameCount() << ")"; in setSampleByFrame()
146 unsigned int AudioData::getFrameCount() const { in getFrameCount() function in KeyFinder::AudioData
214 if (discardFrameCount > getFrameCount()) { in discardFramesFromFront()
216 ss << "Cannot discard " << discardFrameCount << " frames of " << getFrameCount(); in discardFramesFromFront()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/pink/objects/actions/
H A Daction_still.cpp53 if (_startFrame >= _decoder.getFrameCount()) in onStart()
70 if (_decoder.getFrameCount() != 0) { in nextFrameLooped()
71 setFrame((_decoder.getCurFrame() + 1) % _decoder.getFrameCount()); in nextFrameLooped()
H A Dwalk_action.cpp50 _frameCount = _decoder.getFrameCount(); in onStart()
74 if (_decoder.getCurFrame() < (int)_decoder.getFrameCount() - 1) in update()
85 if (_decoder.getCurFrame() < (int)_decoder.getFrameCount() - 1) in update()
/dports/games/scummvm/scummvm-2.5.1/engines/pink/objects/actions/
H A Daction_still.cpp53 if (_startFrame >= _decoder.getFrameCount()) in onStart()
70 if (_decoder.getFrameCount() != 0) { in nextFrameLooped()
71 setFrame((_decoder.getCurFrame() + 1) % _decoder.getFrameCount()); in nextFrameLooped()
H A Dwalk_action.cpp50 _frameCount = _decoder.getFrameCount(); in onStart()
74 if (_decoder.getCurFrame() < (int)_decoder.getFrameCount() - 1) in update()
85 if (_decoder.getCurFrame() < (int)_decoder.getFrameCount() - 1) in update()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/neverhood/
H A Dsprite.cpp274 …_currStickFrameIndex = _newStickFrameIndex == STICK_LAST_FRAME ? _animResource.getFrameCount() - 1… in updateAnim()
281 if (_currFrameTicks != 0 && (--_currFrameTicks == 0) && _animResource.getFrameCount() != 0) { in updateAnim()
296 …? MAX<int16>(0, _animResource.getFrameIndex(_plLastFrameHash)) : _animResource.getFrameCount() - 1; in updateAnim()
298 …_currFrameIndex = _plFirstFrameIndex != -1 ? _plFirstFrameIndex : _animResource.getFrameCount() - … in updateAnim()
299 … _lastFrameIndex = _plLastFrameIndex != -1 ? _plLastFrameIndex : _animResource.getFrameCount() - 1; in updateAnim()
326 …? MAX<int16>(0, _animResource.getFrameIndex(_plLastFrameHash)) : _animResource.getFrameCount() - 1; in updateAnim()
338 …_currFrameIndex = _plFirstFrameIndex != -1 ? _plFirstFrameIndex : _animResource.getFrameCount() - … in updateAnim()
339 … _lastFrameIndex = _plLastFrameIndex != -1 ? _plLastFrameIndex : _animResource.getFrameCount() - 1; in updateAnim()
345 …_currStickFrameIndex = _newStickFrameIndex == STICK_LAST_FRAME ? _animResource.getFrameCount() - 1… in updateAnim()
/dports/games/scummvm/scummvm-2.5.1/engines/neverhood/
H A Dsprite.cpp274 …_currStickFrameIndex = _newStickFrameIndex == STICK_LAST_FRAME ? _animResource.getFrameCount() - 1… in updateAnim()
281 if (_currFrameTicks != 0 && (--_currFrameTicks == 0) && _animResource.getFrameCount() != 0) { in updateAnim()
296 …? MAX<int16>(0, _animResource.getFrameIndex(_plLastFrameHash)) : _animResource.getFrameCount() - 1; in updateAnim()
298 …_currFrameIndex = _plFirstFrameIndex != -1 ? _plFirstFrameIndex : _animResource.getFrameCount() - … in updateAnim()
299 … _lastFrameIndex = _plLastFrameIndex != -1 ? _plLastFrameIndex : _animResource.getFrameCount() - 1; in updateAnim()
326 …? MAX<int16>(0, _animResource.getFrameIndex(_plLastFrameHash)) : _animResource.getFrameCount() - 1; in updateAnim()
338 …_currFrameIndex = _plFirstFrameIndex != -1 ? _plFirstFrameIndex : _animResource.getFrameCount() - … in updateAnim()
339 … _lastFrameIndex = _plLastFrameIndex != -1 ? _plLastFrameIndex : _animResource.getFrameCount() - 1; in updateAnim()
345 …_currStickFrameIndex = _newStickFrameIndex == STICK_LAST_FRAME ? _animResource.getFrameCount() - 1… in updateAnim()
/dports/games/py-fife/fifengine-0.4.2/engine/core/gui/fifechan/widgets/
H A Danimationicon.cpp63 if (mAnimation->getFrameCount() > 0) { in AnimationIcon()
86 if (mAnimation->getFrameCount() > 0) { in setAnimation()
126 if (mAnimation->getFrameCount() > 0) { in stop()
/dports/games/glest/glest_source_3.2.2/source/shared_lib/sources/graphics/
H A Dinterpolation.cpp34 if(mesh->getFrameCount()>1){ in InterpolationData()
53 uint32 frameCount= mesh->getFrameCount(); in updateVertices()
79 uint32 frameCount= mesh->getFrameCount(); in updateNormals()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmimage/libsrc/
H A Ddcmicmph.cc347 if (di_reference->getFrameCount() != di_test->getFrameCount()) in checkImageCharacteristics()
350 << di_reference->getFrameCount() << " vs. " << di_test->getFrameCount()); in checkImageCharacteristics()
427 unsigned int fcount = di_reference->getFrameCount(); in computeMonochromeImageComparionMetricsWord()
532 if (di_reference->getFrameCount() > 1) in computeMonochromeImageComparionMetricsWord()
537 createFrameLabelVector(frameLabelVector, di_reference->getFrameCount(), OFFalse); in computeMonochromeImageComparionMetricsWord()
571 unsigned int fcount = di_reference->getFrameCount(); in computeMonochromeImageComparionMetricsRaw()
708 if (di_reference->getFrameCount() > 1) in computeMonochromeImageComparionMetricsRaw()
731 unsigned int fcount = di_reference->getFrameCount(); in computeMonochromeImageComparionMetricsByte()
833 if (di_reference->getFrameCount() > 1) in computeMonochromeImageComparionMetricsByte()
856 unsigned int fcount = di_reference->getFrameCount(); in computeColorImageComparionMetrics()
[all …]
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/data/model/
H A DReadOnlyWaveFileModel.h65 sv_frame_t getFrameCount() const override;
80 sv_frame_t getTrueEndFrame() const override { return m_startFrame + getFrameCount(); }
114 m_frameCount(model.getFrameCount()) { }
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Dvqa_player.cpp68 _frameEnd = getFrameCount() - 1; in open()
266 if ( begin >= getFrameCount() in setBeginAndEndFrame()
267 || end >= getFrameCount() in setBeginAndEndFrame()
336 int VQAPlayer::getFrameCount() const { in getFrameCount() function in BladeRunner::VQAPlayer

12345678910>>...32