Searched refs:fChannelCount (Results 1 - 12 of 12) sorted by relevance

/haiku/src/kits/interface/
H A DChannelControl.cpp51 fChannelCount(channel_count),
77 fChannelCount(channelCount),
102 fChannelCount(0),
110 archive->FindInt32("be:_m_channel_count", &fChannelCount);
113 if (fChannelCount > 0) {
114 fChannelMin = new int32[fChannelCount];
115 memset(fChannelMin, 0, sizeof(int32) * fChannelCount);
117 fChannelMax = new int32[fChannelCount];
118 for (int32 i = 0; i < fChannelCount; i++)
121 fChannelValues = new int32[fChannelCount];
[all...]
/haiku/src/apps/mediaplayer/interface/
H A DPeakView.cpp53 fChannelCount(0),
133 for (uint32 i = 0; i < fChannelCount; i++) {
197 _ResizeBackBitmap(bitmapFrame.IntegerWidth() + 1, fChannelCount);
212 for (uint32 i = 0; i < fChannelCount; i++) {
220 for (uint32 i = 0; i < fChannelCount; i++)
275 if (channelCount == fChannelCount)
281 fChannelCount = channelCount;
282 for (uint32 i = 0; i < fChannelCount; i++) {
288 fChannelCount);
290 fChannelCount
[all...]
H A DPeakView.h87 uint32 fChannelCount; member in class:PeakView
/haiku/src/add-ons/translators/sgi/
H A DSGIImage.cpp57 fChannelCount(0),
109 fChannelCount = _ReadShort();
118 fOffsetTable = (int32**)calloc(fChannelCount, sizeof(int32*));
119 fOffsetTable[0] = (int32*)calloc(fHeight * fChannelCount, sizeof(int32));
120 for (uint32 i = 1; i < fChannelCount; i++)
123 for (uint32 i = 0; i < fChannelCount; i++)
127 fLengthTable = (int32**)calloc(fChannelCount, sizeof(int32*));
128 fLengthTable[0] = (int32*)calloc(fHeight * fChannelCount, sizeof(int32));
130 for (int32 i = 1; i < fChannelCount; i ++)
133 for (uint32 i = 0; i < fChannelCount;
[all...]
H A DSGIImage.h118 { return fChannelCount; }
144 uint16 fChannelCount; member in class:SGIImage
/haiku/src/kits/media/
H A DSoundFile.cpp95 return fChannelCount;
123 return fSampleSize * fChannelCount;
174 fChannelCount = spf;
175 return fChannelCount;
252 buf += fSampleSize * fChannelCount * frames;
315 fChannelCount = 2;
400 fChannelCount = raw->channel_count;
/haiku/src/add-ons/media/plugins/au_reader/
H A Dau_reader.cpp105 fChannelCount = UINT32(header.channel_count);
119 if (fChannelCount < 1)
120 fChannelCount = 1;
187 fFrameCount = (8 * fDataSize) / (fChannelCount * fBitsPerSample);
189 fBitsPerFrame = fChannelCount * fBitsPerSample;
194 TRACE("auReader::Sniff: can't find block alignment, fChannelCount %d, fBitsPerSample %d\n", fChannelCount, fBitsPerSample);
208 TRACE(" fChannelCount %d\n", fChannelCount);
223 fFormat.u.raw_audio.channel_count = fChannelCount;
[all...]
H A Dau_reader.h73 int fChannelCount; member in class:auReader
/haiku/src/tests/kits/midi/synth_file_reader/
H A DSynthFile.h44 int16 fChannelCount; member in class:SSound
59 int16 ChannelCount() const { return fChannelCount; }
H A DSynthFile.cpp43 , fChannelCount(0)
55 fChannelCount = channelCount;
/haiku/headers/os/media/
H A DSoundFile.h78 int32 fChannelCount; member in class:BSoundFile
/haiku/headers/os/interface/
H A DChannelControl.h135 int32 fChannelCount; member in class:BChannelControl

Completed in 122 milliseconds