Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/slideshow/source/engine/activities/
H A Ddiscreteactivitybase.cxx76 sal_uInt32 nFrameIndex( nCurrCalls % (2*nVectorSize) ); in calcFrameIndex() local
80 if( nFrameIndex >= nVectorSize ) in calcFrameIndex()
81 nFrameIndex = 2*nVectorSize - nFrameIndex; // invert sweep in calcFrameIndex()
83 return nFrameIndex; in calcFrameIndex()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/slideshow/source/engine/activities/
H A Ddiscreteactivitybase.cxx78 sal_uInt32 nFrameIndex( nCurrCalls % (2*nVectorSize) ); in calcFrameIndex() local
82 if( nFrameIndex >= nVectorSize ) in calcFrameIndex()
83 nFrameIndex = 2*nVectorSize - nFrameIndex; // invert sweep in calcFrameIndex()
85 return nFrameIndex; in calcFrameIndex()
/dports/audio/mous/mous-2.0.1/deps/MAC_SDK/Source/MACLib/Old/
H A DAPEDecompressCore.cpp52 void CAPEDecompressCore::GenerateDecodedArrays(intn nBlocks, intn nSpecialCodes, intn nFrameIndex, … in GenerateDecodedArrays() argument
65 …GenerateDecodedArray(m_pDataX, (uint32) nBlocks, nFrameIndex, m_pAntiPredictorX, nCPULoadBalancing… in GenerateDecodedArrays()
70 …GenerateDecodedArray(m_pDataX, (uint32) nBlocks, nFrameIndex, m_pAntiPredictorX, nCPULoadBalancing… in GenerateDecodedArrays()
71 …GenerateDecodedArray(m_pDataY, (uint32) nBlocks, nFrameIndex, m_pAntiPredictorY, nCPULoadBalancing… in GenerateDecodedArrays()
82 …GenerateDecodedArray(m_pDataX, (uint32) nBlocks, nFrameIndex, m_pAntiPredictorX, nCPULoadBalancing… in GenerateDecodedArrays()
H A DAPEDecompressCore.h12 …void GenerateDecodedArrays(intn nBlocks, intn nSpecialCodes, intn nFrameIndex, intn nCPULoadBalanc…
H A DUnMAC.h55 …void GenerateDecodedArrays(intn nBlocks, intn nSpecialCodes, intn nFrameIndex, intn nCPULoadBalanc…
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/mDNSMacOSX/BonjourTop/source/
H A DCollectBy.cpp300 BJ_INT64 CollectByPacketCount::nFrameIndex = 0; member in CollectByPacketCount
304 if (nFrameIndex != nLastFrameIndex) in Collect()
307 nLastFrameIndex = nFrameIndex; in Collect()
H A DCollectBy.h151 static BJ_INT64 nFrameIndex; variable
H A DBonjourTop.cpp714 CollectByPacketCount::nFrameIndex = m_nFrameCount; in ProcessFrame()
1511 int nFrameIndex = 0; in CaptureFile() local
1515 nFrameIndex++; in CaptureFile()
/dports/audio/mac/mac-3.99-u4-b5-s7/src/MACLib/
H A DAPEDecompress.cpp361 int CAPEDecompress::SeekToFrame(int nFrameIndex) in SeekToFrame() argument
363 …int nSeekRemainder = (GetInfo(APE_INFO_SEEK_BYTE, nFrameIndex) - GetInfo(APE_INFO_SEEK_BYTE, 0)) %… in SeekToFrame()
364 …return m_spUnBitArray->FillAndResetBitArray(GetInfo(APE_INFO_SEEK_BYTE, nFrameIndex) - nSeekRemain… in SeekToFrame()
H A DAPEDecompress.h47 int SeekToFrame(int nFrameIndex);
/dports/audio/mous/mous-2.0.1/deps/MAC_SDK/Source/MACLib/
H A DAPEDecompress.cpp427 int CAPEDecompress::SeekToFrame(intn nFrameIndex) in SeekToFrame() argument
429 …int nSeekRemainder = (GetInfo(APE_INFO_SEEK_BYTE, nFrameIndex) - GetInfo(APE_INFO_SEEK_BYTE, 0)) %… in SeekToFrame()
430 …return m_spUnBitArray->FillAndResetBitArray(GetInfo(APE_INFO_SEEK_BYTE, nFrameIndex) - nSeekRemain… in SeekToFrame()
H A DAPEDecompress.h47 int SeekToFrame(intn nFrameIndex);
/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Dmicroprofile.h3965 int64_t nFrameStart = S.Frames[nFrameIndex].nFrameStartCpu; in MicroProfileDumpHtml()
4920 uint32_t nFrameIndex = GPU.nFrame % MICROPROFILE_GPU_FRAMES; in MicroProfileGpuFlipD3D11() local
4923 GPU.nSubmitted[nFrameIndex] = nFramePut; in MicroProfileGpuFlipD3D11()
5153 uint32_t nFrameIndex = GPU.nFrame % MICROPROFILE_GPU_FRAMES; in MicroProfileGpuFlipD3D12() local
5154 uint32_t nFrameStart = nFrameIndex * nFrameQueries; in MicroProfileGpuFlipD3D12()
5175 GPU.nSubmitted[nFrameIndex] = nFramePut; in MicroProfileGpuFlipD3D12()
5304 uint32_t nFrameIndex = GPU.nFrame % MICROPROFILE_GPU_FRAMES; in MicroProfileGpuFlipGL() local
5311 GPU.nSubmitted[nFrameIndex] = nFramePut; in MicroProfileGpuFlipGL()
5529 uint32_t nFrameIndex = GPU.nFrame % MICROPROFILE_GPU_FRAMES; in MicroProfileGpuFlipVK() local
5530 uint32_t nFrameStart = nFrameIndex * nFrameQueries; in MicroProfileGpuFlipVK()
[all …]
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/microprofile/
H A Dmicroprofile.h2549 uint32_t nFrameIndex = (nFirstFrame + i) % MICROPROFILE_MAX_FRAME_HISTORY; in MicroProfileDumpHtml() local
2550 uint32_t nFrameIndexNext = (nFrameIndex + 1) % MICROPROFILE_MAX_FRAME_HISTORY; in MicroProfileDumpHtml()
2556 uint32_t nLogStart = S.Frames[nFrameIndex].nLogStart[j]; in MicroProfileDumpHtml()
2635 int64_t nFrameStart = S.Frames[nFrameIndex].nFrameStartCpu; in MicroProfileDumpHtml()
2645 …fFrameGpuMs = MicroProfileLogTickDifference(nTickStartGpu, S.Frames[nFrameIndex].nFrameStartGpu) *… in MicroProfileDumpHtml()
/dports/emulators/citra/citra-ac98458e0/externals/microprofile/
H A Dmicroprofile.h2547 uint32_t nFrameIndex = (nFirstFrame + i) % MICROPROFILE_MAX_FRAME_HISTORY; in MicroProfileDumpHtml() local
2548 uint32_t nFrameIndexNext = (nFrameIndex + 1) % MICROPROFILE_MAX_FRAME_HISTORY; in MicroProfileDumpHtml()
2554 uint32_t nLogStart = S.Frames[nFrameIndex].nLogStart[j]; in MicroProfileDumpHtml()
2633 int64_t nFrameStart = S.Frames[nFrameIndex].nFrameStartCpu; in MicroProfileDumpHtml()
2643 …fFrameGpuMs = MicroProfileLogTickDifference(nTickStartGpu, S.Frames[nFrameIndex].nFrameStartGpu) *… in MicroProfileDumpHtml()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/microprofile/
H A Dmicroprofile.h2547 uint32_t nFrameIndex = (nFirstFrame + i) % MICROPROFILE_MAX_FRAME_HISTORY; in MicroProfileDumpHtml() local
2548 uint32_t nFrameIndexNext = (nFrameIndex + 1) % MICROPROFILE_MAX_FRAME_HISTORY; in MicroProfileDumpHtml()
2554 uint32_t nLogStart = S.Frames[nFrameIndex].nLogStart[j]; in MicroProfileDumpHtml()
2633 int64_t nFrameStart = S.Frames[nFrameIndex].nFrameStartCpu; in MicroProfileDumpHtml()
2643 …fFrameGpuMs = MicroProfileLogTickDifference(nTickStartGpu, S.Frames[nFrameIndex].nFrameStartGpu) *… in MicroProfileDumpHtml()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/access/
H A Daccpara.cxx1053 TextFrameIndex const nFrameIndex(GetPortionData().GetCoreViewPosition(nIndex)); in setCaretPosition() local
1054 SwPosition aStartPos(pFrame->MapViewToModelPos(nFrameIndex)); in setCaretPosition()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/access/
H A Daccpara.cxx1054 TextFrameIndex const nFrameIndex(GetPortionData().GetCoreViewPosition(nIndex)); in setCaretPosition() local
1055 SwPosition aStartPos(pFrame->MapViewToModelPos(nFrameIndex)); in setCaretPosition()