Searched refs:fFormat (Results 51 - 61 of 61) sorted by relevance

123

/haiku/headers/os/midi/
H A DMidiStore.h119 uint16 fFormat; member in class:BMidiStore
/haiku/src/kits/game/
H A DGameSound.cpp42 memcpy(&fFormat, &other.fFormat, sizeof(gs_audio_format));
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonProducer.cpp143 fFormat = B_RGB32;
164 B_RGB16, &fFormat )) != B_OK ||
193 switch( fFormat ) {
201 fFormat = B_RGB16;
850 format->u.raw_video.display.format = (color_space)fFormat;
1615 *size = sizeof(fFormat);
1616 *((uint32 *) value) = fFormat;
1754 if (*((const int32 *) value) == fFormat)
1756 fFormat = *((const uint32 *) value);
1847 (res = AddInt32( out, P_FORMAT, fFormat )) !
[all...]
H A DRadeonProducer.h189 int32 fFormat; member in class:CRadeonProducer
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatReader.cpp181 media_format fFormat; member in class:StreamBase
215 fFormat.Clear();
709 mediaHeader->type = fFormat.type;
735 = fFormat.u.raw_video.display.line_count;
741 = fFormat.u.encoded_video.output.display.line_count;
1001 media_format* format = &fFormat;
1296 *format = fFormat;
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DAudioStreamingInterface.cpp218 fFormat(format),
228 delete fFormat;
/haiku/headers/os/game/
H A DGameSound.h118 gs_audio_format fFormat; member in class:BGameSound
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.cpp410 fFormat = new BStringView(r, "format", B_TRANSLATE("Format:"));
411 fFileInfoBox->AddChild(fFormat);
412 fFormat->SetFont(&font, B_FONT_SIZE);
413 fFormat->SetHighColor(ui_color(B_PANEL_TEXT_COLOR));
1123 fFormat->SetText(format.String());
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioNode.cpp47 media_format fFormat; member in class:node_input
407 currentInput->fFormat = currentInput->fPreferredFormat;
423 currentInput->fFormat = currentInput->fPreferredFormat;
1910 uint32 channelCount = input.fFormat.u.raw_audio.channel_count;
1915 switch (input.fFormat.u.raw_audio.format) {
2012 if (channelCount != input.fFormat.u.raw_audio.channel_count) {
2304 channel->fFormat.u.raw_audio.frame_rate = frameRate;
2305 channel->fFormat.u.raw_audio.buffer_size
/haiku/headers/os/media/
H A DMediaTrack.h251 media_format fFormat; member in class:BMediaTrack
/haiku/src/kits/midi/
H A DMidiStore.cpp257 fFormat = Read16Bit();

Completed in 145 milliseconds

123