Home
last modified time | relevance | path

Searched refs:nWinBandCount (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/py-gdal/gdal-3.3.3/frmts/ecw/
H A Decwdataset.cpp985 nWinBandCount = 0; in ECWDataset()
1679 nWinBandCount = nBandCount; in RunDeferredAdviseRead()
1686 papCurLineBuf = (void **) CPLMalloc(sizeof(void*) * nWinBandCount ); in RunDeferredAdviseRead()
1687 for( int iBand = 0; iBand < nWinBandCount; iBand++ ) in RunDeferredAdviseRead()
1757 for( i = 0; i < nWinBandCount; i++ ) in TryWinRasterIO()
1763 if( i == nWinBandCount ) in TryWinRasterIO()
1810 for( iWinBand = 0; iWinBand < nWinBandCount; iWinBand++ ) in TryWinRasterIO()
1852 (UINT16) nWinBandCount, in LoadNextLine()
1884 for( int iBand = 0; iBand < nWinBandCount; iBand++ ) in CleanupWindow()
H A Dgdal_ecw.h490 int nWinBandCount; variable
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/ecw/
H A Decwdataset.cpp985 nWinBandCount = 0; in ECWDataset()
1679 nWinBandCount = nBandCount; in RunDeferredAdviseRead()
1686 papCurLineBuf = (void **) CPLMalloc(sizeof(void*) * nWinBandCount ); in RunDeferredAdviseRead()
1687 for( int iBand = 0; iBand < nWinBandCount; iBand++ ) in RunDeferredAdviseRead()
1757 for( i = 0; i < nWinBandCount; i++ ) in TryWinRasterIO()
1763 if( i == nWinBandCount ) in TryWinRasterIO()
1810 for( iWinBand = 0; iWinBand < nWinBandCount; iWinBand++ ) in TryWinRasterIO()
1852 (UINT16) nWinBandCount, in LoadNextLine()
1884 for( int iBand = 0; iBand < nWinBandCount; iBand++ ) in CleanupWindow()
H A Dgdal_ecw.h490 int nWinBandCount; variable
/dports/graphics/gdal/gdal-3.3.3/frmts/ecw/
H A Decwdataset.cpp985 nWinBandCount = 0; in ECWDataset()
1679 nWinBandCount = nBandCount; in RunDeferredAdviseRead()
1686 papCurLineBuf = (void **) CPLMalloc(sizeof(void*) * nWinBandCount ); in RunDeferredAdviseRead()
1687 for( int iBand = 0; iBand < nWinBandCount; iBand++ ) in RunDeferredAdviseRead()
1757 for( i = 0; i < nWinBandCount; i++ ) in TryWinRasterIO()
1763 if( i == nWinBandCount ) in TryWinRasterIO()
1810 for( iWinBand = 0; iWinBand < nWinBandCount; iWinBand++ ) in TryWinRasterIO()
1852 (UINT16) nWinBandCount, in LoadNextLine()
1884 for( int iBand = 0; iBand < nWinBandCount; iBand++ ) in CleanupWindow()
H A Dgdal_ecw.h490 int nWinBandCount; variable
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/ecw/
H A Decwdataset.cpp1587 nWinBandCount = nBandCount; in AdviseRead()
1594 papCurLineBuf = (void **) CPLMalloc(sizeof(void*) * nWinBandCount ); in AdviseRead()
1595 for( int iBand = 0; iBand < nWinBandCount; iBand++ ) in AdviseRead()
1652 for( i = 0; i < nWinBandCount; i++ ) in TryWinRasterIO()
1658 if( i == nWinBandCount ) in TryWinRasterIO()
1705 for( iWinBand = 0; iWinBand < nWinBandCount; iWinBand++ ) in TryWinRasterIO()
1747 (UINT16) nWinBandCount, in LoadNextLine()
1779 for( int iBand = 0; iBand < nWinBandCount; iBand++ ) in CleanupWindow()
H A Dgdal_ecw.h481 int nWinBandCount; variable