Home
last modified time | relevance | path

Searched refs:getBuf (Results 26 – 50 of 698) sorted by relevance

12345678910>>...28

/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/imaging/
H A DossimSICDToDetectedImage.cpp117 T* result = (T*)theTile->getBuf(); in processComplexTile()
119 bands[0] = (T*)tile->getBuf(0); in processComplexTile()
120 bands[1] = (T*)tile->getBuf(1); in processComplexTile()
136 T* result = (T*)theTile->getBuf(); in processAmplitudeAngleTile()
138 bands[0] = (T*)tile->getBuf(0); in processAmplitudeAngleTile()
139 bands[1] = (T*)tile->getBuf(1); in processAmplitudeAngleTile()
H A DossimColorNormalizedFusion.cpp65 ossim_float32* redBuff = (ossim_float32*)inputTile->getBuf(0); in getTile()
66 ossim_float32* grnBuff = (ossim_float32*)inputTile->getBuf(1); in getTile()
67 ossim_float32* bluBuff = (ossim_float32*)inputTile->getBuf(2); in getTile()
76 (!inputIntensity->getBuf()) || in getTile()
82 ossim_float32* mono_buff = (ossim_float32*)inputIntensity->getBuf(0); in getTile()
141 theTile->copyNormalizedBufferToTile((float*)inputTile->getBuf()); in getTile()
H A DossimCastTileSourceFilter.cpp178 bands[band] = static_cast<ossim_uint8*>(inputTile->getBuf(band)); in applyCast()
194 bands[band] = static_cast<ossim_sint8*>(inputTile->getBuf(band)); in applyCast()
216 bands[band] = static_cast<ossim_uint16*>(inputTile->getBuf(band)); in applyCast()
284 bands[band] = static_cast<float*>(inputTile->getBuf(band)); in applyCast()
301 bands[band] = static_cast<double*>(inputTile->getBuf(band)); in applyCast()
417 bands[band] = static_cast<ossim_uint8*>(theTile->getBuf(band)); in castInputToOutput()
435 bands[band] = static_cast<ossim_sint8*>(theTile->getBuf(band)); in castInputToOutput()
453 bands[band] = static_cast<ossim_sint16*>(theTile->getBuf(band)); in castInputToOutput()
476 bands[band] = static_cast<ossim_uint16*>(theTile->getBuf(band)); in castInputToOutput()
532 bands[band] = static_cast<float*>(theTile->getBuf(band)); in castInputToOutput()
[all …]
H A DossimLandsatTopoCorrectionFilter.cpp205 colorBands[0] = (ossim_uint8*)colorData->getBuf(0);
206 colorBands[1] = (ossim_uint8*)colorData->getBuf(1);
207 colorBands[2] = (ossim_uint8*)colorData->getBuf(2);
208 colorBands[3] = (ossim_uint8*)colorData->getBuf(3);
209 colorBands[4] = (ossim_uint8*)colorData->getBuf(4);
210 colorBands[5] = (ossim_uint8*)colorData->getBuf(5);
217 normalBands[0] = (double*)normalData->getBuf(0);
218 normalBands[1] = (double*)normalData->getBuf(1);
219 normalBands[2] = (double*)normalData->getBuf(2);
H A DossimSFIMFusion.cpp99 (!lowTile->getBuf()) || in getTile()
101 (!highTile->getBuf())) in getTile()
122 !normColorData->getBuf()) in getTile()
141 lowTile->copyTileBandToNormalizedBuffer(0, (ossim_float32*)theNormLowPassTile->getBuf()); in getTile()
142 highTile->copyTileBandToNormalizedBuffer(0, (ossim_float32*)theNormHighPassTile->getBuf()); in getTile()
153 ossim_float32* panHigh = (ossim_float32*)highPan->getBuf(); in getTile()
154 ossim_float32* panLow = (ossim_float32*)lowPan->getBuf(); in getTile()
157 bands[idx] = (ossim_float32*)normColorOutputData->getBuf(idx); in getTile()
190 theTile->copyNormalizedBufferToTile((ossim_float32*)normColorOutputData->getBuf()); in getTile()
H A DossimU16ImageData.cpp73 if (getBuf() == NULL) in dup()
154 float* resultBuf = static_cast<float*>(result->getBuf(bandCount));
191 double* resultBuf = static_cast<double*>(result->getBuf(bandCount));
222 static_cast<float*>(normalizedInput->getBuf(bandCount));
237 static_cast<double*>(normalizedInput->getBuf(bandCount));
311 if(getBuf() != NULL && isWithin(x, y))
332 void* s = getBuf(band);
388 if(!getBuf(band)) return;
449 if((size > 0)&&getBuf(band))
505 if(!getBuf(band)) return;
[all …]
H A DossimTwoColorView.cpp136 ossim_uint8* o = static_cast<ossim_uint8*>( oldData->getBuf(m_oldInputBandIndex) ); in runNative8()
137 ossim_uint8* n = static_cast<ossim_uint8*>( newData->getBuf(m_newInputBandIndex) ); in runNative8()
138 ossim_uint8* r = static_cast<ossim_uint8*>( m_twoColorTile->getBuf(0) ); in runNative8()
139 ossim_uint8* g = static_cast<ossim_uint8*>( m_twoColorTile->getBuf(1) ); in runNative8()
140 ossim_uint8* b = static_cast<ossim_uint8*>( m_twoColorTile->getBuf(2) ); in runNative8()
242 ossim_uint8* r = static_cast<ossim_uint8*>( m_twoColorTile->getBuf(0) ); in runNorm()
243 ossim_uint8* g = static_cast<ossim_uint8*>( m_twoColorTile->getBuf(1) ); in runNorm()
244 ossim_uint8* b = static_cast<ossim_uint8*>( m_twoColorTile->getBuf(2) ); in runNorm()
H A DossimTopographicCorrectionFilter.cpp137 !normalData->getBuf()|| in getTile()
138 !colorData->getBuf()|| in getTile()
364 if(!colorData->getBuf()|| in executeTopographicCorrectionTemplate()
365 !normalData->getBuf()|| in executeTopographicCorrectionTemplate()
381 colorDataBand = (T*)(colorData->getBuf(b)); in executeTopographicCorrectionTemplate()
475 if(!colorData->getBuf()|| in executeTopographicCorrectionMinnaertTemplate()
476 !normalData->getBuf()|| in executeTopographicCorrectionMinnaertTemplate()
492 colorDataBand = (T*)(colorData->getBuf(b)); in executeTopographicCorrectionMinnaertTemplate()
743 (!colorData->getBuf())||
744 (!normalData->getBuf())||
[all …]
H A DossimFftFilter.cpp83 if(!theTile.valid() || !inTile->getBuf()) in getTile()
307 fillMatrixForward((ossim_float64*)input->getBuf(bandIdx), in runFft()
312 bandReal = (ossim_float64*)output->getBuf(2*bandIdx); in runFft()
313 bandImg = (ossim_float64*)output->getBuf(2*bandIdx + 1); in runFft()
335 bandReal = (ossim_float64*)output->getBuf(bandIdx/2); in runFft()
336 if(input->getBuf(bandIdx)&& in runFft()
337 input->getBuf(bandIdx+1)) in runFft()
339 fillMatrixInverse((double*)input->getBuf(bandIdx), in runFft()
340 (double*)input->getBuf(bandIdx+1), in runFft()
H A DossimS16ImageData.cpp72 if (getBuf() == NULL) in validate()
156 float* resultBuf = static_cast<float*>(result->getBuf(bandCount)); in convertToNormalizedFloat()
195 double* resultBuf = static_cast<double*>(result->getBuf(bandCount)); in convertToNormalizedDouble()
225 static_cast<float*>(normalizedInput->getBuf(bandCount)); in unnormalizeInput()
240 static_cast<double*>(normalizedInput->getBuf(bandCount)); in unnormalizeInput()
315 if(getBuf() != NULL && isWithin(x, y)) in setValue()
336 void* s = getBuf(band); in fill()
417 if(!getBuf(band)) return; in copyTileToNormalizedBuffer()
498 if((size > 0)&&getBuf(band)) in copyNormalizedBufferToTile()
554 if(!getBuf(band)) return; in copyTileToNormalizedBuffer()
[all …]
H A DossimMaxMosaic.cpp300 srcBands[band] = static_cast<float*>(currentImageData->getBuf(band)); in combineNorm()
303 destBands[band] = static_cast<T*>(theTile->getBuf(band)); in combineNorm()
315 destBands[band] = static_cast<T*>(theTile->getBuf(band)); in combineNorm()
329 (float*)currentImageData->getBuf(band)); in combineNorm()
337 (float*)currentImageData->getBuf(tempBandIdx-1)); in combineNorm()
357 srcBands[band] = static_cast<float*>(currentImageData->getBuf(band)); in combineNorm()
446 srcBands[band] = static_cast<T*>(currentImageData->getBuf(band)); in combine()
447 destBands[band] = static_cast<T*>(theTile->getBuf(band)); in combine()
456 destBands[band] = static_cast<T*>(theTile->getBuf(band)); in combine()
490 srcBands[band] = static_cast<T*>(currentImageData->getBuf(band)); in combine()
H A DossimMonoGridRemapEngine.cpp84 ossim_uint8* tile_buf = (ossim_uint8*)tile->getBuf(0); in remapTile()
122 ossim_uint16* tile_buf = (ossim_uint16*)tile->getBuf(0); in remapTile()
160 ossim_uint16* tile_buf = (ossim_uint16*)tile->getBuf(0); in remapTile()
198 ossim_uint16* tile_buf = (ossim_uint16*)tile->getBuf(0); in remapTile()
236 ossim_uint16* tile_buf = (ossim_uint16*)tile->getBuf(0); in remapTile()
274 ossim_uint16* tile_buf = (ossim_uint16*)tile->getBuf(0); in remapTile()
312 ossim_uint16* tile_buf = (ossim_uint16*)tile->getBuf(0); in remapTile()
350 short* tile_buf = (short*)tile->getBuf(0); in remapTile()
H A DossimEdgeFilter.cpp63 if(!inputData.valid() || (!inputData->getBuf())) in getTile()
325 T* inputBuf = static_cast<T*>(inputData->getBuf(bandIdx)); in runSobelFilter()
326 T* outputBuf = static_cast<T*>(theTile->getBuf(bandIdx)); in runSobelFilter()
396 T* inputBuf = static_cast<T*>(inputData->getBuf(bandIdx)); in runPrewittFilter()
397 T* outputBuf = static_cast<T*>(theTile->getBuf(bandIdx)); in runPrewittFilter()
466 T* inputBuf = static_cast<T*>(inputData->getBuf(bandIdx)); in runRobertsFilter()
467 T* outputBuf = static_cast<T*>(theTile->getBuf(bandIdx)); in runRobertsFilter()
534 T* inputBuf = static_cast<T*>(inputData->getBuf(bandIdx)); in runSimpleFilter()
535 T* outputBuf = static_cast<T*>(theTile->getBuf(bandIdx)); in runSimpleFilter()
593 T* outputBuf = static_cast<T*>(theTile->getBuf(bandIdx)); in runLaplacianFilter()
[all …]
H A DossimIndexToRgbLutFilter.cpp55 if (!tile || !tile->getBuf()) in getTile()
72 outBuf[0] = (ossim_uint8*)(theTile->getBuf(0)); in getTile()
73 outBuf[1] = (ossim_uint8*)(theTile->getBuf(1)); in getTile()
74 outBuf[2] = (ossim_uint8*)(theTile->getBuf(2)); in getTile()
89 index = ((double*) tile->getBuf())[pixel]; in getTile()
92 index = (double)(((ossim_sint16*) tile->getBuf())[pixel]); in getTile()
96 index = (double)(((float*) tile->getBuf())[pixel]); in getTile()
99 index = (double)(((ossim_uint8*) tile->getBuf())[pixel]); in getTile()
107 index = (double)(((ossim_uint16*) tile->getBuf())[pixel]); in getTile()
H A DossimMaskFilter.cpp128 if(!theTile->getBuf()) in executeMaskFilter()
487 maskT* bufMask = static_cast<maskT*> ( maskSourceData->getBuf() ); in executeMaskFilterSelection()
489 inputT* bufOut = static_cast<inputT*>( theTile->getBuf(band) ); in executeMaskFilterSelection()
563 maskT* bufMask = (maskT*)maskSourceData->getBuf(); in executeMaskFilterInvertSelection()
564 inputT* bufIn = (inputT*)imageSourceData->getBuf(band); in executeMaskFilterInvertSelection()
565 inputT* bufOut = (inputT*)theTile->getBuf(band); in executeMaskFilterInvertSelection()
618 maskT* bufMask = (maskT*)maskSourceData->getBuf(); in executeMaskFilterWeighted()
619 inputT* bufIn = (inputT*)imageSourceData->getBuf(band); in executeMaskFilterWeighted()
620 inputT* bufOut = (inputT*)theTile->getBuf(band); in executeMaskFilterWeighted()
683 maskT* bufMask = (maskT*)maskSourceData->getBuf(); in executeMaskFilterBinarySelection()
[all …]
H A DossimImageToPlaneNormalFilter.cpp76 if(!input||(input->getDataObjectStatus()==OSSIM_EMPTY)||!input->getBuf()) in getTile()
115 double* x = static_cast<double*>(theTile->getBuf(0)); in initializeTile()
116 double* y = static_cast<double*>(theTile->getBuf(1)); in initializeTile()
117 double* z = static_cast<double*>(theTile->getBuf(2)); in initializeTile()
210 T* inbuf = (T*) inputTile->getBuf(); in computeNormalsTemplate()
212 double* normX = (double*)outputTile->getBuf(0); in computeNormalsTemplate()
213 double* normY = (double*)outputTile->getBuf(1); in computeNormalsTemplate()
214 double* normZ = (double*)outputTile->getBuf(2); in computeNormalsTemplate()
H A DossimFeatherMosaic.cpp162 float *sumBand = static_cast<float*>(theAlphaSum->getBuf()); in combine()
185 srcBands[band] = static_cast<T*>(currentImageData->getBuf(band)); in combine()
186 destBands[band] = static_cast<T*>(theTile->getBuf(band)); in combine()
193 destBands[band] = static_cast<T*>(theTile->getBuf(band)); in combine()
228 srcBands[band] = static_cast<T*>(currentImageData->getBuf(band)); in combine()
250 bandRes = static_cast<float*>(theResult->getBuf(band)); in combine()
273 bandRes = static_cast<float*>(theResult->getBuf(band)); in combine()
296 T* destBand = static_cast<T*>(theTile->getBuf(band)); in combine()
297 float* weightedBand = static_cast<float*>(theResult->getBuf(band)); in combine()
H A DossimU10ImageData.cpp158 float* resultBuf = static_cast<float*>(result->getBuf(bandCount)); in convertToNormalizedFloat()
195 double* resultBuf = static_cast<double*>(result->getBuf(bandCount)); in convertToNormalizedDouble()
226 static_cast<float*>(normalizedInput->getBuf(bandCount)); in unnormalizeInput()
241 static_cast<double*>(normalizedInput->getBuf(bandCount)); in unnormalizeInput()
337 void* s = getBuf(band); in fill()
421 if(!getBuf(band)) return; in copyTileToNormalizedBuffer()
481 if((size > 0)&&getBuf(band)) in copyNormalizedBufferToTile()
538 if(!getBuf(band)) return; in copyTileToNormalizedBuffer()
599 if((size > 0)&&getBuf(band)) in copyNormalizedBufferToTile()
H A DossimU9ImageData.cpp158 float* resultBuf = static_cast<float*>(result->getBuf(bandCount)); in convertToNormalizedFloat()
195 double* resultBuf = static_cast<double*>(result->getBuf(bandCount)); in convertToNormalizedDouble()
226 static_cast<float*>(normalizedInput->getBuf(bandCount)); in unnormalizeInput()
241 static_cast<double*>(normalizedInput->getBuf(bandCount)); in unnormalizeInput()
337 void* s = getBuf(band); in fill()
421 if(!getBuf(band)) return; in copyTileToNormalizedBuffer()
481 if((size > 0)&&getBuf(band)) in copyNormalizedBufferToTile()
538 if(!getBuf(band)) return; in copyTileToNormalizedBuffer()
599 if((size > 0)&&getBuf(band)) in copyNormalizedBufferToTile()
H A DossimU11ImageData.cpp159 float* resultBuf = static_cast<float*>(result->getBuf(bandCount)); in convertToNormalizedFloat()
196 double* resultBuf = static_cast<double*>(result->getBuf(bandCount)); in convertToNormalizedDouble()
227 static_cast<float*>(normalizedInput->getBuf(bandCount)); in unnormalizeInput()
242 static_cast<double*>(normalizedInput->getBuf(bandCount)); in unnormalizeInput()
338 void* s = getBuf(band); in fill()
422 if(!getBuf(band)) return; in copyTileToNormalizedBuffer()
482 if((size > 0)&&getBuf(band)) in copyNormalizedBufferToTile()
539 if(!getBuf(band)) return; in copyTileToNormalizedBuffer()
600 if((size > 0)&&getBuf(band)) in copyNormalizedBufferToTile()
/dports/security/fizz/fizz-2021.12.27.00/fizz/test/
H A DAsyncFizzBaseTest.cpp309 auto buf = getBuf('a', kPartialWriteThreshold + 25); in TYPED_TEST()
817 auto buf = getBuf('a', kPartialWriteThreshold + 1); in TYPED_TEST()
830 auto buf = getBuf('a', 10); in TYPED_TEST()
833 this->writeChain(nullptr, getBuf('b', 10)); in TYPED_TEST()
864 auto buf = getBuf('a', kPartialWriteThreshold + 1); in TYPED_TEST()
871 this->writeChain(nullptr, getBuf('b', 100)); in TYPED_TEST()
886 this->writeChain(nullptr, getBuf('b', 200)); in TYPED_TEST()
887 this->writeChain(nullptr, getBuf('c', 75)); in TYPED_TEST()
907 this->writeChain(&cb2, getBuf('b', 200)); in TYPED_TEST()
921 this->writeChain(&cb2, getBuf('b', 100)); in TYPED_TEST()
[all …]
/dports/devel/folly/folly-2021.12.27.00/folly/io/async/test/
H A DAsyncPipeTest.cpp119 std::unique_ptr<folly::IOBuf> getBuf(const std::string& data) { in getBuf() function
130 writer_->write(getBuf("hello"), &writeCallback_); in TEST_F()
146 writer_->write(getBuf("hello"), &writeCallback_); in TEST_F()
169 writer_->write(getBuf("hello"), &writeCallback_); in TEST_F()
171 writer_->write(getBuf("hello"), &writeCallback_); in TEST_F()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/vector/src/test/java/org/apache/arrow/vector/util/
H A DTestElementAddressableVectorIterator.java81 assertNull(pt.getBuf()); in testIterateIntVector()
83 assertEquals(index, pt.getBuf().getInt(pt.getOffset())); in testIterateIntVector()
121 assertNull(pt.getBuf()); in testIterateVarCharVector()
127 pt.getBuf().getBytes(pt.getOffset(), actual); in testIterateVarCharVector()
/dports/databases/arrow/apache-arrow-6.0.1/java/vector/src/test/java/org/apache/arrow/vector/util/
H A DTestElementAddressableVectorIterator.java81 assertNull(pt.getBuf()); in testIterateIntVector()
83 assertEquals(index, pt.getBuf().getInt(pt.getOffset())); in testIterateIntVector()
121 assertNull(pt.getBuf()); in testIterateVarCharVector()
127 pt.getBuf().getBytes(pt.getOffset(), actual); in testIterateVarCharVector()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/java/vector/src/test/java/org/apache/arrow/vector/util/
H A DTestElementAddressableVectorIterator.java81 assertNull(pt.getBuf()); in testIterateIntVector()
83 assertEquals(index, pt.getBuf().getInt(pt.getOffset())); in testIterateIntVector()
121 assertNull(pt.getBuf()); in testIterateVarCharVector()
127 pt.getBuf().getBytes(pt.getOffset(), actual); in testIterateVarCharVector()

12345678910>>...28