Home
last modified time | relevance | path

Searched refs:SAMPS (Results 1 – 3 of 3) sorted by relevance

/dports/games/lwjgl/lwjgl-2df01dd/src/java/org/lwjgl/test/openal/
H A DALCCaptureTest.java74 int SAMPS = (FREQ * TIME); in execute() local
75 ByteBuffer buf = BufferUtils.createByteBuffer(SAMPS * FMTSIZE); in execute()
92 ALCdevice device = ALC11.alcCaptureOpenDevice(null, FREQ, FMT, SAMPS); in execute()
99 while (sampleCount.get(0) < SAMPS) { in execute()
107 ALC11.alcCaptureSamples(device, buf, SAMPS); in execute()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/imaging/
H A DossimOverviewSequencer.cpp934 const ossim_uint32 SAMPS = m_tile->getWidth(); in resampleTile() local
955 for (ossim_uint32 j=0; j<SAMPS; ++j) in resampleTile()
1003 for (ossim_uint32 j=0; j<SAMPS; ++j) in resampleTile()
H A DossimImageData.cpp2298 const ossim_uint32 SAMPS = getWidth(); in createTestTile() local
2311 for ( ossim_uint32 samp = 0; samp < SAMPS; ++samp ) in createTestTile()
2316 s += SAMPS; in createTestTile()
7922 const ossim_int64 SAMPS = STOP_SAMP - START_SAMP + 1; in copyLineTemplate() local
7943 for (ossim_int32 samp = 0; samp < SAMPS; ++samp) in copyLineTemplate()
7966 for (ossim_int32 samp = 0; samp < SAMPS; ++samp) in copyLineTemplate()