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

12

/haiku/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/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/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/src/kits/media/
H A DMediaRecorderNode.cpp32 fInput.node = Node();
33 fInput.destination.id = 1;
34 fInput.destination.port = ControlPort();
40 strcpy(fInput.name, str.String());
107 fInput.format = format;
117 return fInput.format;
126 fInput.node = Node();
127 *outInput = fInput;
138 SetOutputEnabled(fInput.source,
139 fInput
[all...]
H A DMediaRecorderNode.h108 media_input fInput; member in class:BPrivate::media::BMediaRecorderNode
/haiku/src/add-ons/kernel/debugger/demangle/
H A Dgcc3+.cpp30 # define DEBUG_SCOPE(name) DebugScope debug(name, fInput.String())
1971 Input fInput; member in class:Demangler
2048 error, fInput.String());
2066 return fInput.SkipPrefix(c) || _SetError(ERROR_INVALID);
2073 return fInput.SkipPrefix(string) || _SetError(ERROR_INVALID);
2079 fInput(),
2213 fInput.SetTo(mangledName,
2219 if (!fInput.SkipPrefix("_Z"))
2225 if (fInput.CharsRemaining() != 0) {
2239 while (fInput
[all...]
/haiku/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/src/add-ons/translators/gif/
H A DGIFLoad.cpp40 fInput(input),
46 fInput->Seek(0, SEEK_SET);
59 if (fInput->Read(&c, 1) < 1) {
84 if (fInput->Read(&d, 1) < 1) {
116 if (fInput->Read(&c, 1) < 1) {
138 if (fInput->Read(header, 13) < 13)
160 if (fInput->Read(gp, s * 3) < s * 3)
186 if (fInput->Read(&length, 1) < 1)
189 fInput->Seek(length, SEEK_CUR);
191 if (fInput
[all...]
H A DGIFLoad.h72 BPositionIO* fInput; member in class:GIFLoad
/haiku/src/add-ons/print/transports/lpr/
H A DLpsClient.h54 istream* fInput; member in class:LpsClient
H A DLpsClient.cpp70 fInput = &fSock->getInputStream();
190 if (!fInput->get(c)) {
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkNode.cpp200 fInput.format = fPreferredFormat;
201 fInput.destination.port = ControlPort();
202 fInput.destination.id = 0;
203 fInput.node = Node();
204 sprintf(fInput.name, "output %ld", fInput.destination.id);
264 if(fInput.destination != dest) {
320 *out_input = fInput;
322 PRINT(("input.format : %lu\n", fInput.format.u.raw_audio.format));
386 if(fInput
[all...]
/haiku/src/system/kernel/arch/ppc/
H A Darch_platform.cpp66 int fInput; member in class:BPrivate::PPCOpenFirmware
99 fInput(-1),
122 if (of_getprop(gChosen, "stdin", &fInput, sizeof(int)) == OF_FAILED)
255 int fInput; member in class:BPrivate::PPCUBoot
268 fInput(-1),
/haiku/src/system/kernel/arch/sparc/
H A Darch_platform.cpp67 int fInput; member in class:BPrivate::SparcOpenFirmware
100 fInput(-1),
123 if (of_getprop(gChosen, "stdin", &fInput, sizeof(int)) == OF_FAILED)
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundNode.cpp83 fInput(input),
95 fInput.format.u.raw_audio.format
126 float sampleRate = fInput.format.u.raw_audio.frame_rate;
139 int32 channels = fInput.format.u.raw_audio.channel_count;
140 int32 frames = bytes / bytes_per_frame(fInput.format);
174 media_input fInput; member in class:OpenSoundNode::NodeInput
662 //channel->fInput.format = channel->fPreferredFormat;
663 channel->fInput.format = *format;
716 *out_input = channel->fInput;
719 TRACE("input.format : %u\n", channel->fInput
[all...]
/haiku/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/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioNode.cpp45 media_input fInput; member in class:node_input
131 fInput = input;
408 currentInput->fInput.format = currentInput->fPreferredFormat;
424 currentInput->fInput.format = currentInput->fPreferredFormat;
426 currentInput->fInput.format.u.raw_audio.format
594 *_input = channel->fInput;
597 channel->fInput.format.u.raw_audio.format));
663 &channel->fInput, BTimedEventQueue::B_NO_CLEANUP, status, 0, NULL);
712 channel->fInput.source = producer;
713 channel->fInput
[all...]
/haiku/headers/private/support/
H A DCompressionAlgorithm.h97 BDataIO* fInput; member in class:BCompressionAlgorithm::BAbstractInputStream
/haiku/src/preferences/media/
H A DMediaViews.cpp228 fInput(input)
235 delete fInput;
242 return fInput->destination.id;
249 return fInput;
H A DMediaViews.h68 media_input* fInput; member in class:ChannelMenuItem

Completed in 384 milliseconds

12