Home
last modified time | relevance | path

Searched refs:getBuf (Results 1 – 25 of 698) sorted by relevance

12345678910>>...28

/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/utils/bytebuffer/
H A DLCReopenableMappedByteBuffer.java115 return getBuf().get( initialOffset() + pos ); in get()
128 final ByteBuffer buf = getBuf(); in get()
161 return getBuf().getFloat( initialOffset() + pos ); in getFloat()
171 return getBuf().getInt( initialOffset() + pos ); in getInt()
181 return getBuf().getLong( initialOffset() + pos ); in getLong()
191 return getBuf().getShort( initialOffset() + pos ); in getShort()
222 getBuf().put( initialOffset() + pos, value ); in put()
248 getBuf().putFloat( initialOffset() + pos, value ); in putFloat()
261 getBuf().putInt( initialOffset() + pos, value ); in putInt()
274 getBuf().putLong( initialOffset() + pos, value ); in putLong()
[all …]
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/imaging/
H A DossimIntensityAdjustmentFilter.cpp75 buf[0] = (float*)theNormTile->getBuf(0); in getTile()
76 buf[1] = (float*)theNormTile->getBuf(1); in getTile()
77 buf[2] = (float*)theNormTile->getBuf(2); in getTile()
81 buf[0] = (float*)theNormTile->getBuf(0); in getTile()
82 buf[1] = (float*)theNormTile->getBuf(0); in getTile()
83 buf[2] = (float*)theNormTile->getBuf(0); in getTile()
214 buf[0] = (float*)theNormTile->getBuf(0); in computeMeanIntensity()
215 buf[1] = (float*)theNormTile->getBuf(1); in computeMeanIntensity()
220 buf[0] = (float*)theNormTile->getBuf(); in computeMeanIntensity()
221 buf[1] = (float*)theNormTile->getBuf(); in computeMeanIntensity()
[all …]
H A DossimRgbToGreyFilter.cpp191 bandSrc[0] = static_cast<unsigned char*>(tile->getBuf(0)); in runUcharTransformation()
192 bandSrc[1] = static_cast<unsigned char*>(tile->getBuf(0)); in runUcharTransformation()
193 bandSrc[2] = static_cast<unsigned char*>(tile->getBuf(0)); in runUcharTransformation()
197 bandSrc[0] = static_cast<unsigned char*>(tile->getBuf(0)); in runUcharTransformation()
198 bandSrc[1] = static_cast<unsigned char*>(tile->getBuf(1)); in runUcharTransformation()
199 bandSrc[2] = static_cast<unsigned char*>(tile->getBuf(1)); in runUcharTransformation()
203 bandSrc[0] = static_cast<unsigned char*>(tile->getBuf(0)); in runUcharTransformation()
204 bandSrc[1] = static_cast<unsigned char*>(tile->getBuf(1)); in runUcharTransformation()
205 bandSrc[2] = static_cast<unsigned char*>(tile->getBuf(2)); in runUcharTransformation()
207 bandDest = static_cast<unsigned char*>(theTile->getBuf()); in runUcharTransformation()
H A DossimImageData.cpp190 void* ossimImageData::getBuf() in getBuf() function in ossimImageData
1945 if(getBuf() != 0 && rhsPtr->getBuf() != 0) in isEqualTo()
1947 if(memcmp(getBuf(), rhsPtr->getBuf(), getSizeInBytes()) != 0) in isEqualTo()
1952 else if(getBuf() == 0 && rhsPtr->getBuf() == 0) in isEqualTo()
2083 void* s = getBuf(band); in fill()
2306 T* s = (T*)getBuf(band); in createTestTile()
2330 if(!getBuf()) in isNull()
3097 void* d = getBuf(); in assign()
3394 if (!src->getBuf()) in loadTile()
3402 if (!this->getBuf()) in loadTile()
[all …]
H A DossimBumpShadeTileSource.cpp118 normalBuf[0] = static_cast<ossim_float64*>(normalData->getBuf(0)); in getTile()
119 normalBuf[1] = static_cast<ossim_float64*>(normalData->getBuf(1)); in getTile()
120 normalBuf[2] = static_cast<ossim_float64*>(normalData->getBuf(2)); in getTile()
137 resultBuf[0] = static_cast<ossim_uint8*>(tile->getBuf(0)); in getTile()
138 resultBuf[1] = static_cast<ossim_uint8*>(tile->getBuf(1)); in getTile()
139 resultBuf[2] = static_cast<ossim_uint8*>(tile->getBuf(2)); in getTile()
141 if(colorData->getBuf(1)) in getTile()
149 if(colorData->getBuf(2)) in getTile()
223 resultBuf[0] = static_cast<ossim_uint8*>(tile->getBuf(0)); in getTile()
224 resultBuf[1] = static_cast<ossim_uint8*>(tile->getBuf(1)); in getTile()
[all …]
H A DossimLocalCorrelationFusion.cpp107 (!lowTile->getBuf()) || in getTile()
109 (!highTile->getBuf())) in getTile()
131 !normColorData->getBuf()) in getTile()
143 lowTile->copyTileToNormalizedBuffer((ossim_float32*)theNormLowPassTile->getBuf()); in getTile()
145 highTile->copyTileToNormalizedBuffer((ossim_float32*)theNormHighPassTile->getBuf()); in getTile()
155 ossim_float32* panHigh = (ossim_float32*)highPan->getBuf(); in getTile()
156 ossim_float32* panLow = (ossim_float32*)lowPan->getBuf(); in getTile()
159 bands[idx] = (ossim_float32*)normColorOutputData->getBuf(idx); in getTile()
208 theTile->copyNormalizedBufferToTile((ossim_float32*)normColorOutputData->getBuf()); in getTile()
298 const ossim_float32* panDataPtr = (const ossim_float32*)panData->getBuf(); in computeRegression()
[all …]
H A DossimHsiToRgbSource.cpp78 outputBands[0] = static_cast<ossim_uint8*>(theTile->getBuf(0));
79 outputBands[1] = static_cast<ossim_uint8*>(theTile->getBuf(1));
80 outputBands[2] = static_cast<ossim_uint8*>(theTile->getBuf(2));
81 inputBands[0] = static_cast<float*>(inputTile->getBuf(0));
82 inputBands[1] = static_cast<float*>(inputTile->getBuf(1));
83 inputBands[2] = static_cast<float*>(inputTile->getBuf(2));
H A DossimRgbToIndexFilter.cpp121 ossim_uint8* outBand = (ossim_uint8*)theTile->getBuf(); in convertInputTile()
125 band[0] = (ossim_uint8*)(tile->getBuf(0)); in convertInputTile()
126 band[1] = (ossim_uint8*)(tile->getBuf(1)); in convertInputTile()
127 band[2] = (ossim_uint8*)(tile->getBuf(2)); in convertInputTile()
131 band[0] = (ossim_uint8*)(tile->getBuf(0)); in convertInputTile()
132 band[1] = (ossim_uint8*)(tile->getBuf(0)); in convertInputTile()
133 band[2] = (ossim_uint8*)(tile->getBuf(0)); in convertInputTile()
H A DossimRgbToHsiSource.cpp83 outputBands[0] = static_cast<float*>(theTile->getBuf(0)); in getTile()
84 outputBands[1] = static_cast<float*>(theTile->getBuf(1)); in getTile()
85 outputBands[2] = static_cast<float*>(theTile->getBuf(2)); in getTile()
86 inputBands[0] = static_cast<ossim_uint8*>(inputTile->getBuf(0)); in getTile()
87 inputBands[1] = static_cast<ossim_uint8*>(inputTile->getBuf(1)); in getTile()
88 inputBands[2] = static_cast<ossim_uint8*>(inputTile->getBuf(2)); in getTile()
H A DossimRgbToHsvSource.cpp83 outputBands[0] = static_cast<float*>(theTile->getBuf(0)); in getTile()
84 outputBands[1] = static_cast<float*>(theTile->getBuf(1)); in getTile()
85 outputBands[2] = static_cast<float*>(theTile->getBuf(2)); in getTile()
86 inputBands[0] = static_cast<ossim_uint8*>(inputTile->getBuf(0)); in getTile()
87 inputBands[1] = static_cast<ossim_uint8*>(inputTile->getBuf(1)); in getTile()
88 inputBands[2] = static_cast<ossim_uint8*>(inputTile->getBuf(2)); in getTile()
H A DossimHsvToRgbSource.cpp89 outputBands[0] = static_cast<ossim_uint8*>(theTile->getBuf(0)); in getTile()
90 outputBands[1] = static_cast<ossim_uint8*>(theTile->getBuf(1)); in getTile()
91 outputBands[2] = static_cast<ossim_uint8*>(theTile->getBuf(2)); in getTile()
92 inputBands[0] = static_cast<float*>(imageData->getBuf(0)); in getTile()
93 inputBands[1] = static_cast<float*>(imageData->getBuf(1)); in getTile()
94 inputBands[2] = static_cast<float*>(imageData->getBuf(2)); in getTile()
H A DossimU8ImageData.cpp229 static_cast<float*>(normalizedInput->getBuf(bandCount)); in unnormalizeInput()
318 if(getBuf() != NULL && isWithin(x, y)) in setValue()
339 void* s = getBuf(band); in fill()
390 if(!getBuf()) in copyTileToNormalizedBuffer()
426 if(!getBuf()) in copyTileToNormalizedBuffer()
463 if(!getBuf(band)) in copyTileToNormalizedBuffer()
496 if(!getBuf(band)) in copyTileToNormalizedBuffer()
527 if(!getBuf()) return; in copyNormalizedBufferToTile()
556 if(!getBuf()) return; in copyNormalizedBufferToTile()
586 if(!getBuf(band)) return; in copyNormalizedBufferToTile()
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/transport/
H A DTestAutoExpandingBufferWriteTransport.java31 assertEquals(1, t.getBuf().array().length); in testIt()
35 assertTrue(t.getBuf().array().length >= 3); in testIt()
36 assertEquals(ByteBuffer.wrap(b1), ByteBuffer.wrap(t.getBuf().array(), 0, 3)); in testIt()
40 assertTrue(t.getBuf().array().length >= 3); in testIt()
44 assertEquals(ByteBuffer.wrap(b2), ByteBuffer.wrap(t.getBuf().array(), 0, 2)); in testIt()
48 assertEquals(8, uut.getBuf().array().length); in testIt()
51 assertEquals(8, uut.getBuf().array().length); in testIt()
52 assertEquals(ByteBuffer.wrap(b1), ByteBuffer.wrap(uut.getBuf().array(), 4, 3)); in testIt()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/transport/
H A DTestAutoExpandingBufferWriteTransport.java35 assertEquals(1, t.getBuf().array().length); in testIt()
39 assertTrue(t.getBuf().array().length >= 3); in testIt()
40 assertEquals(ByteBuffer.wrap(b1), ByteBuffer.wrap(t.getBuf().array(), 0, 3)); in testIt()
44 assertTrue(t.getBuf().array().length >= 3); in testIt()
48 assertEquals(ByteBuffer.wrap(b2), ByteBuffer.wrap(t.getBuf().array(), 0, 2)); in testIt()
52 assertEquals(8, uut.getBuf().array().length); in testIt()
55 assertEquals(8, uut.getBuf().array().length); in testIt()
56 assertEquals(ByteBuffer.wrap(b1), ByteBuffer.wrap(uut.getBuf().array(), 4, 3)); in testIt()
/dports/devel/py-thrift/thrift-0.14.0/lib/java/test/org/apache/thrift/transport/
H A DTestAutoExpandingBufferWriteTransport.java35 assertEquals(1, t.getBuf().array().length); in testIt()
39 assertTrue(t.getBuf().array().length >= 3); in testIt()
40 assertEquals(ByteBuffer.wrap(b1), ByteBuffer.wrap(t.getBuf().array(), 0, 3)); in testIt()
44 assertTrue(t.getBuf().array().length >= 3); in testIt()
48 assertEquals(ByteBuffer.wrap(b2), ByteBuffer.wrap(t.getBuf().array(), 0, 2)); in testIt()
52 assertEquals(8, uut.getBuf().array().length); in testIt()
55 assertEquals(8, uut.getBuf().array().length); in testIt()
56 assertEquals(ByteBuffer.wrap(b1), ByteBuffer.wrap(uut.getBuf().array(), 4, 3)); in testIt()
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/java/test/org/apache/thrift/transport/
H A DTestAutoExpandingBufferWriteTransport.java35 assertEquals(1, t.getBuf().array().length); in testIt()
39 assertTrue(t.getBuf().array().length >= 3); in testIt()
40 assertEquals(ByteBuffer.wrap(b1), ByteBuffer.wrap(t.getBuf().array(), 0, 3)); in testIt()
44 assertTrue(t.getBuf().array().length >= 3); in testIt()
48 assertEquals(ByteBuffer.wrap(b2), ByteBuffer.wrap(t.getBuf().array(), 0, 2)); in testIt()
52 assertEquals(8, uut.getBuf().array().length); in testIt()
55 assertEquals(8, uut.getBuf().array().length); in testIt()
56 assertEquals(ByteBuffer.wrap(b1), ByteBuffer.wrap(uut.getBuf().array(), 4, 3)); in testIt()
/dports/devel/thrift-cpp/thrift-0.14.0/lib/java/test/org/apache/thrift/transport/
H A DTestAutoExpandingBufferWriteTransport.java35 assertEquals(1, t.getBuf().array().length); in testIt()
39 assertTrue(t.getBuf().array().length >= 3); in testIt()
40 assertEquals(ByteBuffer.wrap(b1), ByteBuffer.wrap(t.getBuf().array(), 0, 3)); in testIt()
44 assertTrue(t.getBuf().array().length >= 3); in testIt()
48 assertEquals(ByteBuffer.wrap(b2), ByteBuffer.wrap(t.getBuf().array(), 0, 2)); in testIt()
52 assertEquals(8, uut.getBuf().array().length); in testIt()
55 assertEquals(8, uut.getBuf().array().length); in testIt()
56 assertEquals(ByteBuffer.wrap(b1), ByteBuffer.wrap(uut.getBuf().array(), 4, 3)); in testIt()
/dports/devel/thrift/thrift-0.14.0/lib/java/test/org/apache/thrift/transport/
H A DTestAutoExpandingBufferWriteTransport.java35 assertEquals(1, t.getBuf().array().length); in testIt()
39 assertTrue(t.getBuf().array().length >= 3); in testIt()
40 assertEquals(ByteBuffer.wrap(b1), ByteBuffer.wrap(t.getBuf().array(), 0, 3)); in testIt()
44 assertTrue(t.getBuf().array().length >= 3); in testIt()
48 assertEquals(ByteBuffer.wrap(b2), ByteBuffer.wrap(t.getBuf().array(), 0, 2)); in testIt()
52 assertEquals(8, uut.getBuf().array().length); in testIt()
55 assertEquals(8, uut.getBuf().array().length); in testIt()
56 assertEquals(ByteBuffer.wrap(b1), ByteBuffer.wrap(uut.getBuf().array(), 4, 3)); in testIt()
/dports/devel/node-thrift/thrift-0.14.0/lib/java/test/org/apache/thrift/transport/
H A DTestAutoExpandingBufferWriteTransport.java35 assertEquals(1, t.getBuf().array().length); in testIt()
39 assertTrue(t.getBuf().array().length >= 3); in testIt()
40 assertEquals(ByteBuffer.wrap(b1), ByteBuffer.wrap(t.getBuf().array(), 0, 3)); in testIt()
44 assertTrue(t.getBuf().array().length >= 3); in testIt()
48 assertEquals(ByteBuffer.wrap(b2), ByteBuffer.wrap(t.getBuf().array(), 0, 2)); in testIt()
52 assertEquals(8, uut.getBuf().array().length); in testIt()
55 assertEquals(8, uut.getBuf().array().length); in testIt()
56 assertEquals(ByteBuffer.wrap(b1), ByteBuffer.wrap(uut.getBuf().array(), 4, 3)); in testIt()
/dports/security/fizz/fizz-2021.12.27.00/fizz/record/test/
H A DEncryptedRecordTest.cpp51 queue_.append(getBuf(hex)); in addToQueue()
74 return getBuf("abcdef16"); in TEST_F()
91 return getBuf("020215"); in TEST_F()
168 return getBuf("abcdef16"); in TEST_F()
200 return getBuf("17000000"); in TEST_F()
464 return getBuf("aaaa"); in TEST_F()
472 return getBuf("bbbb"); in TEST_F()
526 return getBuf("aaaa"); in TEST_F()
553 return getBuf("aaaa"); in TEST_F()
577 return getBuf("aaaa"); in TEST_F()
[all …]
H A DRecordTest.cpp48 static Buf getBuf(const std::string& hex) { in getBuf() function in fizz::test::RecordTest
81 TLSMessage{ContentType::alert, getBuf("0202")}); in TEST_F()
90 TLSMessage{ContentType::handshake, getBuf("140000023232")}); in TEST_F()
101 TLSMessage{ContentType::handshake, getBuf("14400000")}); in TEST_F()
110 TLSMessage{ContentType::handshake, getBuf("14000008aabbccdd")}); in TEST_F()
114 TLSMessage{ContentType::handshake, getBuf("11223344")}); in TEST_F()
126 TLSMessage{ContentType::handshake, getBuf("14000008aabbccdd")}); in TEST_F()
133 TLSMessage{ContentType::handshake, getBuf("11223344")}); in TEST_F()
159 TLSMessage{ContentType::handshake, getBuf("01000010abcd")}); in TEST_F()
178 auto message = getBuf("ccdd"); in TEST_F()
[all …]
/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/CommonLib/
H A DPicture.cpp183 …PelBuf Picture::getRecoBuf(const ComponentID compID, bool wrap) { return getBuf(compID, … in getRecoBuf()
467 PelBuf Picture::getBuf( const CompArea &blk, const PictureType &type ) in getBuf() function in vvdec::Picture
474 return m_bufs[type].getBuf( blk ); in getBuf()
477 const CPelBuf Picture::getBuf( const CompArea &blk, const PictureType &type ) const in getBuf() function in vvdec::Picture
484 return m_bufs[type].getBuf( blk ); in getBuf()
487 PelUnitBuf Picture::getBuf( const UnitArea &unit, const PictureType &type ) in getBuf() function in vvdec::Picture
491 return PelUnitBuf( chromaFormat, getBuf( unit.Y(), type ) ); in getBuf()
495 …return PelUnitBuf( chromaFormat, getBuf( unit.Y(), type ), getBuf( unit.Cb(), type ), getBuf( unit… in getBuf()
499 const CPelUnitBuf Picture::getBuf( const UnitArea &unit, const PictureType &type ) const in getBuf() function in vvdec::Picture
503 return CPelUnitBuf( chromaFormat, getBuf( unit.Y(), type ) ); in getBuf()
[all …]
/dports/security/fizz/fizz-2021.12.27.00/fizz/extensions/tokenbinding/test/
H A DValidatorTest.cpp39 ekm_ = getBuf(chrome_session_ekm); in SetUp()
50 id.key = getBuf(chrome_session_key); in setUpWithKeyParameters()
52 tokenBinding.signature = getBuf(chrome_session_signature); in setUpWithKeyParameters()
57 id.key = getBuf(ed25519_session_key); in setUpWithKeyParameters()
59 tokenBinding.signature = getBuf(ed25519_session_signature); in setUpWithKeyParameters()
68 Buf getBuf(StringPiece hex) { in getBuf() function in fizz::extensions::test::ValidatorTest
81 binding.tokenbindingid.key = getBuf(bad_ecdsa_key); in TEST_F()
163 binding.tokenbindingid.key = getBuf(bad_ed25519_key); in TEST_F()
178 binding.tokenbindingid.key = getBuf(bad_ed25519_key); in TEST_F()
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/transport/
H A DTestAutoExpandingBufferWriteTransport.java29 assertEquals(1, t.getBuf().array().length); in testIt()
33 assertTrue(t.getBuf().array().length >= 3); in testIt()
34 assertEquals(ByteBuffer.wrap(b1), ByteBuffer.wrap(t.getBuf().array(), 0, 3)); in testIt()
37 assertTrue(t.getBuf().array().length >= 3); in testIt()
42 assertEquals(ByteBuffer.wrap(b2), ByteBuffer.wrap(t.getBuf().array(), 0, 2)); in testIt()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/java/test/org/apache/thrift/transport/
H A DTestAutoExpandingBufferWriteTransport.java29 assertEquals(1, t.getBuf().array().length); in testIt()
33 assertTrue(t.getBuf().array().length >= 3); in testIt()
34 assertEquals(ByteBuffer.wrap(b1), ByteBuffer.wrap(t.getBuf().array(), 0, 3)); in testIt()
37 assertTrue(t.getBuf().array().length >= 3); in testIt()
42 assertEquals(ByteBuffer.wrap(b2), ByteBuffer.wrap(t.getBuf().array(), 0, 2)); in testIt()

12345678910>>...28