Searched refs:input (Results 126 - 150 of 202) sorted by relevance

123456789

/haiku/src/preferences/media/
H A DMediaViews.h57 ChannelMenuItem(media_input* input,
/haiku/src/kits/network/libnetservices2/
H A DHttpFields.cpp88 BHttpFields::InvalidInput::InvalidInput(const char* origin, BString input)
91 input(std::move(input))
99 return "Invalid format or unsupported characters in input";
107 output << "\t " << input << "\n";
230 // Check if the input contains a key, a separator and a value.
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerInput.h27 const media_input& input,
38 // The physical input channels
H A DMixerUtils.cpp327 StringForFormat(char *buf, MixerInput *input) argument
329 return StringForFormat(buf, input->MediaInput().format);
/haiku/src/add-ons/kernel/drivers/audio/null/
H A Dnull_multi.c122 device->record_stream.format = data->input.format;
123 device->record_stream.rate = data->input.rate;
141 data->input.format = device->record_stream.format;
142 data->input.rate = device->record_stream.rate;
/haiku/src/tests/kits/shared/
H A DJsonToMessageTest.cpp218 const unsigned char input[] = JSON_SAMPLE_HDS_FETCH_BATCH_PKGS; local
227 status_t result = BJson::Parse((char*)input,
233 // this is quite a large test input so a random sample "thing to
H A DJsonTextWriterTest.cpp177 JsonTextWriterTest::TestStringGeneric(const char *input, argument
184 CPPUNIT_ASSERT_EQUAL(B_OK, writer.WriteString(input));
/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp452 // create a debug input stream
453 BDebugEventInputStream input; local
454 error = input.SetTo(eventData, eventDataSize, false);
476 ssize_t bufferSize = input.ReadNextEvent(&event, &cpu, &buffer,
604 BDebugEventInputStream input; local
605 status_t error = input.SetTo(eventData, eventDataSize, false);
615 ssize_t bufferSize = input.ReadNextEvent(&event, &cpu, &buffer, NULL);
631 error = input.SetTo(eventData, eventDataSize, false);
644 input.ReadNextEvent(&event, &cpu, &buffer, &offset);
/haiku/src/add-ons/kernel/drivers/audio/hda/
H A Dhda_codec.cpp111 return "Audio input";
227 int32 input = widget.inputs[i]; local
230 offset += sprintf(buffer + offset, "%" B_PRId32 " ", input);
232 offset += sprintf(buffer + offset, "<%" B_PRId32 "> ", input);
241 dump_widget_amplifier_capabilities(hda_widget& widget, bool input) argument
244 if (input)
254 input ? "In" : "Out",
606 int32 input = (response >> (shift * (i % valuesPerEntry))) local
609 if (input & rangeMask) {
611 input
[all...]
/haiku/src/add-ons/kernel/drivers/common/
H A Dconsole.cpp716 const char *input = (const char *)buffer;
719 if (input[i] < ' ')
720 dprintf("(%d:0x%x)", input[i], input[i]);
722 dprintf("%c", input[i]);
/haiku/src/kits/media/
H A DSoundPlayer.cpp78 const media_input* input, BufferPlayerFunc playerFunction,
95 _Init(&toNode, format, name, input, playerFunction, eventNotifierFunction,
135 TRACE("BSoundPlayer::~BSoundPlayer: Error releasing input node: "
729 const media_input* input, BufferPlayerFunc playerFunction,
807 if (!input) {
816 TRACE("BSoundPlayer::_Init: Couldn't find a free input\n");
821 _input = *input;
76 BSoundPlayer(const media_node& toNode, const media_multi_audio_format* format, const char* name, const media_input* input, BufferPlayerFunc playerFunction, EventNotifierFunc eventNotifierFunction, void* cookie) argument
727 _Init(const media_node* node, const media_multi_audio_format* format, const char* name, const media_input* input, BufferPlayerFunc playerFunction, EventNotifierFunc eventNotifierFunction, void* cookie) argument
/haiku/src/add-ons/kernel/drivers/audio/echo/
H A Dmulti.cpp528 // then the second, third..., followed by the first input
530 // channels and input bus channels and finally auxillary channels,
600 case 192000: data->output.rate = data->input.rate = B_SR_192000; break;
601 case 96000: data->output.rate = data->input.rate = B_SR_96000; break;
602 case 48000: data->output.rate = data->input.rate = B_SR_48000; break;
603 case 44100: data->output.rate = data->input.rate = B_SR_44100; break;
606 case 8: data->input.format = data->output.format = B_FMT_8BIT_U; break;
607 case 16: data->input.format = data->output.format = B_FMT_16BIT; break;
608 case 24: data->input.format = data->output.format = B_FMT_24BIT; break;
609 case 32: data->input
[all...]
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregex_internal.c911 re_string_context_at (const re_string_t *input, int idx, int eflags)
915 /* In this case, we use the value stored in input->tip_context,
916 since we can't know the character in input->mbs[-1] here. */
917 return input->tip_context;
918 if (BE (idx == input->len, 0))
922 if (input->mb_cur_max > 1)
926 while(input->wcs[wc_idx] == WEOF)
934 return input->tip_context;
936 wc = input->wcs[wc_idx];
937 if (BE (input
910 re_string_context_at(const re_string_t *input, int idx, int eflags) argument
[all...]
/haiku/src/tests/servers/launch/
H A DSettingsParserTest.cpp504 BString input("job A {\n");
505 input << text << "\n}\n";
508 status_t status = parser.Parse(input, jobs);
/haiku/src/tests/add-ons/kernel/drivers/audio/
H A Dmulti_audio_test.cpp230 printf("input rates:\t\t\t0x%lx\n", sDescription.input_rates);
238 printf("input formats:\t\t\t0x%lx\n", sDescription.input_formats);
302 formatInfo.input.rate = formatInfo.output.rate;
303 formatInfo.input.cvsr = formatInfo.output.cvsr;
304 formatInfo.input.format = formatInfo.output.format;
/haiku/src/kits/shared/
H A DJson.cpp278 BMemoryIO* input = new BMemoryIO(JSON, length); local
279 ObjectDeleter<BMemoryIO> inputDeleter(input);
283 Parse(input, writer);
331 jsonParseContext.LineNumber(), "unexpected end of input");
778 /*! This will make sure that the constant string is available at the input. */
/haiku/src/bin/unzip/
H A Dglobals.h231 uch *inbuf; /* input buffer (any size is OK) */
232 uch *inptr; /* pointer into input buffer */
337 InputFn *input; member in struct:Globals
345 int incnt_leftover; /* so improved NEXTBYTE does not waste input */
/haiku/src/kits/interface/textview_support/
H A DStyleBuffer.h135 InlineInput* input,
/haiku/src/add-ons/media/media-add-ons/writer/
H A DMediaWriter.h7 // It consumes on input, which is a multistream,
185 media_input input; member in class:MediaWriter
/haiku/headers/private/media/
H A DServerInterface.h335 media_input input; member in struct:server_set_node_request
838 media_input input; member in struct:consumer_connected_request
842 media_input input; member in struct:consumer_connected_reply
851 media_input input; member in struct:consumer_get_next_input_reply
/haiku/src/kits/media/experimental/
H A DMediaClientNode.h65 media_input* input);
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.h153 status_t MakeRecordConnection(const media_node & input);
/haiku/src/preferences/input/
H A DInputWindow.cpp24 #include <private/input/InputServerTypes.h>
/haiku/src/apps/haikudepot/util/
H A DStorageUtils.cpp103 StorageUtils::AppendToFile(const BString& input, const BPath& path) argument
106 const char* cstr = input.String();
/haiku/src/apps/cortex/addons/Flanger/
H A DFlangerNode.cpp76 // input-ID symbols
242 // init input
248 strlcpy(m_input.name, B_TRANSLATE("Audio input"), B_MEDIA_NAME_LENGTH);
365 // initialize input
604 // no input? clear format:
715 // specifies the input on the consumer to which the connection is linked.
763 PRINT(("\t!!! No input to blame.\n"));
1441 // for each input frame:
1449 AudioBuffer input(m_format.u.raw_audio, pBuffer);
1457 uint32 samples = input
[all...]

Completed in 228 milliseconds

123456789