Home
last modified time | relevance | path

Searched refs:pszInterleaving (Results 1 – 12 of 12) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/pds/
H A Disis2dataset.cpp109 … GUIntBig iRecords, const char * pszInterleaving, GUIntBig & iLabelRecords, bool bRelaunch=false);
875 const char *pszInterleaving = "(SAMPLE,LINE,BAND)"; in Create() local
879 pszInterleaving = "(BAND,SAMPLE,LINE)"; in Create()
881 pszInterleaving = "(SAMPLE,BAND,LINE)"; in Create()
883 pszInterleaving = "(SAMPLE,LINE,BAND)"; in Create()
954 pszInterleaving) ) in Create()
970 CPL_UNUSED const char * pszInterleaving) { in WriteRaster() argument
1029 GDALDataType eType, const char * pszInterleaving) in WriteQUBE_Information() argument
1037 nWritingBytes += ISIS2Dataset::WriteKeyword( fpLabel, iLevel, "AXIS_NAME", pszInterleaving); in WriteQUBE_Information()
1099 GUIntBig iRecords, const char * pszInterleaving, in WriteLabel() argument
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/pds/
H A Disis2dataset.cpp104 … GUIntBig iRecords, const char * pszInterleaving, GUIntBig & iLabelRecords, bool bRelaunch=false);
854 const char *pszInterleaving = "(SAMPLE,LINE,BAND)"; in Create() local
858 pszInterleaving = "(BAND,SAMPLE,LINE)"; in Create()
860 pszInterleaving = "(SAMPLE,BAND,LINE)"; in Create()
862 pszInterleaving = "(SAMPLE,LINE,BAND)"; in Create()
933 pszInterleaving) ) in Create()
948 CPL_UNUSED const char * pszInterleaving) in WriteRaster() argument
1007 GDALDataType eType, const char * pszInterleaving) in WriteQUBE_Information() argument
1015 nWritingBytes += ISIS2Dataset::WriteKeyword( fpLabel, iLevel, "AXIS_NAME", pszInterleaving); in WriteQUBE_Information()
1077 GUIntBig iRecords, const char * pszInterleaving, in WriteLabel() argument
[all …]
/dports/graphics/gdal/gdal-3.3.3/frmts/pds/
H A Disis2dataset.cpp104 … GUIntBig iRecords, const char * pszInterleaving, GUIntBig & iLabelRecords, bool bRelaunch=false);
854 const char *pszInterleaving = "(SAMPLE,LINE,BAND)"; in Create() local
858 pszInterleaving = "(BAND,SAMPLE,LINE)"; in Create()
860 pszInterleaving = "(SAMPLE,BAND,LINE)"; in Create()
862 pszInterleaving = "(SAMPLE,LINE,BAND)"; in Create()
933 pszInterleaving) ) in Create()
948 CPL_UNUSED const char * pszInterleaving) in WriteRaster() argument
1007 GDALDataType eType, const char * pszInterleaving) in WriteQUBE_Information() argument
1015 nWritingBytes += ISIS2Dataset::WriteKeyword( fpLabel, iLevel, "AXIS_NAME", pszInterleaving); in WriteQUBE_Information()
1077 GUIntBig iRecords, const char * pszInterleaving, in WriteLabel() argument
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/frmts/pds/
H A Disis2dataset.cpp104 … GUIntBig iRecords, const char * pszInterleaving, GUIntBig & iLabelRecords, bool bRelaunch=false);
854 const char *pszInterleaving = "(SAMPLE,LINE,BAND)"; in Create() local
858 pszInterleaving = "(BAND,SAMPLE,LINE)"; in Create()
860 pszInterleaving = "(SAMPLE,BAND,LINE)"; in Create()
862 pszInterleaving = "(SAMPLE,LINE,BAND)"; in Create()
933 pszInterleaving) ) in Create()
948 CPL_UNUSED const char * pszInterleaving) in WriteRaster() argument
1007 GDALDataType eType, const char * pszInterleaving) in WriteQUBE_Information() argument
1015 nWritingBytes += ISIS2Dataset::WriteKeyword( fpLabel, iLevel, "AXIS_NAME", pszInterleaving); in WriteQUBE_Information()
1077 GUIntBig iRecords, const char * pszInterleaving, in WriteLabel() argument
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/raw/
H A Dgenbindataset.cpp772 const char *pszInterleaving = CSLFetchNameValue(papszHdr,"INTERLEAVING"); in Open() local
777 if( pszInterleaving == NULL ) in Open()
778 pszInterleaving = "BIL"; in Open()
780 if( EQUAL(pszInterleaving,"BSQ") || EQUAL(pszInterleaving,"NA") ) in Open()
787 else if( EQUAL(pszInterleaving,"BIP") ) in Open()
796 if( !EQUAL(pszInterleaving,"BIL") ) in Open()
799 pszInterleaving ); in Open()
H A Denvidataset.cpp382 const char *pszInterleaving; in FlushCache() local
410 pszInterleaving = "bip"; // interleaved by pixel in FlushCache()
413 pszInterleaving = "bil"; // interleaved by line in FlushCache()
419 pszInterleaving = "bsq"; in FlushCache()
422 VSIFPrintfL( fp, "interleave = %s\n", pszInterleaving); in FlushCache()
2631 const char *pszInterleaving; in Create() local
2645 if ( pszInterleaving ) in Create()
2647 if ( EQUALN( pszInterleaving, "bip", 3 ) ) in Create()
2649 else if ( EQUALN( pszInterleaving, "bil", 3 ) ) in Create()
2650 pszInterleaving = "bil"; // interleaved by line in Create()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/frmts/raw/
H A Dgenbindataset.cpp764 const char *pszInterleaving = CSLFetchNameValue(papszHdr, "INTERLEAVING"); in Open() local
765 if( pszInterleaving == nullptr ) in Open()
766 pszInterleaving = "BIL"; in Open()
768 if( EQUAL(pszInterleaving,"BSQ") || EQUAL(pszInterleaving,"NA") ) in Open()
780 else if( EQUAL(pszInterleaving,"BIP") ) in Open()
793 if( !EQUAL(pszInterleaving,"BIL") ) in Open()
796 pszInterleaving ); in Open()
H A Denvidataset.cpp357 const char *pszInterleaving = nullptr; in FlushCache() local
361 pszInterleaving = "bip"; // Interleaved by pixel. in FlushCache()
364 pszInterleaving = "bil"; // Interleaved by line. in FlushCache()
367 pszInterleaving = "bsq"; // Band sequential by default. in FlushCache()
370 pszInterleaving = "bsq"; in FlushCache()
2757 if ( pszInterleaving ) in Create()
2759 if( STARTS_WITH_CI(pszInterleaving, "bip") ) in Create()
2760 pszInterleaving = "bip"; // interleaved by pixel in Create()
2761 else if( STARTS_WITH_CI(pszInterleaving, "bil") ) in Create()
2762 pszInterleaving = "bil"; // interleaved by line in Create()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/raw/
H A Dgenbindataset.cpp764 const char *pszInterleaving = CSLFetchNameValue(papszHdr, "INTERLEAVING"); in Open() local
765 if( pszInterleaving == nullptr ) in Open()
766 pszInterleaving = "BIL"; in Open()
768 if( EQUAL(pszInterleaving,"BSQ") || EQUAL(pszInterleaving,"NA") ) in Open()
780 else if( EQUAL(pszInterleaving,"BIP") ) in Open()
793 if( !EQUAL(pszInterleaving,"BIL") ) in Open()
796 pszInterleaving ); in Open()
H A Denvidataset.cpp357 const char *pszInterleaving = nullptr; in FlushCache() local
361 pszInterleaving = "bip"; // Interleaved by pixel. in FlushCache()
364 pszInterleaving = "bil"; // Interleaved by line. in FlushCache()
367 pszInterleaving = "bsq"; // Band sequential by default. in FlushCache()
370 pszInterleaving = "bsq"; in FlushCache()
2757 if ( pszInterleaving ) in Create()
2759 if( STARTS_WITH_CI(pszInterleaving, "bip") ) in Create()
2760 pszInterleaving = "bip"; // interleaved by pixel in Create()
2761 else if( STARTS_WITH_CI(pszInterleaving, "bil") ) in Create()
2762 pszInterleaving = "bil"; // interleaved by line in Create()
[all …]
/dports/graphics/gdal/gdal-3.3.3/frmts/raw/
H A Dgenbindataset.cpp764 const char *pszInterleaving = CSLFetchNameValue(papszHdr, "INTERLEAVING"); in Open() local
765 if( pszInterleaving == nullptr ) in Open()
766 pszInterleaving = "BIL"; in Open()
768 if( EQUAL(pszInterleaving,"BSQ") || EQUAL(pszInterleaving,"NA") ) in Open()
780 else if( EQUAL(pszInterleaving,"BIP") ) in Open()
793 if( !EQUAL(pszInterleaving,"BIL") ) in Open()
796 pszInterleaving ); in Open()
H A Denvidataset.cpp357 const char *pszInterleaving = nullptr; in FlushCache() local
361 pszInterleaving = "bip"; // Interleaved by pixel. in FlushCache()
364 pszInterleaving = "bil"; // Interleaved by line. in FlushCache()
367 pszInterleaving = "bsq"; // Band sequential by default. in FlushCache()
370 pszInterleaving = "bsq"; in FlushCache()
2757 if ( pszInterleaving ) in Create()
2759 if( STARTS_WITH_CI(pszInterleaving, "bip") ) in Create()
2760 pszInterleaving = "bip"; // interleaved by pixel in Create()
2761 else if( STARTS_WITH_CI(pszInterleaving, "bil") ) in Create()
2762 pszInterleaving = "bil"; // interleaved by line in Create()
[all …]