Searched refs:fInput (Results 1 - 25 of 27) sorted by relevance

12

/haiku-fatelf/src/tests/kits/media/nodetest/
H A DConsumerNode.cpp44 if (dest != fInput.destination)
68 *_input = fInput;
101 if (forWhom == fInput.destination) {
103 BTimedEventQueue::B_DATA_STATUS, &fInput,
116 if (forWhom != fInput.destination)
131 if (where != fInput.destination)
140 fInput.source = producer;
141 fInput.format = withFormat;
144 *_input = fInput;
289 fInput
[all...]
H A DConsumerNode.h60 media_input fInput; member in class:ConsumerNode
/haiku-fatelf/src/apps/tv/
H A DVideoNode.cpp81 , fInput()
110 fInput.node = Node();
111 fInput.source = media_source::null;
112 fInput.destination.port = ControlPort();
113 fInput.destination.id = 0;
114 fInput.format.type = B_MEDIA_RAW_VIDEO;
115 fInput.format.u.raw_video = media_raw_video_format::wildcard;
116 strcpy(fInput.name, "video in");
146 *out_input = fInput;
211 if (dst != fInput
[all...]
H A DController.h71 media_input fInput; member in class:Controller
H A DVideoNode.h89 media_input fInput; member in class:VideoNode
/haiku-fatelf/src/add-ons/media/media-add-ons/videowindow/
H A DVideoNode.cpp30 , fInput()
49 , fInput()
83 fInput.node = Node();
84 fInput.source = media_source::null;
85 fInput.destination.port = ControlPort();
86 fInput.destination.id = 0;
87 fInput.format.type = B_MEDIA_RAW_VIDEO;
88 fInput.format.u.raw_video = media_raw_video_format::wildcard;
89 strcpy(fInput.name, "video in");
118 *out_input = fInput;
[all...]
H A DVideoNode.h94 media_input fInput; member in class:VideoNode
/haiku-fatelf/src/add-ons/kernel/debugger/demangle/
H A Dgcc3+.cpp29 # define DEBUG_SCOPE(name) DebugScope debug(name, fInput.String())
1892 Input fInput; member in class:Demangler
1969 error, fInput.String());
1987 return fInput.SkipPrefix(c) || _SetError(ERROR_INVALID);
1994 return fInput.SkipPrefix(string) || _SetError(ERROR_INVALID);
2000 fInput(),
2134 fInput.SetTo(mangledName,
2140 if (!fInput.SkipPrefix("_Z"))
2146 if (fInput.CharsRemaining() != 0) {
2166 fInput
[all...]
/haiku-fatelf/src/add-ons/media/media-add-ons/mixer/
H A DMixerInput.cpp27 fInput(input),
45 fix_multiaudio_format(&fInput.format.u.raw_audio);
46 PRINT_INPUT("MixerInput::MixerInput", fInput);
47 PRINT_CHANNEL_MASK(fInput.format);
49 ASSERT(fInput.format.u.raw_audio.channel_count > 0);
54 fInputChannelCount = fInput.format.u.raw_audio.channel_count;
55 fInputChannelMask = fInput.format.u.raw_audio.channel_mask;
59 if (fInput.format.u.raw_audio.byte_order != B_MEDIA_HOST_ENDIAN) {
60 if (fInput.format.u.raw_audio.format
62 || fInput
[all...]
H A DMixerInput.h96 media_input fInput; member in class:MixerInput
/haiku-fatelf/src/add-ons/translators/gif/
H A DGIFLoad.cpp30 fInput(input),
36 fInput->Seek(0, SEEK_SET);
48 if (fInput->Read(&c, 1) < 1) {
68 if (fInput->Read(&d, 1) < 1) {
99 if (fInput->Read(&c, 1) < 1) {
114 if (fInput->Read(header, 13) < 13) return false;
129 if (fInput->Read(gp, s * 3) < s * 3)
152 if (fInput->Read(&length, 1) < 1) return false;
153 fInput->Seek(length, SEEK_CUR);
156 if (fInput
[all...]
H A DGIFLoad.h83 BPositionIO *fInput, *fOutput; member in class:GIFLoad
/haiku-fatelf/src/add-ons/print/transports/lpr/
H A DLpsClient.h58 istream* fInput; member in class:LpsClient
H A DLpsClient.cpp70 fInput = &fSock->getInputStream();
190 if (!fInput->get(c)) {
/haiku-fatelf/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkNode.cpp204 fInput.format = fPreferredFormat;
205 fInput.destination.port = ControlPort();
206 fInput.destination.id = 0;
207 fInput.node = Node();
208 sprintf(fInput.name, "output %ld", fInput.destination.id);
265 if(fInput.destination != dest) {
321 *out_input = fInput;
323 PRINT(("input.format : %lu\n", fInput.format.u.raw_audio.format));
387 if(fInput
[all...]
H A DESDSinkNode.h335 media_input fInput; member in class:ESDSinkNode
/haiku-fatelf/src/system/kernel/arch/ppc/
H A Darch_platform.cpp65 int fInput; member in class:BPrivate::PPCOpenFirmware
98 fInput(-1),
121 if (of_getprop(gChosen, "stdin", &fInput, sizeof(int)) == OF_FAILED)
/haiku-fatelf/src/system/kernel/arch/mipsel/
H A Darch_platform.cpp67 int fInput; member in class:BPrivate::Routerboard
79 fInput(-1),
/haiku-fatelf/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundNode.cpp82 fInput(input),
94 fInput.format.u.raw_audio.format
123 float sampleRate = fInput.format.u.raw_audio.frame_rate;
136 int32 channels = fInput.format.u.raw_audio.channel_count;
137 int32 frames = bytes / bytes_per_frame(fInput.format);
171 media_input fInput; member in class:OpenSoundNode::NodeInput
658 //channel->fInput.format = channel->fPreferredFormat;
659 channel->fInput.format = *format;
712 *out_input = channel->fInput;
715 TRACE("input.format : %u\n", channel->fInput
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCEchoGals_info.cpp168 WORD CEchoGals::MakePipeIndex(WORD wPipe,BOOL fInput) argument
170 if (fInput)
/haiku-fatelf/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioNode.cpp44 media_input fInput; member in class:node_input
130 fInput = input;
371 currentInput->fInput.format = currentInput->fPreferredFormat;
384 currentInput->fInput.format = currentInput->fPreferredFormat;
386 currentInput->fInput.format.u.raw_audio.format = media_raw_audio_format::wildcard.format;
570 *_input = channel->fInput;
572 PRINT(("input.format : %lu\n", channel->fInput.format.u.raw_audio.format));
635 &channel->fInput, BTimedEventQueue::B_NO_CLEANUP, status, 0, NULL);
679 channel->fInput.source = producer;
680 channel->fInput
[all...]
/haiku-fatelf/src/preferences/media/
H A DMediaViews.cpp226 fInput(input)
233 delete fInput;
240 return fInput->destination.id;
247 return fInput;
H A DMediaViews.h68 media_input* fInput; member in class:ChannelMenuItem
/haiku-fatelf/src/tools/gensyscalls/
H A Dgensyscallinfos.cpp138 : fInput(input),
237 if (!fInput.getline(buffer, sizeof(buffer)))
283 istream& fInput; member in class:Tokenizer
/haiku-fatelf/src/kits/interface/
H A DPrintJob.cpp137 BMessage* fInput; member in class:BPrivate::PrintServerMessenger
727 fInput(input),
824 if (fInput != NULL) {
825 fRequest = new BMessage(*fInput);

Completed in 458 milliseconds

12