Home
last modified time | relevance | path

Searched refs:GetPixelFormat (Results 1 – 25 of 1192) sorted by relevance

12345678910>>...48

/dports/devel/gdcm/gdcm-3.0.10/Source/MediaStorageAndFileFormat/
H A DgdcmBitmap.cxx237 codec.SetPixelFormat( GetPixelFormat() );
346 codec.SetPixelFormat( GetPixelFormat() ); in TryRAWCodec()
373 if ( GetPixelFormat() != codec.GetPixelFormat() ) in TryRAWCodec()
416 if( codec.GetPixelFormat() != GetPixelFormat() ) in TryJPEGCodec()
467 codec.SetPixelFormat( GetPixelFormat() ); in TryJPEGCodec()
565 codec.SetPixelFormat( GetPixelFormat() ); in TryJPEGCodec2()
604 codec.SetPixelFormat( GetPixelFormat() ); in TryPVRGCodec()
644 codec.SetPixelFormat( GetPixelFormat() ); in TryKAKADUCodec()
701 if( codec.GetPixelFormat() != GetPixelFormat() ) in TryJPEGLSCodec()
822 if( codec.GetPixelFormat() != GetPixelFormat() ) in TryJPEG2000Codec()
[all …]
H A DgdcmRAWCodec.cxx77 GetPixelFormat().GetBitsAllocated() != 12 && in DecodeBytes()
84 assert( this->GetPixelFormat() != PixelFormat::UINT12 ); in DecodeBytes()
85 assert( this->GetPixelFormat() != PixelFormat::INT12 ); in DecodeBytes()
118 if( this->GetPixelFormat() == PixelFormat::UINT12 || in DecodeBytes()
119 this->GetPixelFormat() == PixelFormat::INT12 ) in DecodeBytes()
131 this->GetPixelFormat().SetBitsAllocated( 16 ); in DecodeBytes()
151 GetPixelFormat().GetBitsAllocated() != 12 && in Decode()
155 assert( this->GetPixelFormat() != PixelFormat::INT12 ); in Decode()
174 if( this->GetPixelFormat() == PixelFormat::UINT12 || in Decode()
175 this->GetPixelFormat() == PixelFormat::INT12 ) in Decode()
[all …]
H A DgdcmRLECodec.cxx333 if( GetPixelFormat().GetBitsAllocated() > 8 ) in Code()
348 if( GetPixelFormat().GetBitsAllocated() == 8 ) in Code()
375 assert( GetPixelFormat().GetBitsAllocated() == 8 || GetPixelFormat().GetBitsAllocated() == 16 in Code()
376 || GetPixelFormat().GetBitsAllocated() == 32 ); in Code()
377 if( GetPixelFormat().GetSamplesPerPixel() == 3 ) in Code()
414 if( GetPixelFormat().GetBitsAllocated() == 32 ) in Code()
576 const PixelFormat & pf = this->GetPixelFormat(); in DecodeFragment()
684 const PixelFormat & pf = this->GetPixelFormat(); in DecodeExtent()
782 if( GetPixelFormat().GetBitsAllocated() > 8 ) in DecodeByStreams()
787 …assert( GetPixelFormat().GetSamplesPerPixel() == 3 || GetPixelFormat().GetSamplesPerPixel() == 1 ); in DecodeByStreams()
[all …]
H A DgdcmIconImageGenerator.cxx490 PixelFormat oripf = P->GetPixelFormat(); in Generate()
555 I->SetPixelFormat( P->GetPixelFormat() ); in Generate()
561 uint8_t ps = I->GetPixelFormat().GetPixelSize(); in Generate()
594 r.SetPixelFormat( I->GetPixelFormat() ); in Generate()
641 I->GetPixelFormat().SetSamplesPerPixel( 3 ); in Generate()
663 I->GetPixelFormat().SetSamplesPerPixel( 3 ); in Generate()
796 if( I->GetPixelFormat() == PixelFormat::UINT8 ) in Generate()
820 r.SetPixelFormat( I->GetPixelFormat() ); in Generate()
874 r.SetPixelFormat( I->GetPixelFormat() ); in Generate()
891 const PixelFormat &pf = I->GetPixelFormat(); in Generate()
[all …]
H A DgdcmImageChangeTransferSyntax.cxx93 codec.SetPixelFormat( input.GetPixelFormat() ); in TryRAWCodec()
123 codec.SetPixelFormat( input.GetPixelFormat() ); in TryRLECodec()
136 if( input.GetPixelFormat().GetSamplesPerPixel() == 3 ) in TryRLECodec()
183 codec->SetPixelFormat( input.GetPixelFormat() ); in TryJPEGCodec()
186 if( !input.GetPixelFormat().IsCompatible( ts ) ) in TryJPEGCodec()
250 codec->SetPixelFormat( input.GetPixelFormat() ); in TryJPEGLSCodec()
278 if( input.GetPixelFormat().GetSamplesPerPixel() == 3 ) in TryJPEGLSCodec()
309 codec->SetPixelFormat( input.GetPixelFormat() ); in TryJPEG2000Codec()
323 if( input.GetPixelFormat().GetSamplesPerPixel() == 3 ) in TryJPEG2000Codec()
359 assert( input.GetPixelFormat().GetSamplesPerPixel() == 1 ); in TryJPEG2000Codec()
H A DgdcmPixmapReader.cxx533 else if( pixeldata.GetPixelFormat().GetSamplesPerPixel() == 1 ) in DoOverlays()
544 ov.SetBitsAllocated( pixeldata.GetPixelFormat().GetBitsAllocated() ); in DoOverlays()
567 const PixelFormat &pf = pixeldata.GetPixelFormat(); in DoOverlays()
796 pf = PixelData->GetPixelFormat(); in ReadImageInternal()
817 if( pc && PixelData->GetPixelFormat().GetSamplesPerPixel() != 3 ) in ReadImageInternal()
1064 …if( PixelData->GetPixelFormat().GetSamplesPerPixel() != jpeg.GetPixelFormat().GetSamplesPerPixel()… in ReadImageInternal()
1067 … PixelData->GetPixelFormat().SetSamplesPerPixel( jpeg.GetPixelFormat().GetSamplesPerPixel() ); in ReadImageInternal()
1313 if( pc && PixelData->GetPixelFormat().GetSamplesPerPixel() != 3 ) in ReadACRNEMAImage()
1339 if( PixelData->GetPixelFormat().GetSamplesPerPixel() == 1 ) in ReadACRNEMAImage()
1345 else if( PixelData->GetPixelFormat().GetSamplesPerPixel() == 3 ) in ReadACRNEMAImage()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Source/MediaStorageAndFileFormat/
H A DgdcmBitmap.cxx237 codec.SetPixelFormat( GetPixelFormat() );
342 codec.SetPixelFormat( GetPixelFormat() ); in TryRAWCodec()
363 if ( GetPixelFormat() != codec.GetPixelFormat() ) in TryRAWCodec()
406 if( codec.GetPixelFormat() != GetPixelFormat() ) in TryJPEGCodec()
431 codec.SetPixelFormat( GetPixelFormat() ); in TryJPEGCodec()
457 if ( GetPixelFormat() != codec.GetPixelFormat() ) in TryJPEGCodec()
507 codec.SetPixelFormat( GetPixelFormat() ); in TryJPEGCodec2()
546 codec.SetPixelFormat( GetPixelFormat() ); in TryPVRGCodec()
643 if( codec.GetPixelFormat() != GetPixelFormat() ) in TryJPEGLSCodec()
733 if( codec.GetPixelFormat() != GetPixelFormat() ) in TryJPEG2000Codec()
[all …]
H A DgdcmRAWCodec.cxx77 GetPixelFormat().GetBitsAllocated() != 12 && in DecodeBytes()
84 assert( this->GetPixelFormat() != PixelFormat::UINT12 ); in DecodeBytes()
85 assert( this->GetPixelFormat() != PixelFormat::INT12 ); in DecodeBytes()
118 if( this->GetPixelFormat() == PixelFormat::UINT12 || in DecodeBytes()
119 this->GetPixelFormat() == PixelFormat::INT12 ) in DecodeBytes()
131 this->GetPixelFormat().SetBitsAllocated( 16 ); in DecodeBytes()
151 GetPixelFormat().GetBitsAllocated() != 12 && in Decode()
155 assert( this->GetPixelFormat() != PixelFormat::INT12 ); in Decode()
174 if( this->GetPixelFormat() == PixelFormat::UINT12 || in Decode()
175 this->GetPixelFormat() == PixelFormat::INT12 ) in Decode()
[all …]
H A DgdcmRLECodec.cxx333 if( GetPixelFormat().GetBitsAllocated() > 8 ) in Code()
348 if( GetPixelFormat().GetBitsAllocated() == 8 ) in Code()
375 assert( GetPixelFormat().GetBitsAllocated() == 8 || GetPixelFormat().GetBitsAllocated() == 16 in Code()
376 || GetPixelFormat().GetBitsAllocated() == 32 ); in Code()
377 if( GetPixelFormat().GetSamplesPerPixel() == 3 ) in Code()
407 if( GetPixelFormat().GetBitsAllocated() == 32 ) in Code()
569 const PixelFormat & pf = this->GetPixelFormat(); in DecodeFragment()
677 const PixelFormat & pf = this->GetPixelFormat(); in DecodeExtent()
775 if( GetPixelFormat().GetBitsAllocated() > 8 ) in DecodeByStreams()
780 …assert( GetPixelFormat().GetSamplesPerPixel() == 3 || GetPixelFormat().GetSamplesPerPixel() == 1 ); in DecodeByStreams()
[all …]
H A DgdcmIconImageGenerator.cxx490 PixelFormat oripf = P->GetPixelFormat(); in Generate()
555 I->SetPixelFormat( P->GetPixelFormat() ); in Generate()
561 uint8_t ps = I->GetPixelFormat().GetPixelSize(); in Generate()
594 r.SetPixelFormat( I->GetPixelFormat() ); in Generate()
641 I->GetPixelFormat().SetSamplesPerPixel( 3 ); in Generate()
663 I->GetPixelFormat().SetSamplesPerPixel( 3 ); in Generate()
796 if( I->GetPixelFormat() == PixelFormat::UINT8 ) in Generate()
820 r.SetPixelFormat( I->GetPixelFormat() ); in Generate()
874 r.SetPixelFormat( I->GetPixelFormat() ); in Generate()
891 const PixelFormat &pf = I->GetPixelFormat(); in Generate()
[all …]
H A DgdcmImageChangeTransferSyntax.cxx93 codec.SetPixelFormat( input.GetPixelFormat() ); in TryRAWCodec()
123 codec.SetPixelFormat( input.GetPixelFormat() ); in TryRLECodec()
136 if( input.GetPixelFormat().GetSamplesPerPixel() == 3 ) in TryRLECodec()
183 codec->SetPixelFormat( input.GetPixelFormat() ); in TryJPEGCodec()
186 if( !input.GetPixelFormat().IsCompatible( ts ) ) in TryJPEGCodec()
250 codec->SetPixelFormat( input.GetPixelFormat() ); in TryJPEGLSCodec()
278 if( input.GetPixelFormat().GetSamplesPerPixel() == 3 ) in TryJPEGLSCodec()
309 codec->SetPixelFormat( input.GetPixelFormat() ); in TryJPEG2000Codec()
323 if( input.GetPixelFormat().GetSamplesPerPixel() == 3 ) in TryJPEG2000Codec()
359 assert( input.GetPixelFormat().GetSamplesPerPixel() == 1 ); in TryJPEG2000Codec()
H A DgdcmPixmapReader.cxx541 if( ov.GetBitsAllocated() != pixeldata.GetPixelFormat().GetBitsAllocated() ) in DoOverlays()
544 ov.SetBitsAllocated( pixeldata.GetPixelFormat().GetBitsAllocated() ); in DoOverlays()
559 const PixelFormat &pf = pixeldata.GetPixelFormat(); in DoOverlays()
780 pf = PixelData->GetPixelFormat(); in ReadImageInternal()
801 if( pc && PixelData->GetPixelFormat().GetSamplesPerPixel() != 3 ) in ReadImageInternal()
1037 …if( PixelData->GetPixelFormat().GetSamplesPerPixel() != jpeg.GetPixelFormat().GetSamplesPerPixel()… in ReadImageInternal()
1040 … PixelData->GetPixelFormat().SetSamplesPerPixel( jpeg.GetPixelFormat().GetSamplesPerPixel() ); in ReadImageInternal()
1268 if( pc && PixelData->GetPixelFormat().GetSamplesPerPixel() != 3 ) in ReadACRNEMAImage()
1294 if( PixelData->GetPixelFormat().GetSamplesPerPixel() == 1 ) in ReadACRNEMAImage()
1300 else if( PixelData->GetPixelFormat().GetSamplesPerPixel() == 3 ) in ReadACRNEMAImage()
[all …]
/dports/devel/gdcm/gdcm-3.0.10/Examples/Cxx/
H A DGetJPEGSamplePrecision.cxx110 if( jpeg.GetPixelFormat().GetBitsAllocated() != image.GetPixelFormat().GetBitsAllocated() in main()
111 || jpeg.GetPixelFormat().GetBitsStored() != image.GetPixelFormat().GetBitsStored() ) in main()
117 std::cout << jpeg.GetPixelFormat() << std::endl; in main()
118 std::cout << image.GetPixelFormat() << std::endl; in main()
H A DConvertToQImage.cxx45 if( gimage.GetPixelFormat() != gdcm::PixelFormat::UINT8 ) in ConvertToFormat_RGB888()
55 if( gimage.GetPixelFormat() == gdcm::PixelFormat::UINT8 ) in ConvertToFormat_RGB888()
69 else if( gimage.GetPixelFormat() == gdcm::PixelFormat::INT16 ) in ConvertToFormat_RGB888()
92 std::cerr << "Pixel Format is: " << gimage.GetPixelFormat() << std::endl; in ConvertToFormat_RGB888()
/dports/math/octave-forge-dicom/dicom-0.4.0/src/
H A Ddicomread.cpp141 if (gdcm::PixelFormat::UINT32 == image.GetPixelFormat())
148 else if ( gdcm::PixelFormat::UINT16 == image.GetPixelFormat() )
155 else if ( gdcm::PixelFormat::UINT8 == image.GetPixelFormat() )
162 else if ( gdcm::PixelFormat::INT8 == image.GetPixelFormat() )
169 else if ( gdcm::PixelFormat::INT16 == image.GetPixelFormat() )
176 else if ( gdcm::PixelFormat::INT32 == image.GetPixelFormat() )
185 octave_stdout << image.GetPixelFormat() << '\n' ;
/dports/devel/sdlmm/SDLmm-0.1.8/src/
H A Dsdlmm_surface.h87 other.GetPixelFormat().BitsPerPixel(), in CreateSurface()
89 other.GetPixelFormat().Rmask(), in CreateSurface()
90 other.GetPixelFormat().Gmask(), in CreateSurface()
91 other.GetPixelFormat().Bmask(), in CreateSurface()
92 other.GetPixelFormat().Amask())); in CreateSurface()
H A Dsdlmm_basesurface.h113 const PixelFormat GetPixelFormat() const { return PixelFormat(GetSurface()->format); } in GetPixelFormat() function
114 PixelFormat GetPixelFormat() { return PixelFormat(GetSurface()->format); } in GetPixelFormat() function
437 bool Fill(Uint8 r, Uint8 g, Uint8 b) { return Fill(GetPixelFormat().MapRGB(r, g, b)); } in Fill()
447 …bool Fill(Uint8 r, Uint8 g, Uint8 b, Uint8 a) { return Fill(GetPixelFormat().MapRGBA(r, g, b, a));… in Fill()
471 …Rect& dstrect, Uint8 r, Uint8 g, Uint8 b) { return FillRect(dstrect, GetPixelFormat().MapRGB(r, g,… in FillRect()
484 …rect, Uint8 r, Uint8 g, Uint8 b, Uint8 a) { return FillRect(dstrect, GetPixelFormat().MapRGBA(r, g… in FillRect()
H A Dsdlmm_basesurface.cpp50 ASSERT(GetPixelFormat().BytesPerPixel() == 1); in SetPixel1()
60 ASSERT(GetPixelFormat().BytesPerPixel() == 2); in SetPixel2()
70 ASSERT(GetPixelFormat().BytesPerPixel() == 3); in SetPixel3()
90 ASSERT(GetPixelFormat().BytesPerPixel() == 4); in SetPixel4()
101 switch(GetPixelFormat().BytesPerPixel()) in SetPixel()
131 PixelFormat pf(GetPixelFormat()); in GetPixel()
H A Dsdlmm_videoinfo.h96 const PixelFormat GetPixelFormat() const { return PixelFormat(me->vfmt); } in GetPixelFormat() function
97 PixelFormat GetPixelFormat() { return PixelFormat(me->vfmt); } in GetPixelFormat() function
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/dfb/
H A Dwrapdfb.cpp121 DFBSurfacePixelFormat wxIDirectFBSurface::GetPixelFormat() in GetPixelFormat() function in wxIDirectFBSurface
124 GetPixelFormat(&format); in GetPixelFormat()
132 if ( !GetPixelFormat(&format) ) in GetDepth()
154 GetPixelFormat(&desc.pixelformat); in CreateCompatible()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/dfb/
H A Dwrapdfb.cpp118 DFBSurfacePixelFormat wxIDirectFBSurface::GetPixelFormat() in GetPixelFormat() function in wxIDirectFBSurface
121 GetPixelFormat(&format); in GetPixelFormat()
129 if ( !GetPixelFormat(&format) ) in GetDepth()
151 GetPixelFormat(&desc.pixelformat); in CreateCompatible()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/dfb/
H A Dwrapdfb.cpp121 DFBSurfacePixelFormat wxIDirectFBSurface::GetPixelFormat() in GetPixelFormat() function in wxIDirectFBSurface
124 GetPixelFormat(&format); in GetPixelFormat()
132 if ( !GetPixelFormat(&format) ) in GetDepth()
154 GetPixelFormat(&desc.pixelformat); in CreateCompatible()
/dports/games/cake/cake_src/cake/glsetup/
H A Dglswgl.h42 #ifdef GetPixelFormat
43 #undef GetPixelFormat
45 #define GetPixelFormat glsGetPixelFormat macro
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/Images/
H A DPixelTraits.h39 static PixelFormat GetPixelFormat() in GetPixelFormat() function
170 static PixelFormat GetPixelFormat()
227 static PixelFormat GetPixelFormat()
288 static PixelFormat GetPixelFormat()
343 static PixelFormat GetPixelFormat()
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/Images/
H A DPixelTraits.h39 static PixelFormat GetPixelFormat() in GetPixelFormat() function
170 static PixelFormat GetPixelFormat()
227 static PixelFormat GetPixelFormat()
288 static PixelFormat GetPixelFormat()
343 static PixelFormat GetPixelFormat()

12345678910>>...48