Searched refs:input (Results 176 - 200 of 373) sorted by relevance

1234567891011>>

/haiku-fatelf/src/servers/media/
H A DNodeManager.cpp95 const dormant_node_info* info, const media_input* input)
102 else if (input != NULL) {
103 status = fDefaultManager->Set(input->node.node, input->name,
104 input->destination.id, type);
511 TRACE("NodeManager::FindNodeID found input port %ld, node "
652 media_input& input = *inIterator; local
654 if (format_is_compatible(*inputFormat, input.format)) {
973 const media_format* input, const media_format* output, const char* name,
1006 if (input !
94 SetDefaultNode(node_type type, const media_node* node, const dormant_node_info* info, const media_input* input) argument
972 GetDormantNodes(dormant_node_info* infos, int32* _count, const media_format* input, const media_format* output, const char* name, uint64 requireKinds, uint64 denyKinds) argument
1195 media_input& input = *inIterator; local
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/ich/
H A Dac97_multi.c100 // then the second, third..., followed by the first input
102 // channels and input bus channels and finally auxillary channels,
131 /* determine input rates */
207 data->input.format = B_FMT_16BIT;
209 data->input.rate = config->input_rate;
217 LOG(("set_global_format: input.rate = 0x%x\n", data->input.rate));
218 LOG(("set_global_format: input.cvsr = %d\n", data->input.cvsr));
221 switch (data->input
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/audio/usb_audio/
H A DStream.cpp364 Format->input.rate = B_SR_48000;
365 Format->input.cvsr = 48000;
366 Format->input.format = B_FMT_16BIT;
383 TRACE("input.rate:%d\n", Format->input.rate);
384 TRACE("input.cvsr:%f\n", Format->input.cvsr);
385 TRACE("input.format:%#08x\n", Format->input.format);
433 TRACE("%s buffer #%d:\n", fIsInput ? "input"
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/src/escputil/
H A Descputil.c1842 the paper input tray before typing it in.\n\
1877 the paper input tray before typing it in.\n\
2154 static char *input = NULL; local
2159 if (input)
2161 stp_free (input);
2162 input = NULL;
2165 /* get input with libreadline, if present */
2166 input = readline (prompt);
2167 /* if input, add to history list */
2169 if (input
[all...]
/haiku-fatelf/headers/os/media/
H A DSoundPlayer.h63 const media_input* input = NULL,
147 const char* name, const media_input* input,
/haiku-fatelf/src/add-ons/media/media-add-ons/equalizer/
H A DEqualizerNode.h56 virtual status_t GetNextInput(int32* cookie, media_input* input);
70 media_input* input);
/haiku-fatelf/src/add-ons/media/media-add-ons/vst_host/
H A DVSTNode.h63 virtual status_t GetNextInput(int32 *cookie, media_input *input);
77 media_input *input);
/haiku-fatelf/src/libs/fluidsynth/src/
H A Dfluid_rev.c24 * exponentially, if the input stops. So the numbers get smaller and
123 /* fluid_real_t fluid_allpass_process(fluid_allpass* allpass, fluid_real_t input) */
129 /* output = -input + bufout; */
130 /* allpass->buffer[allpass->bufidx] = input + (bufout * allpass->feedback); */
210 /* fluid_real_t fluid_comb_process(fluid_comb* comb, fluid_real_t input) */
218 /* comb->buffer[comb->bufidx] = input + (comb->filterstore * comb->feedback); */
410 fluid_real_t outL, outR, input; local
416 /* The original Freeverb code expects a stereo signal and 'input'
417 * is set to the sum of the left and right input sample. Since
418 * this code works on a mono signal, 'input' i
448 fluid_real_t outL, outR, input; local
[all...]
/haiku-fatelf/src/libs/mapm/
H A Dmapmutl2.c93 M_apm_log_error_msg(M_APM_RETURN, "\'m_apm_is_even\', Non-integer input");
244 void M_long_2_ascii(char *output, long input) argument
250 m = input;
/haiku-fatelf/src/tests/kits/mail/
H A Dheader_test.cpp84 parse_fields(BPositionIO& input, size_t maxSize) argument
92 ssize_t bytesRead = input.Read(buffer, maxSize);
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A DdebugXML.h99 * This is a generic signature for the XML shell input function.
120 xmlShellReadlineFunc input; member in struct:_xmlShellCtxt
207 xmlShellReadlineFunc input,
/haiku-fatelf/headers/private/mail/
H A Dmail_util.h91 status_t parse_header(BMessage &headers, BPositionIO &input);
/haiku-fatelf/headers/private/media/
H A DMediaRosterEx.h48 status_t SetNode(node_type type, const media_node *node, const dormant_node_info *info = NULL, const media_input *input = NULL);
/haiku-fatelf/src/add-ons/kernel/drivers/audio/sb16/
H A Dsb16_multi_audio.c46 /* determine output/input rates */
87 data->input.format = dev->record_stream.sampleformat;
88 data->input.rate = dev->record_stream.samplerate;
100 dev->record_stream.sampleformat = data->input.format;
101 dev->record_stream.samplerate = data->input.rate;
/haiku-fatelf/src/add-ons/media/media-add-ons/mixer/
H A DMixerCore.h45 MixerInput* AddInput(const media_input& input);
/haiku-fatelf/src/apps/cortex/RouteApp/
H A DRouteAppNodeManager.h155 const media_input & input,
/haiku-fatelf/src/bin/bc/bc/
H A Dscan.l38 /* Using flex, we can ask for a smaller input buffer. With lex, this
55 nicer input on the interactive part of input. */
59 /* Have input call the following function. */
78 BUF placed in *RESULT. If the yy input file is the same as
132 nicer input on the interactive part of input. */
134 /* Have input call the following function. */
149 BUF placed in *RESULT. If the yy input file is the same as
298 while ( ((c=input()) !
[all...]
/haiku-fatelf/src/libs/pdflib/bind/pdflib/php/
H A Dbusinesscard.php10 /* This is where font/image/PDF input files live. Adjust as necessary.
H A Dquickreference.php5 /* This is where font/image/PDF input files live. Adjust as necessary. */
/haiku-fatelf/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundNode.h233 int32 _PlayThread(NodeInput* input);
236 status_t _StartPlayThread(NodeInput* input);
237 status_t _StopPlayThread(NodeInput* input);
/haiku-fatelf/src/add-ons/media/plugins/matroska/libebml/
H A DEbmlUnicodeString.cpp279 uint64 EbmlUnicodeString::ReadData(IOCallback & input, ScopeMode ReadFully) argument
290 input.setFilePointer(Size, seek_current);
292 input.readFully(Buffer, Size);
/haiku-fatelf/src/apps/cortex/NodeManager/
H A DNodeManager.h180 const media_input & input,
385 const media_input& input,
390 // a common format between output & input before connection;
393 // NOTE: the specifics of the input and output formats are ignored;
399 const media_input& input,
/haiku-fatelf/src/bin/gdb/readline/
H A Dinput.c0 /* input.c -- character input functions for readline. */
6 reading lines of text with interactive input and history editing.
81 character input. */
139 /* Stuff KEY into the *front* of the input buffer.
166 char input; local
200 chars_avail = read (tty, &input, 1);
218 /* One cannot read all of the available input. I can only read a single
219 character at a time, or else programs which require input can be
233 rl_stuff_char (input);
[all...]
/haiku-fatelf/src/kits/media/
H A DNotifications.cpp138 ConnectionMade(const media_input& input, const media_output& output, argument
144 msg.AddData("input", B_RAW_TYPE, &input, sizeof(input));
/haiku-fatelf/src/tools/opd_to_package_info/
H A Dopd_to_package_info.cpp50 " from the input file.\n"
95 "input file.\n", fieldName);
224 // One or two argument should remain -- the input file and optionally the
232 // guess architecture from the input file name, if not given
252 // open the input
253 FILE* input = fopen(opdName, "r");
254 if (input == NULL) {
255 fprintf(stderr, "Failed to open input file \"%s\": %s\n", opdName,
269 // read and parse the input file
276 while (char* line = fgets(lineBuffer, sizeof(lineBuffer), input)) {
[all...]

Completed in 120 milliseconds

1234567891011>>