Home
last modified time | relevance | path

Searched refs:eOutputType (Results 1 – 20 of 20) sorted by relevance

/dports/graphics/py-gdal/gdal-3.3.3/apps/
H A Dgdalasyncread.cpp86 GDALDataType eOutputType = GDT_Unknown; in main() local
144 eOutputType = (GDALDataType) iType; in main()
148 if( eOutputType == GDT_Unknown ) in main()
397 if( eOutputType == GDT_Unknown ) in main()
398 eOutputType = poSrcDS->GetRasterBand(1)->GetRasterDataType(); in main()
405 nBandCount * GDALGetDataTypeSizeBytes(eOutputType); in main()
425 pImage, nOXSize, nOYSize, eOutputType, in main()
454 nBandCount, eOutputType, in main()
519 nUpXSize, nUpYSize, eOutputType, in main()
H A Dgdalenhance.cpp94 GDALDataType eOutputType = GDT_Unknown; in MAIN_START() local
144 eOutputType = static_cast<GDALDataType>(iType); in MAIN_START()
148 if( eOutputType == GDT_Unknown ) in MAIN_START()
435 if( eOutputType == GDT_Unknown ) in MAIN_START()
438 eBandType = eOutputType; in MAIN_START()
H A Dgdal_rasterize_lib.cpp418 int nBandCount, GDALDataType eOutputType, in CreateOutputDataset() argument
512 nBandCount, eOutputType, in CreateOutputDataset()
586 GDALDataType eOutputType; member
734 … static_cast<int>(psOptions->anBandList.size()), psOptions->eOutputType, in GDALRasterize()
786 … static_cast<int>(psOptions->anBandList.size()), psOptions->eOutputType, in GDALRasterize()
887 psOptions->eOutputType = GDT_Float64; in GDALRasterizeOptionsNew()
1098 psOptions->eOutputType = eType; in GDALRasterizeOptionsNew()
1102 if( psOptions->eOutputType == GDT_Unknown ) in GDALRasterizeOptionsNew()
H A Dgdal_grid_lib.cpp88 GDALDataType eOutputType; member
873 psOptions->eOutputType, psOptions->papszCreateOptions); in GDALGrid()
913 psOptions->eOutputType, psOptions->eAlgorithm, psOptions->pOptions, in GDALGrid()
961 psOptions->eOutputType, psOptions->eAlgorithm, psOptions->pOptions, in GDALGrid()
1048 psOptions->eOutputType = GDT_Float64; in GDALGridOptionsNew()
1104 psOptions->eOutputType = static_cast<GDALDataType>(iType); in GDALGridOptionsNew()
1108 if( psOptions->eOutputType == GDT_Unknown ) in GDALGridOptionsNew()
H A Dgdal_translate_lib.cpp123 GDALDataType eOutputType; member
1113 if( psOptions->eOutputType == GDT_Unknown in GDALTranslate()
1485 … if ( psOptions->nScaleRepeat > 0 || psOptions->bUnscale || psOptions->eOutputType != GDT_Unknown ) in GDALTranslate()
1750 if( psOptions->eOutputType == GDT_Unknown ) in GDALTranslate()
1756 eBandType = psOptions->eOutputType; in GDALTranslate()
1843 …!psOptions->bUnscale && psOptions->eOutputType == GDT_Unknown && psOptions->pszResampling == nullp… in GDALTranslate()
1851 …!psOptions->bUnscale && psOptions->eOutputType == GDT_Unknown && psOptions->pszResampling == nullp… in GDALTranslate()
2329 psOptions->eOutputType = GDT_Unknown; in GDALTranslateOptionsNew()
2414 psOptions->eOutputType = static_cast<GDALDataType>(iType); in GDALTranslateOptionsNew()
2418 if( psOptions->eOutputType == GDT_Unknown ) in GDALTranslateOptionsNew()
H A Dgdalwarp_lib.cpp148 GDALDataType eOutputType; member
662 if( psOptions->eOutputType != GDT_Unknown ) in ApplyVerticalShiftGrid()
666 GDALGetDataTypeName(psOptions->eOutputType)); in ApplyVerticalShiftGrid()
904 psOptionsTemp->eOutputType, nullptr, in DealWithCOGOptions()
1011 psOptions->eOutputType == GDT_Unknown && in GDALWarpIndirect()
1415 psOptions->eOutputType, &hUniqueTransformArg, in CreateOutput()
4136 psOptions->eOutputType = GDT_Unknown; in GDALWarpAppOptionsNew()
4334 psOptions->eOutputType = static_cast<GDALDataType>(iType); in GDALWarpAppOptionsNew()
4338 if( psOptions->eOutputType == GDT_Unknown ) in GDALWarpAppOptionsNew()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/apps/
H A Dgdalasyncread.cpp86 GDALDataType eOutputType = GDT_Unknown; in main() local
144 eOutputType = (GDALDataType) iType; in main()
148 if( eOutputType == GDT_Unknown ) in main()
397 if( eOutputType == GDT_Unknown ) in main()
398 eOutputType = poSrcDS->GetRasterBand(1)->GetRasterDataType(); in main()
405 nBandCount * GDALGetDataTypeSizeBytes(eOutputType); in main()
425 pImage, nOXSize, nOYSize, eOutputType, in main()
454 nBandCount, eOutputType, in main()
519 nUpXSize, nUpYSize, eOutputType, in main()
H A Dgdalenhance.cpp94 GDALDataType eOutputType = GDT_Unknown; in MAIN_START() local
144 eOutputType = static_cast<GDALDataType>(iType); in MAIN_START()
148 if( eOutputType == GDT_Unknown ) in MAIN_START()
435 if( eOutputType == GDT_Unknown ) in MAIN_START()
438 eBandType = eOutputType; in MAIN_START()
H A Dgdal_rasterize_lib.cpp418 int nBandCount, GDALDataType eOutputType, in CreateOutputDataset() argument
512 nBandCount, eOutputType, in CreateOutputDataset()
586 GDALDataType eOutputType; member
734 … static_cast<int>(psOptions->anBandList.size()), psOptions->eOutputType, in GDALRasterize()
786 … static_cast<int>(psOptions->anBandList.size()), psOptions->eOutputType, in GDALRasterize()
887 psOptions->eOutputType = GDT_Float64; in GDALRasterizeOptionsNew()
1098 psOptions->eOutputType = eType; in GDALRasterizeOptionsNew()
1102 if( psOptions->eOutputType == GDT_Unknown ) in GDALRasterizeOptionsNew()
H A Dgdal_grid_lib.cpp88 GDALDataType eOutputType; member
873 psOptions->eOutputType, psOptions->papszCreateOptions); in GDALGrid()
913 psOptions->eOutputType, psOptions->eAlgorithm, psOptions->pOptions, in GDALGrid()
961 psOptions->eOutputType, psOptions->eAlgorithm, psOptions->pOptions, in GDALGrid()
1048 psOptions->eOutputType = GDT_Float64; in GDALGridOptionsNew()
1104 psOptions->eOutputType = static_cast<GDALDataType>(iType); in GDALGridOptionsNew()
1108 if( psOptions->eOutputType == GDT_Unknown ) in GDALGridOptionsNew()
H A Dgdal_translate_lib.cpp123 GDALDataType eOutputType; member
1113 if( psOptions->eOutputType == GDT_Unknown in GDALTranslate()
1485 … if ( psOptions->nScaleRepeat > 0 || psOptions->bUnscale || psOptions->eOutputType != GDT_Unknown ) in GDALTranslate()
1750 if( psOptions->eOutputType == GDT_Unknown ) in GDALTranslate()
1756 eBandType = psOptions->eOutputType; in GDALTranslate()
1843 …!psOptions->bUnscale && psOptions->eOutputType == GDT_Unknown && psOptions->pszResampling == nullp… in GDALTranslate()
1851 …!psOptions->bUnscale && psOptions->eOutputType == GDT_Unknown && psOptions->pszResampling == nullp… in GDALTranslate()
2329 psOptions->eOutputType = GDT_Unknown; in GDALTranslateOptionsNew()
2414 psOptions->eOutputType = static_cast<GDALDataType>(iType); in GDALTranslateOptionsNew()
2418 if( psOptions->eOutputType == GDT_Unknown ) in GDALTranslateOptionsNew()
H A Dgdalwarp_lib.cpp148 GDALDataType eOutputType; member
662 if( psOptions->eOutputType != GDT_Unknown ) in ApplyVerticalShiftGrid()
666 GDALGetDataTypeName(psOptions->eOutputType)); in ApplyVerticalShiftGrid()
904 psOptionsTemp->eOutputType, nullptr, in DealWithCOGOptions()
1011 psOptions->eOutputType == GDT_Unknown && in GDALWarpIndirect()
1415 psOptions->eOutputType, &hUniqueTransformArg, in CreateOutput()
4136 psOptions->eOutputType = GDT_Unknown; in GDALWarpAppOptionsNew()
4334 psOptions->eOutputType = static_cast<GDALDataType>(iType); in GDALWarpAppOptionsNew()
4338 if( psOptions->eOutputType == GDT_Unknown ) in GDALWarpAppOptionsNew()
/dports/graphics/gdal/gdal-3.3.3/apps/
H A Dgdalasyncread.cpp86 GDALDataType eOutputType = GDT_Unknown; in main() local
144 eOutputType = (GDALDataType) iType; in main()
148 if( eOutputType == GDT_Unknown ) in main()
397 if( eOutputType == GDT_Unknown ) in main()
398 eOutputType = poSrcDS->GetRasterBand(1)->GetRasterDataType(); in main()
405 nBandCount * GDALGetDataTypeSizeBytes(eOutputType); in main()
425 pImage, nOXSize, nOYSize, eOutputType, in main()
454 nBandCount, eOutputType, in main()
519 nUpXSize, nUpYSize, eOutputType, in main()
H A Dgdalenhance.cpp94 GDALDataType eOutputType = GDT_Unknown; in MAIN_START() local
144 eOutputType = static_cast<GDALDataType>(iType); in MAIN_START()
148 if( eOutputType == GDT_Unknown ) in MAIN_START()
435 if( eOutputType == GDT_Unknown ) in MAIN_START()
438 eBandType = eOutputType; in MAIN_START()
H A Dgdal_rasterize_lib.cpp418 int nBandCount, GDALDataType eOutputType, in CreateOutputDataset() argument
512 nBandCount, eOutputType, in CreateOutputDataset()
586 GDALDataType eOutputType; member
734 … static_cast<int>(psOptions->anBandList.size()), psOptions->eOutputType, in GDALRasterize()
786 … static_cast<int>(psOptions->anBandList.size()), psOptions->eOutputType, in GDALRasterize()
887 psOptions->eOutputType = GDT_Float64; in GDALRasterizeOptionsNew()
1098 psOptions->eOutputType = eType; in GDALRasterizeOptionsNew()
1102 if( psOptions->eOutputType == GDT_Unknown ) in GDALRasterizeOptionsNew()
H A Dgdal_grid_lib.cpp88 GDALDataType eOutputType; member
873 psOptions->eOutputType, psOptions->papszCreateOptions); in GDALGrid()
913 psOptions->eOutputType, psOptions->eAlgorithm, psOptions->pOptions, in GDALGrid()
961 psOptions->eOutputType, psOptions->eAlgorithm, psOptions->pOptions, in GDALGrid()
1048 psOptions->eOutputType = GDT_Float64; in GDALGridOptionsNew()
1104 psOptions->eOutputType = static_cast<GDALDataType>(iType); in GDALGridOptionsNew()
1108 if( psOptions->eOutputType == GDT_Unknown ) in GDALGridOptionsNew()
H A Dgdal_translate_lib.cpp123 GDALDataType eOutputType; member
1113 if( psOptions->eOutputType == GDT_Unknown in GDALTranslate()
1485 … if ( psOptions->nScaleRepeat > 0 || psOptions->bUnscale || psOptions->eOutputType != GDT_Unknown ) in GDALTranslate()
1750 if( psOptions->eOutputType == GDT_Unknown ) in GDALTranslate()
1756 eBandType = psOptions->eOutputType; in GDALTranslate()
1843 …!psOptions->bUnscale && psOptions->eOutputType == GDT_Unknown && psOptions->pszResampling == nullp… in GDALTranslate()
1851 …!psOptions->bUnscale && psOptions->eOutputType == GDT_Unknown && psOptions->pszResampling == nullp… in GDALTranslate()
2329 psOptions->eOutputType = GDT_Unknown; in GDALTranslateOptionsNew()
2414 psOptions->eOutputType = static_cast<GDALDataType>(iType); in GDALTranslateOptionsNew()
2418 if( psOptions->eOutputType == GDT_Unknown ) in GDALTranslateOptionsNew()
H A Dgdalwarp_lib.cpp148 GDALDataType eOutputType; member
662 if( psOptions->eOutputType != GDT_Unknown ) in ApplyVerticalShiftGrid()
666 GDALGetDataTypeName(psOptions->eOutputType)); in ApplyVerticalShiftGrid()
904 psOptionsTemp->eOutputType, nullptr, in DealWithCOGOptions()
1011 psOptions->eOutputType == GDT_Unknown && in GDALWarpIndirect()
1415 psOptions->eOutputType, &hUniqueTransformArg, in CreateOutput()
4136 psOptions->eOutputType = GDT_Unknown; in GDALWarpAppOptionsNew()
4334 psOptions->eOutputType = static_cast<GDALDataType>(iType); in GDALWarpAppOptionsNew()
4338 if( psOptions->eOutputType == GDT_Unknown ) in GDALWarpAppOptionsNew()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/Remapping/
H A DTempestOfflineMap.cpp514 DiscretizationType eOutputType; in GenerateOfflineMap() local
536 eOutputType = DiscretizationType_FV; in GenerateOfflineMap()
540 eOutputType = DiscretizationType_CGLL; in GenerateOfflineMap()
544 eOutputType = DiscretizationType_DGLL; in GenerateOfflineMap()
599 if ( eOutputType == DiscretizationType_FV ) in GenerateOfflineMap()
685 ( eOutputType == DiscretizationType_FV ) in GenerateOfflineMap()
730 if ( eOutputType == DiscretizationType_CGLL ) in GenerateOfflineMap()
750eOutputType, (eOutputType == DiscretizationType_CGLL), &dataGLLNodesDest);MB_CHK_ERR(rval); in GenerateOfflineMap()
780 ( eOutputType == DiscretizationType_FV ) in GenerateOfflineMap()
871 ( eOutputType != DiscretizationType_FV ) in GenerateOfflineMap()
[all …]
/dports/graphics/jogamp-jogl/jogl/src/jogl/native/openmax/
H A Domx_tool.c781 ao.eOutputType = NVX_AUDIO_OutputI2S; in AttachAudioRenderer()