Home
last modified time | relevance | path

Searched defs:frameCount (Results 1 – 25 of 1686) sorted by relevance

12345678910>>...68

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/RetroPlayer/streams/memory/
H A DBasicMemoryStream.h36 uint64_t AdvanceFrames(uint64_t frameCount) override { return 0; } in AdvanceFrames()
38 uint64_t RewindFrames(uint64_t frameCount) override { return 0; } in RewindFrames()
40 void SetFrameCounter(uint64_t frameCount) override{}; in SetFrameCounter()
H A DLinearMemoryStream.h37 uint64_t AdvanceFrames(uint64_t frameCount) override { return 0; } in AdvanceFrames()
41 void SetFrameCounter(uint64_t frameCount) override { m_currentFrameHistory = frameCount; } in SetFrameCounter()
H A DDeltaPairMemoryStream.cpp58 uint64_t CDeltaPairMemoryStream::RewindFrames(uint64_t frameCount) in RewindFrames()
86 void CDeltaPairMemoryStream::CullPastFrames(uint64_t frameCount) in CullPastFrames()
/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DWakeupOnElapsedFrames.java64 int frameCount; field in WakeupOnElapsedFrames
79 public WakeupOnElapsedFrames(int frameCount) { in WakeupOnElapsedFrames()
100 public WakeupOnElapsedFrames(int frameCount, boolean passive) { in WakeupOnElapsedFrames()
/dports/audio/exhale/exhale-7688ab502ecbd1203bde1e605676f7440cd9fd5e/src/app/
H A DbasicWavReader.cpp29 static inline unsigned getFrames (const int fileHandle, void* dataBuf, const unsigned frameCount, in getFrames()
133 …asicWavReader::readDataFloat16 (const int fileHandle, int32_t* frameBuf, const unsigned frameCount, in readDataFloat16()
182 …asicWavReader::readDataFloat32 (const int fileHandle, int32_t* frameBuf, const unsigned frameCount, in readDataFloat32()
229 …asicWavReader::readDataLnPcm08 (const int fileHandle, int32_t* frameBuf, const unsigned frameCount, in readDataLnPcm08()
266 …asicWavReader::readDataLnPcm16 (const int fileHandle, int32_t* frameBuf, const unsigned frameCount, in readDataLnPcm16()
303 …asicWavReader::readDataLnPcm24 (const int fileHandle, int32_t* frameBuf, const unsigned frameCount, in readDataLnPcm24()
342 …asicWavReader::readDataLnPcm32 (const int fileHandle, int32_t* frameBuf, const unsigned frameCount, in readDataLnPcm32()
443 unsigned BasicWavReader::read (int32_t* const frameBuf, const uint16_t frameCount) in read()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/ToolResults/
H A DGraphicsStatsBucket.php20 public $frameCount; variable in Google_Service_ToolResults_GraphicsStatsBucket
23 public function setFrameCount($frameCount)
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ToolResults/
H A DGraphicsStatsBucket.php20 public $frameCount; variable in Google_Service_ToolResults_GraphicsStatsBucket
23 public function setFrameCount($frameCount)
/dports/textproc/jalingo/jalingo-0.6.0-src/src.shared/ja/lingo/application/util/starlabel/
H A DStarAnimation.java30 protected int frameCount; field in StarAnimation
34 public StarAnimation( int frameCount ) { in StarAnimation()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/render/frontend/
H A Dqcomputecommand.cpp155 void QComputeCommandPrivate::setFrameCount(int frameCount) in setFrameCount()
249 void QComputeCommand::trigger(int frameCount) in trigger()
266 void QComputeCommand::trigger(int workGroupX, int workGroupY, int workGroupZ, int frameCount) in trigger()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DDebugHud.cpp36 void DebugHud::DrawPixel(int x, int y, int color, int frameCount, int startFrame) in DrawPixel()
44 void DebugHud::DrawLine(int x, int y, int x2, int y2, int color, int frameCount, int startFrame) in DrawLine()
52 …Rectangle(int x, int y, int width, int height, int color, bool fill, int frameCount, int startFram… in DrawRectangle()
68 void DebugHud::DrawString(int x, int y, string text, int color, int backColor, int frameCount, int … in DrawString()
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/audio/
H A DSonic.java179 short[] buffer, int frameCount, int additionalFrameCount) { in ensureSpaceForAdditionalFrames()
196 private void copyToOutput(short[] samples, int positionFrames, int frameCount) { in copyToOutput()
208 int frameCount = Math.min(maxRequiredFrameCount, remainingInputToCopyFrameCount); in copyInputToOutput() local
217 int frameCount = maxRequiredFrameCount / skip; in downSampleInput() local
323 int frameCount = outputFrameCount - originalOutputFrameCount; in moveNewSamplesToPitchBuffer() local
335 private void removePitchFrames(int frameCount) { in removePitchFrames()
451 int frameCount = inputFrameCount; in changeSpeed() local
485 int frameCount, in overlapAdd()
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/audio/
H A DSonic.java179 short[] buffer, int frameCount, int additionalFrameCount) { in ensureSpaceForAdditionalFrames()
196 private void copyToOutput(short[] samples, int positionFrames, int frameCount) { in copyToOutput()
208 int frameCount = Math.min(maxRequiredFrameCount, remainingInputToCopyFrameCount); in copyInputToOutput() local
217 int frameCount = maxRequiredFrameCount / skip; in downSampleInput() local
323 int frameCount = outputFrameCount - originalOutputFrameCount; in moveNewSamplesToPitchBuffer() local
335 private void removePitchFrames(int frameCount) { in removePitchFrames()
451 int frameCount = inputFrameCount; in changeSpeed() local
485 int frameCount, in overlapAdd()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/audio/
H A DSonic.java179 short[] buffer, int frameCount, int additionalFrameCount) { in ensureSpaceForAdditionalFrames()
196 private void copyToOutput(short[] samples, int positionFrames, int frameCount) { in copyToOutput()
208 int frameCount = Math.min(maxRequiredFrameCount, remainingInputToCopyFrameCount); in copyInputToOutput() local
217 int frameCount = maxRequiredFrameCount / skip; in downSampleInput() local
323 int frameCount = outputFrameCount - originalOutputFrameCount; in moveNewSamplesToPitchBuffer() local
335 private void removePitchFrames(int frameCount) { in removePitchFrames()
451 int frameCount = inputFrameCount; in changeSpeed() local
485 int frameCount, in overlapAdd()
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/multimedia/audio/
H A Dqaudiobuffer.cpp103 …QMemoryAudioBufferProvider(const void *data, int frameCount, const QAudioFormat &format, qint64 st… in QMemoryAudioBufferProvider()
146 int frameCount() const override {return mFrameCount;} in frameCount() function in QMemoryAudioBufferProvider
244 int frameCount = format.framesForBytes(data.size()); in QAudioBuffer() local
320 int QAudioBuffer::frameCount() const in frameCount() function in QAudioBuffer
/dports/audio/miniaudio/miniaudio-dbca7a3b44594e0226f887472b31f54aa5f14214/research/_examples/
H A Dresource_manager_advanced.c30 …pcm_frames_f32_ex(ma_data_source* pDataSource, float* pFramesOut, ma_uint64 frameCount, ma_uint64*… in ma_data_source_read_pcm_frames_f32_ex()
70 …ad_pcm_frames_f32(ma_data_source* pDataSource, float* pFramesOut, ma_uint64 frameCount, ma_uint64*… in ma_data_source_read_pcm_frames_f32()
84 …rames_and_mix_f32(ma_data_source* pDataSource, float* pFramesOut, ma_uint64 frameCount, ma_uint64*… in ma_data_source_read_pcm_frames_and_mix_f32()
132 void data_callback(ma_device* pDevice, void* pOutput, const void* pInput, ma_uint32 frameCount) in data_callback()
/dports/audio/libaudiofile/audiofile-0.3.6/test/
H A DIntToFloat.cpp83 const int frameCount = sizeof (data) / sizeof (data[0]); in TEST_F() local
105 const int frameCount = sizeof (data) / sizeof (data[0]); in TEST_F() local
127 const int frameCount = sizeof (data) / sizeof (data[0]); in TEST_F() local
149 const int frameCount = sizeof (data) / sizeof (data[0]); in TEST_F() local
H A DFloatToInt.cpp81 const int frameCount = sizeof (data) / sizeof (data[0]); in TEST_F() local
103 const int frameCount = sizeof (data) / sizeof (data[0]); in TEST_F() local
125 const int frameCount = sizeof (data) / sizeof (data[0]); in TEST_F() local
147 const int frameCount = sizeof (data) / sizeof (data[0]); in TEST_F() local
H A DSign.cpp81 const int frameCount = sizeof (data) / sizeof (data[0]); in TEST_F() local
104 const int frameCount = sizeof (data) / sizeof (data[0]); in TEST_F() local
127 const int frameCount = sizeof (data) / sizeof (data[0]); in TEST_F() local
150 const int frameCount = sizeof (data) / sizeof (data[0]); in TEST_F() local
/dports/emulators/mess/mame-mame0226/3rdparty/portaudio/src/common/
H A Dpa_process.c444 unsigned long frameCount ) in PaUtil_SetInputFrameCount()
506 unsigned long frameCount ) in PaUtil_Set2ndInputFrameCount()
557 unsigned long frameCount ) in PaUtil_SetOutputFrameCount()
620 unsigned long frameCount ) in PaUtil_Set2ndOutputFrameCount()
717 unsigned long frameCount; in NonAdaptingProcess() local
982 unsigned long frameCount; in AdaptingInputOnlyProcess() local
1089 unsigned long frameCount; in AdaptingOutputOnlyProcess() local
1212 unsigned int frameCount; in CopyTempOutputBuffersToHostOutputBuffers() local
1298 unsigned int frameCount; in AdaptingProcess() local
1663 void **buffer, unsigned long frameCount ) in PaUtil_CopyInput()
[all …]
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/iaxclient/lib/portaudio/src/common/
H A Dpa_process.c452 unsigned long frameCount ) in PaUtil_SetInputFrameCount()
512 unsigned long frameCount ) in PaUtil_Set2ndInputFrameCount()
561 unsigned long frameCount ) in PaUtil_SetOutputFrameCount()
620 unsigned long frameCount ) in PaUtil_Set2ndOutputFrameCount()
713 unsigned long frameCount; in NonAdaptingProcess() local
914 unsigned long frameCount; in AdaptingInputOnlyProcess() local
1021 unsigned long frameCount; in AdaptingOutputOnlyProcess() local
1144 unsigned int frameCount; in CopyTempOutputBuffersToHostOutputBuffers() local
1230 unsigned int frameCount; in AdaptingProcess() local
1595 void **buffer, unsigned long frameCount ) in PaUtil_CopyInput()
[all …]
/dports/devel/upp/upp/bazaar/plugin/portaudio/common/
H A Dpa_process.c444 unsigned long frameCount ) in PaUtil_SetInputFrameCount()
506 unsigned long frameCount ) in PaUtil_Set2ndInputFrameCount()
557 unsigned long frameCount ) in PaUtil_SetOutputFrameCount()
620 unsigned long frameCount ) in PaUtil_Set2ndOutputFrameCount()
717 unsigned long frameCount; in NonAdaptingProcess() local
978 unsigned long frameCount; in AdaptingInputOnlyProcess() local
1085 unsigned long frameCount; in AdaptingOutputOnlyProcess() local
1208 unsigned int frameCount; in CopyTempOutputBuffersToHostOutputBuffers() local
1294 unsigned int frameCount; in AdaptingProcess() local
1659 void **buffer, unsigned long frameCount ) in PaUtil_CopyInput()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/portaudio/src/common/
H A Dpa_process.c444 unsigned long frameCount ) in PaUtil_SetInputFrameCount()
506 unsigned long frameCount ) in PaUtil_Set2ndInputFrameCount()
557 unsigned long frameCount ) in PaUtil_SetOutputFrameCount()
620 unsigned long frameCount ) in PaUtil_Set2ndOutputFrameCount()
717 unsigned long frameCount; in NonAdaptingProcess() local
982 unsigned long frameCount; in AdaptingInputOnlyProcess() local
1089 unsigned long frameCount; in AdaptingOutputOnlyProcess() local
1212 unsigned int frameCount; in CopyTempOutputBuffersToHostOutputBuffers() local
1298 unsigned int frameCount; in AdaptingProcess() local
1663 void **buffer, unsigned long frameCount ) in PaUtil_CopyInput()
[all …]
/dports/audio/portaudio/portaudio/src/common/
H A Dpa_process.c444 unsigned long frameCount ) in PaUtil_SetInputFrameCount()
506 unsigned long frameCount ) in PaUtil_Set2ndInputFrameCount()
557 unsigned long frameCount ) in PaUtil_SetOutputFrameCount()
620 unsigned long frameCount ) in PaUtil_Set2ndOutputFrameCount()
717 unsigned long frameCount; in NonAdaptingProcess() local
982 unsigned long frameCount; in AdaptingInputOnlyProcess() local
1089 unsigned long frameCount; in AdaptingOutputOnlyProcess() local
1212 unsigned int frameCount; in CopyTempOutputBuffersToHostOutputBuffers() local
1298 unsigned int frameCount; in AdaptingProcess() local
1663 void **buffer, unsigned long frameCount ) in PaUtil_CopyInput()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Dlights.cpp41 void Lights::read(Common::ReadStream *stream, int frameCount) { in read()
89 int frameCount = stream->readUint32LE(); in readVqa() local
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Dlights.cpp41 void Lights::read(Common::ReadStream *stream, int frameCount) { in read()
89 int frameCount = stream->readUint32LE(); in readVqa() local

12345678910>>...68