Searched refs:output (Results 251 - 275 of 289) sorted by relevance

<<1112

/haiku/src/bin/
H A Dhey.cpp8 // 1.2.8: (Sander Stoks): Added command-line option -o which will output the "result" value
142 bool output; variable
188 if (output) {
260 " -o: output result to stdout for easy parsing\n\n", VERSION);
275 output = false;
283 output = true;
/haiku/src/system/boot/platform/efi/
H A Dvideo.cpp23 #include <efi/protocol/graphics-output.h>
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_debug.c1175 char *output = p_secstodate_output; local
1187 sprintf(output, "%04d%02d%02d%02d%02d%02d",
1190 return (output);
/haiku/src/bin/debug/profile/
H A Dprofile.cpp84 " -o <output> - Print the results to file <output>.\n"
91 " -S - Don't output results for individual threads, but\n"
92 " produce a combined output at the end.\n"
93 " -v <directory> - Create valgrind/callgrind output. <directory> is the\n"
94 " directory where to put the output files.\n"
1080 gOptions.output = fopen(outputFile, "w+");
1081 if (gOptions.output == NULL) {
1082 fprintf(stderr, "%s: Failed to open output file \"%s\": %s\n",
1087 gOptions.output
[all...]
/haiku/src/tests/kits/translation/
H A DTranslatorRosterTest.cpp657 // Run get Input/output format test on each translator
671 // test input/output formats
893 //supply desired output type
990 //output file
992 BFile output("../src/tests/kits/translation/data/images/image.out.tga",
994 CPPUNIT_ASSERT(output.InitCheck() == B_OK);
1008 CPPUNIT_ASSERT(pDefRoster->Translate(&temp, NULL, NULL, &output,
/haiku/src/apps/cortex/addons/common/
H A DAudioFilterNode.cpp68 // output-ID symbols
356 // init output
366 strlcpy(m_output.name, B_TRANSLATE("Audio output"), B_MEDIA_NAME_LENGTH);
415 // // validate against current input/output format for now
426 // if an output connection has been made, try to create an operation
486 // check output
762 // 'unreserve' the output
980 // indicates your output that's involved in the connection, and destination
1096 // reserve the output
1100 // pass back source & output nam
[all...]
/haiku/src/apps/haikudepot/build/scripts/
H A Dustache.py1094 '-o', '--output',
1098 help='output file, default: stdout',
1102 args.output.write(render(args.template.read(), json.load(args.json)))
1107 if args.output is not sys.stdout:
1108 args.output.close()
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Dmulti.c459 // for each channel, starting with the first output channel,
461 // channel, second, third, ..., followed by output bus
531 data->output.rate = B_SR_44100;
532 data->output.cvsr = 44100;
533 data->output.format = B_FMT_16BIT;
/haiku/src/kits/media/
H A DParameterWeb.cpp1485 BParameter::AddOutput(BParameter* output) argument
1491 if (output == NULL)
1494 if (fOutputs->HasItem(output)) {
1495 // if already in output list, don't duplicate.
1499 fOutputs->AddItem(output);
1500 output->AddInput(this);
1740 // create empty input/output lists
1765 and output lists.
1805 ERROR("BParameter::FixRefs(): No mapping found for output");
H A DMediaTrack.cpp220 printf("BMediaTrack::DecodedFormat: Decoder didn't set output format "
229 "output byte order.\n");
235 "output sample format.\n");
241 "output buffer size.\n");
250 "output color space.\n");
256 "output line_width.\n");
262 "output line_count.\n");
268 "output bytes_per_row.\n");
392 // This debug output shows drift between calculated fCurrentFrame and
1016 return fFormat.u.encoded_video.output
[all...]
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Dmulti.c705 // for each channel, starting with the first output channel,
707 // channel, second, third, ..., followed by output bus
775 data->output.rate = B_SR_48000;
776 data->output.cvsr = 48000;
777 data->output.format = B_FMT_16BIT;
781 data->output.rate = B_SR_44100;
782 data->output.cvsr = 44100;
783 data->output.format = B_FMT_16BIT;*/
/haiku/headers/os/media/
H A DParameterWeb.h241 void AddOutput(BParameter* output);
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DDevice.cpp421 status_t status = fPlaybackStream.SetFormat(Format->output,
/haiku/headers/private/audio/
H A Dhmulti_audio.h91 /* sample rate parameter global to all channels (input and output rates respectively) */
93 /* output sample rate locked to input sample rate (output_rates only; the common case!) */
117 /* format parameter global to all channels (input and output formats respectively) */
119 /* output format locked to input format (output_formats) */
224 /* If input channel #n is simplexed with output channel #n, they should both */
250 /* If you have multiple output connectors, only one of which can */
410 _multi_format output;
/haiku/src/system/kernel/platform/atari_m68k/
H A Dplatform.cpp352 #warning M68K: add real serial debug output someday
/haiku/src/add-ons/kernel/drivers/audio/ice1712/
H A Dice1712.cpp465 //All Digital output from DMA
776 //Analog output selection
778 uint8 out = card->settings.output[i];
780 ITRACE_VV("Output %d is haiku output\n", i);
803 //Digital output
806 uint8 out = card->settings.output[4];
808 ITRACE_VV("Digital output is haiku output\n");
812 ITRACE_VV("Digital output is input %d\n", out);
818 ITRACE_VV("Digital output i
[all...]
/haiku/src/apps/mediaplayer/media_node_framework/audio/
H A DAudioProducer.cpp241 AudioProducer::FormatProposal(const media_source& output, media_format* format) argument
245 // is this a proposal for our one output?
246 if (output != fOutput.source) {
306 // we have only a single output; if we supported multiple outputs, we'd
590 // set up as much information about our output as we can
/haiku/src/add-ons/media/media-add-ons/tone_producer_demo/
H A DToneProducer.cpp87 // set up as much information about our output as we can
128 // output buffer is sufficient for all of our parameters
230 ToneProducer::FormatProposal(const media_source& output, media_format* format) argument
236 // is this a proposal for our one output?
237 if (output != mOutput.source)
270 // we have only a single output; if we supported multiple outputs, we'd
560 // If I had more than one output, I'd have to walk my list of output records to see
562 // node only has one output, so I just make sure the given source matches, then set
632 // output ini
[all...]
/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTNode.cpp326 VSTNode::GetNextOutput(int32 *cookie, media_output* output) argument
332 *output = fOutputMedia;
/haiku/src/add-ons/media/media-add-ons/equalizer/
H A DEqualizerNode.cpp326 EqualizerNode::GetNextOutput(int32* cookie, media_output* output) argument
332 *output = fOutputMedia;
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp47 #define WRITE_AND_CHECK(output, data) \
49 ssize_t error = output.Write(data.String(), data.Length()); \
/haiku/src/kits/network/libnetservices/
H A DHttpRequest.cpp101 BHttpRequest::BHttpRequest(const BUrl& url, BDataIO* output, bool ssl, argument
105 BNetworkRequest(url, output, listener, context, "BUrlProtocol.HTTP",
1057 // output header list
1085 // Write output headers to output stream
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkNode.cpp204 sprintf(fInput.name, "output %ld", fInput.destination.id);
559 ESDSinkNode::FormatProposal(const media_source& output, media_format* format)
564 node_output *channel = FindOutput(output);
566 // is this a proposal for our select output?
623 // is this our output?
669 // is this our output?
718 // is this our output?
777 // is this our output?
806 // is this our output?
850 // If I had more than one output,
[all...]
/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DProducer.cpp243 /* Tailor these for the output of your device */
457 VideoProducer::FormatProposal(const media_source &output, media_format *format) argument
464 if (output != fOutput.source)
951 /* Start producing frames, even if the output hasn't been connected yet. */
1114 /* Send buffers only if the node is running and the output has been
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DProducer.cpp215 /* Tailor these for the output of your device */
355 VideoProducer::FormatProposal(const media_source &output, media_format *format) argument
362 if (output != fOutput.source)
787 /* Start producing frames, even if the output hasn't been connected yet. */
936 /* Send buffers only if the node is running and the output has been

Completed in 429 milliseconds

<<1112