Home
last modified time | relevance | path

Searched refs:GetChannelCount (Results 1 – 25 of 870) sorted by relevance

12345678910>>...35

/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/DicomFormat/
H A DDicomImageInformation.cpp228 unsigned int DicomImageInformation::GetChannelCount() const in GetChannelCount() function in Orthanc::DicomImageInformation
278 if (GetBitsStored() == 8 && GetChannelCount() == 1 && !IsSigned()) in ExtractPixelFormat()
284 if (GetBitsStored() == 16 && GetChannelCount() == 1 && !IsSigned()) in ExtractPixelFormat()
295 if (GetBitsStored() == 8 && GetChannelCount() == 1 && !IsSigned()) in ExtractPixelFormat()
301 if (GetBitsAllocated() == 16 && GetChannelCount() == 1 && !IsSigned()) in ExtractPixelFormat()
307 if (GetBitsAllocated() == 16 && GetChannelCount() == 1 && IsSigned()) in ExtractPixelFormat()
313 if (GetBitsAllocated() == 32 && GetChannelCount() == 1 && !IsSigned()) in ExtractPixelFormat()
321 GetChannelCount() == 3 && in ExtractPixelFormat()
338 GetChannelCount()); in GetFrameSize()
H A DDicomIntegerPixelAccessor.cpp91 …fset_ = information_.GetWidth() * information_.GetBytesPerValue() * information_.GetChannelCount(); in DicomIntegerPixelAccessor()
110 const unsigned int channels = information_.GetChannelCount(); in GetExtremeValues()
135 channel < information_.GetChannelCount()); in GetValue()
148 assert(frameOffset_ % information_.GetChannelCount() == 0); in GetValue()
149 …pixel += channel * frameOffset_ / information_.GetChannelCount() + x * information_.GetBytesPerVal… in GetValue()
159 …pixel += channel * information_.GetBytesPerValue() + x * information_.GetChannelCount() * informat… in GetValue()
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/DicomFormat/
H A DDicomImageInformation.cpp228 unsigned int DicomImageInformation::GetChannelCount() const in GetChannelCount() function in Orthanc::DicomImageInformation
278 if (GetBitsStored() == 8 && GetChannelCount() == 1 && !IsSigned()) in ExtractPixelFormat()
284 if (GetBitsStored() == 16 && GetChannelCount() == 1 && !IsSigned()) in ExtractPixelFormat()
295 if (GetBitsStored() == 8 && GetChannelCount() == 1 && !IsSigned()) in ExtractPixelFormat()
301 if (GetBitsAllocated() == 16 && GetChannelCount() == 1 && !IsSigned()) in ExtractPixelFormat()
307 if (GetBitsAllocated() == 16 && GetChannelCount() == 1 && IsSigned()) in ExtractPixelFormat()
313 if (GetBitsAllocated() == 32 && GetChannelCount() == 1 && !IsSigned()) in ExtractPixelFormat()
321 GetChannelCount() == 3 && in ExtractPixelFormat()
338 GetChannelCount()); in GetFrameSize()
H A DDicomIntegerPixelAccessor.cpp91 …fset_ = information_.GetWidth() * information_.GetBytesPerValue() * information_.GetChannelCount(); in DicomIntegerPixelAccessor()
110 const unsigned int channels = information_.GetChannelCount(); in GetExtremeValues()
135 channel < information_.GetChannelCount()); in GetValue()
148 assert(frameOffset_ % information_.GetChannelCount() == 0); in GetValue()
149 …pixel += channel * frameOffset_ / information_.GetChannelCount() + x * information_.GetBytesPerVal… in GetValue()
159 …pixel += channel * information_.GetBytesPerValue() + x * information_.GetChannelCount() * informat… in GetValue()
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/DicomFormat/
H A DDicomImageInformation.cpp228 unsigned int DicomImageInformation::GetChannelCount() const in GetChannelCount() function in Orthanc::DicomImageInformation
278 if (GetBitsStored() == 8 && GetChannelCount() == 1 && !IsSigned()) in ExtractPixelFormat()
284 if (GetBitsStored() == 16 && GetChannelCount() == 1 && !IsSigned()) in ExtractPixelFormat()
295 if (GetBitsStored() == 8 && GetChannelCount() == 1 && !IsSigned()) in ExtractPixelFormat()
301 if (GetBitsAllocated() == 16 && GetChannelCount() == 1 && !IsSigned()) in ExtractPixelFormat()
307 if (GetBitsAllocated() == 16 && GetChannelCount() == 1 && IsSigned()) in ExtractPixelFormat()
313 if (GetBitsAllocated() == 32 && GetChannelCount() == 1 && !IsSigned()) in ExtractPixelFormat()
321 GetChannelCount() == 3 && in ExtractPixelFormat()
338 GetChannelCount()); in GetFrameSize()
H A DDicomIntegerPixelAccessor.cpp91 …fset_ = information_.GetWidth() * information_.GetBytesPerValue() * information_.GetChannelCount(); in DicomIntegerPixelAccessor()
110 const unsigned int channels = information_.GetChannelCount(); in GetExtremeValues()
135 channel < information_.GetChannelCount()); in GetValue()
148 assert(frameOffset_ % information_.GetChannelCount() == 0); in GetValue()
149 …pixel += channel * frameOffset_ / information_.GetChannelCount() + x * information_.GetBytesPerVal… in GetValue()
159 …pixel += channel * information_.GetBytesPerValue() + x * information_.GetChannelCount() * informat… in GetValue()
/dports/science/orthanc/Orthanc-1.9.7/OrthancFramework/Sources/DicomFormat/
H A DDicomImageInformation.cpp228 unsigned int DicomImageInformation::GetChannelCount() const in GetChannelCount() function in Orthanc::DicomImageInformation
278 if (GetBitsStored() == 8 && GetChannelCount() == 1 && !IsSigned()) in ExtractPixelFormat()
284 if (GetBitsStored() == 16 && GetChannelCount() == 1 && !IsSigned()) in ExtractPixelFormat()
295 if (GetBitsStored() == 8 && GetChannelCount() == 1 && !IsSigned()) in ExtractPixelFormat()
301 if (GetBitsAllocated() == 16 && GetChannelCount() == 1 && !IsSigned()) in ExtractPixelFormat()
307 if (GetBitsAllocated() == 16 && GetChannelCount() == 1 && IsSigned()) in ExtractPixelFormat()
313 if (GetBitsAllocated() == 32 && GetChannelCount() == 1 && !IsSigned()) in ExtractPixelFormat()
321 GetChannelCount() == 3 && in ExtractPixelFormat()
338 GetChannelCount()); in GetFrameSize()
H A DDicomIntegerPixelAccessor.cpp91 …fset_ = information_.GetWidth() * information_.GetBytesPerValue() * information_.GetChannelCount(); in DicomIntegerPixelAccessor()
110 const unsigned int channels = information_.GetChannelCount(); in GetExtremeValues()
135 channel < information_.GetChannelCount()); in GetValue()
148 assert(frameOffset_ % information_.GetChannelCount() == 0); in GetValue()
149 …pixel += channel * frameOffset_ / information_.GetChannelCount() + x * information_.GetBytesPerVal… in GetValue()
159 …pixel += channel * information_.GetBytesPerValue() + x * information_.GetChannelCount() * informat… in GetValue()
/dports/science/orthanc-webviewer/OrthancWebViewer-2.7/ThirdPartyDownloads/Orthanc-1.8.1/OrthancFramework/Sources/DicomFormat/
H A DDicomImageInformation.cpp228 unsigned int DicomImageInformation::GetChannelCount() const in GetChannelCount() function in Orthanc::DicomImageInformation
278 if (GetBitsStored() == 8 && GetChannelCount() == 1 && !IsSigned()) in ExtractPixelFormat()
284 if (GetBitsStored() == 16 && GetChannelCount() == 1 && !IsSigned()) in ExtractPixelFormat()
295 if (GetBitsStored() == 8 && GetChannelCount() == 1 && !IsSigned()) in ExtractPixelFormat()
301 if (GetBitsAllocated() == 16 && GetChannelCount() == 1 && !IsSigned()) in ExtractPixelFormat()
307 if (GetBitsAllocated() == 16 && GetChannelCount() == 1 && IsSigned()) in ExtractPixelFormat()
313 if (GetBitsAllocated() == 32 && GetChannelCount() == 1 && !IsSigned()) in ExtractPixelFormat()
321 GetChannelCount() == 3 && in ExtractPixelFormat()
338 GetChannelCount()); in GetFrameSize()
H A DDicomIntegerPixelAccessor.cpp91 …fset_ = information_.GetWidth() * information_.GetBytesPerValue() * information_.GetChannelCount(); in DicomIntegerPixelAccessor()
110 const unsigned int channels = information_.GetChannelCount(); in GetExtremeValues()
135 channel < information_.GetChannelCount()); in GetValue()
148 assert(frameOffset_ % information_.GetChannelCount() == 0); in GetValue()
149 …pixel += channel * frameOffset_ / information_.GetChannelCount() + x * information_.GetBytesPerVal… in GetValue()
159 …pixel += channel * information_.GetBytesPerValue() + x * information_.GetChannelCount() * informat… in GetValue()
/dports/audio/musicpd/mpd-0.23.6/src/pcm/
H A DRestBuffer.hxx57 unsigned GetChannelCount() const noexcept { in GetChannelCount() function in PcmRestBuffer
69 assert(audio_valid_channel_count(GetChannelCount())); in Complete()
70 assert(src.size % GetChannelCount() == 0); in Complete()
89 assert(audio_valid_channel_count(GetChannelCount())); in Append()
90 assert(src.size % GetChannelCount() == 0); in Append()
115 assert(dest_block_size % GetChannelCount() == 0); in Process()
/dports/audio/libgig/libgig-4.3.0/src/tools/
H A Dsf2extract.cpp273 (pSample->GetChannelCount() > 1) ? in ExtractSamples()
298 pSample->GetFrameSize() / pSample->GetChannelCount() * 8; in ExtractSamples()
300 …<< bitdepth << "Bits, " << pSample->SampleRate << "Hz, " << pSample->GetChannelCount() << " Channe… in ExtractSamples()
310 pSample->GetChannelCount() != pSample2->GetChannelCount()) in ExtractSamples()
318 totalFrameCount * pSample->GetChannelCount() * sizeof(int) : in ExtractSamples()
349 int n = totalFrameCount * pSample->GetChannelCount(); in ExtractSamples()
401 sfinfo.channels = sample->GetChannelCount(); in writeWav()
418 … sf_write_int(hfile, static_cast<int*>(samples), sample->GetChannelCount() * totalFrameCount) : in writeWav()
419 … sf_write_short(hfile, static_cast<short*>(samples), sample->GetChannelCount() * totalFrameCount); in writeWav()
420 if (res != sample->GetChannelCount() * totalFrameCount) { in writeWav()
[all …]
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/cddadecoder/
H A DCddaDecoder.cpp63 LONGLONG bytesPerSecond = (CDDA_SAMPLE_RATE * data->GetChannelCount() * sizeof(short)); in SetPosition()
74 … this->duration = (double)(data->Length() / data->GetChannelCount() / sizeof(short)) / 44100.0f; in GetDuration()
81 int channels = data->GetChannelCount(); in GetBuffer()
83 buffer->SetChannels(data->GetChannelCount()); in GetBuffer()
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/src/FCollada/FCDocument/
H A DFCDAnimation.h132 size_t GetChannelCount() const { return channels.size(); } in GetChannelCount() function
138 …FCDAnimationChannel* GetChannel(size_t index) { FUAssert(index < GetChannelCount(), return NULL); … in GetChannel()
139 …const FCDAnimationChannel* GetChannel(size_t index) const { FUAssert(index < GetChannelCount(), re… in GetChannel()
144 DEPRECATED(3.05A, GetChannelCount and GetChannel(index))
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/include/FCDocument/
H A DFCDAnimation.h132 size_t GetChannelCount() const { return channels.size(); } in GetChannelCount() function
138 …FCDAnimationChannel* GetChannel(size_t index) { FUAssert(index < GetChannelCount(), return NULL); … in GetChannel()
139 …const FCDAnimationChannel* GetChannel(size_t index) const { FUAssert(index < GetChannelCount(), re… in GetChannel()
144 DEPRECATED(3.05A, GetChannelCount and GetChannel(index))
/dports/astro/opencpn/OpenCPN-5.2.4/libs/sound/include/
H A DSoundFileLoader.h57 virtual unsigned GetChannelCount() const = 0;
78 unsigned GetChannelCount() const override;
H A DSndfileSoundLoader.h53 unsigned GetChannelCount() const;
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/sfz/
H A DStream.cpp89 info.ChannelsPerFrame = pRgn->pSample->GetChannelCount(); in Launch()
91 info.BytesPerSample = pRgn->pSample->GetFrameSize() / pRgn->pSample->GetChannelCount(); in Launch()
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/sf2/
H A DStream.cpp95 info.ChannelsPerFrame = pRgn->pSample->GetChannelCount(); in Launch()
97 info.BytesPerSample = pRgn->pSample->GetFrameSize() / pRgn->pSample->GetChannelCount(); in Launch()
/dports/x11/eaglemode/eaglemode-0.95.0/include/emGif/
H A DemGifFileModel.h61 int GetChannelCount() const;
196 inline int emGifFileModel::GetChannelCount() const in GetChannelCount() function
/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/C++/Apps/Mp42Aac/
H A DMp42Aac.cpp148 unsigned int channel_configuration = audio_desc->GetChannelCount(); in DecryptAndWriteSamples()
187 unsigned int channel_configuration = audio_desc->GetChannelCount(); in WriteSamples()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dendpointvolume.h191 virtual HRESULT STDMETHODCALLTYPE GetChannelCount(
280 HRESULT (STDMETHODCALLTYPE *GetChannelCount)(
372 #define IAudioEndpointVolume_GetChannelCount(This,pnChannelCount) (This)->lpVtbl->GetChannelCount(T…
407 return This->lpVtbl->GetChannelCount(This,pnChannelCount);
508 HRESULT (STDMETHODCALLTYPE *GetChannelCount)(
608 #define IAudioEndpointVolumeEx_GetChannelCount(This,pnChannelCount) (This)->lpVtbl->GetChannelCount
645 return This->lpVtbl->GetChannelCount(This,pnChannelCount);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dendpointvolume.h191 virtual HRESULT STDMETHODCALLTYPE GetChannelCount(
280 HRESULT (STDMETHODCALLTYPE *GetChannelCount)(
372 #define IAudioEndpointVolume_GetChannelCount(This,pnChannelCount) (This)->lpVtbl->GetChannelCount(T…
407 return This->lpVtbl->GetChannelCount(This,pnChannelCount);
508 HRESULT (STDMETHODCALLTYPE *GetChannelCount)(
608 #define IAudioEndpointVolumeEx_GetChannelCount(This,pnChannelCount) (This)->lpVtbl->GetChannelCount
645 return This->lpVtbl->GetChannelCount(This,pnChannelCount);
/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/C++/Core/
H A DAp4SampleEntry.cpp456 AP4_AudioSampleEntry::GetChannelCount() in GetChannelCount() function in AP4_AudioSampleEntry
608 inspector.AddField("channel_count", GetChannelCount()); in InspectFields()
629 GetChannelCount(), in ToSampleDescription()
677 GetChannelCount(), in ToSampleDescription()
724 GetChannelCount(), in ToSampleDescription()
770 GetChannelCount(), in ToSampleDescription()
818 GetChannelCount(), in ToSampleDescription()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/
H A DFormat.h112 constexpr GLuint GetChannelCount(GLuint redBits, in GetChannelCount() function
163 channelCount(GetChannelCount(redBits, in Format()

12345678910>>...35