Home
last modified time | relevance | path

Searched refs:bitsPerChannel (Results 1 – 25 of 43) sorted by relevance

12

/dports/devel/upp/upp/bazaar/plugin/wav/
H A Dwave.cpp46 bitsPerChannel(0), in WaveFile()
88 bitsPerChannel = *((short*) (fmtChunk + 14)); in OpenRead()
176 && bitsPerChannel == other.bitsPerChannel; in FormatMatches()
186 bitsPerChannel = other.bitsPerChannel; in CopyFormatFrom()
189 void WaveFile::SetupFormat(int sampleRate, short bitsPerChannel, short channels) in SetupFormat() argument
194 SetBytesPerSample((unsigned short)((bitsPerChannel >> 3) * channels)); in SetupFormat()
196 SetBitsPerChannel(bitsPerChannel); in SetupFormat()
288 || fwrite(&bitsPerChannel, sizeof(bitsPerChannel), 1, fp) != 1 in WriteHeaderToFile()
H A Dwave.h57 { return bitsPerChannel; }; in GetBitsPerChannel()
59 { bitsPerChannel = bits; changed = true; }; in SetBitsPerChannel()
80 void SetupFormat(int sampleRate = 44100, short bitsPerChannel = 16, short channels = 1);
126 unsigned short bitsPerChannel; variable
/dports/audio/libaudiofile/audiofile-0.3.6/libaudiofile/
H A DCAF.cpp256 uint32_t bitsPerChannel; in parseDescription() local
263 !readU32(&bitsPerChannel)) in parseDescription()
274 track->f.sampleWidth = bitsPerChannel; in parseDescription()
283 if (bitsPerChannel != 32 && bitsPerChannel != 64) in parseDescription()
285 …af_error(AF_BAD_WIDTH, "invalid bits per sample %d for floating-point audio data", bitsPerChannel); in parseDescription()
288 track->f.sampleFormat = bitsPerChannel == 32 ? AF_SAMPFMT_FLOAT : in parseDescription()
523 uint32_t bitsPerChannel = track->f.sampleWidth; in writeDescription() local
530 bitsPerChannel = 8; in writeDescription()
537 bitsPerChannel = 8; in writeDescription()
545 bitsPerChannel = 16; in writeDescription()
[all …]
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/app/other/
H A DOtherApplication.java152 final int bitsPerChannel = metadata.getBitsPerChannel(); in initOptions() local
153 if ( bitsPerChannel > 0 ) in initOptions()
154 tiffOptions.bitsPerChannel.setValue( bitsPerChannel ); in initOptions()
/dports/graphics/libdmtx/libdmtx-0.7.5/
H A Ddmtximage.c168 dmtxImageSetChannel(DmtxImage *img, int channelStart, int bitsPerChannel) in dmtxImageSetChannel() argument
177 img->bitsPerChannel[img->channelCount] = bitsPerChannel; in dmtxImageSetChannel()
289 switch(img->bitsPerChannel[channel]) { in dmtxImageGetPixelValue()
334 switch(img->bitsPerChannel[channel]) { in dmtxImageSetPixelValue()
H A Ddmtx.h302 int bitsPerChannel[4]; member
572 extern DmtxPassFail dmtxImageSetChannel(DmtxImage *img, int channelStart, int bitsPerChannel);
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/intf/audio/macos/
H A DSDLAudioEngine.h29 bitsPerChannel:(UInt32)bitsPerChannel;
H A DSDLAudioEngine.m66 bitsPerChannel:(UInt32)bitsPerChannel
86 requestedDesc.mBitsPerChannel = (UInt32)bitsPerChannel;
123 bufferSize = bitsPerChannel / 8;
H A DFBAudio.mm100 bitsPerChannel:16];
/dports/editors/abiword/abiword-3.0.5/plugins/bmp/xp/
H A Die_impGraphic_BMP.cpp158 UT_uint16 bitsPerChannel; in _convertGraphic() local
161 bitsPerChannel = 8; in _convertGraphic()
164 bitsPerChannel = 8; in _convertGraphic()
167 bitsPerChannel = 16; in _convertGraphic()
170 bitsPerChannel = 16; in _convertGraphic()
183 bitsPerChannel, in _convertGraphic()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/image/types/
H A DTIFFImageType.java66 public final BitsPerChannelOption bitsPerChannel; field in TIFFImageType.ExportOptions
82 bitsPerChannel.readFrom( r ); in readFrom()
92 bitsPerChannel.writeTo( w ); in writeTo()
107 bitsPerChannel = new BitsPerChannelOption( 8, this ); in ExportOptions()
117 bitsPerChannel.save( node ); in save()
127 bitsPerChannel.restore( node ); in restore()
/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/win/
H A Die_impGraphic_Win32Native.cpp371 UT_uint16 bitsPerChannel; in _convertGraphic() local
375 bitsPerChannel = 8; in _convertGraphic()
378 bitsPerChannel = 8; in _convertGraphic()
381 bitsPerChannel = 16; in _convertGraphic()
384 bitsPerChannel = 16; in _convertGraphic()
394 bitsPerChannel, in _convertGraphic()
/dports/graphics/opencv/opencv-4.5.3/modules/imgcodecs/src/
H A Dgrfmt_tiff.cpp862 int bitsPerChannel = -1; in writeLibTiff() local
867 bitsPerChannel = 8; in writeLibTiff()
872 bitsPerChannel = 16; in writeLibTiff()
877 bitsPerChannel = 32; in writeLibTiff()
883 bitsPerChannel = 64; in writeLibTiff()
894 size_t fileStep = (width * channels * bitsPerChannel) / bitsPerByte; in writeLibTiff()
903 CV_TIFF_CHECK_CALL(TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, bitsPerChannel)); in writeLibTiff()
/dports/multimedia/vlc/vlc-3.0.16/modules/video_chroma/
H A Ddxgi_fmt.h46 uint8_t bitsPerChannel; member
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/export/
H A DExportLogic.java173 copyOption(oldTiff.bitsPerChannel, newTiff.bitsPerChannel); in mergeExportOptions()
H A DExportControls.java243 bitsPerChannel.getValue(); in addDepthControl()
261 bitsPerChannel.setValue(bits); in addDepthControl()
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/test/colorspace/
H A Duhorseshoe.pas299 const bitsPerChannel = 3;
300 maxPerChannel = (1 shl bitsPerChannel)-1;
327 bitCount := channelCount*bitsPerChannel;
332 …colorspace.SetChannel(colorValue, j, min[j] + (max[j]-min[j]) * ((i shr (j*bitsPerChannel)) and ma…
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/test/colorspace/
H A Duhorseshoe.pas299 const bitsPerChannel = 3;
300 maxPerChannel = (1 shl bitsPerChannel)-1;
327 bitCount := channelCount*bitsPerChannel;
332 …colorspace.SetChannel(colorValue, j, min[j] + (max[j]-min[j]) * ((i shr (j*bitsPerChannel)) and ma…
/dports/graphics/gmic/gmic-3.0.0/gmic-qt/src/Host/8bf/
H A Dhost_8bf.cpp62 uint8_t bitsPerChannel; variable
827 dataStream >> host_8bf::bitsPerChannel; in ParseInputFileIndex()
979 int bitsPerChannel, in WriteGmic8bfImageHeader() argument
1001 stream << bitsPerChannel; in WriteGmic8bfImageHeader()
1832 switch (host_8bf::bitsPerChannel) in outputImages()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/base/image/
H A Dppm.cpp84 int bpcc = options.bitsPerChannel; in Write()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/frontend/
H A Dimageprocessing.cpp111 wopts.bitsPerChannel = clip(ropts.TryGetInt(kPOVAttrib_BitsPerColor, 8), 1, 16); in WriteImage()
/dports/multimedia/vlc/vlc-3.0.16/modules/video_output/win32/
H A Dd3d11_shaders.c395 switch (format->bitsPerChannel) in D3D11_CompilePixelShader()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_formats/codecs/
H A Djuce_CoreAudioFormat.cpp108 bitsPerChannel = (uint32) input.readIntBigEndian(); in AudioDescriptionChunk()
117 uint32 bitsPerChannel; member
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_audio_formats/codecs/
H A Djuce_CoreAudioFormat.cpp109 bitsPerChannel = (uint32) input.readIntBigEndian(); in AudioDescriptionChunk()
118 uint32 bitsPerChannel; member
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/base/animation/
H A Danimation.cpp333 options.bitsPerChannel = writeOptions.bpcc; in WriteFrame()

12