Searched refs:output (Results 226 - 250 of 289) sorted by relevance

1234567891011>>

/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkNode.h179 virtual status_t FormatProposal( const media_source& output,
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixProducer/
H A DProducer.h62 virtual status_t FormatProposal(const media_source &output,
H A DProducer.cpp154 /* Tailor these for the output of your device */
269 FinePixProducer::FormatProposal(const media_source &output, media_format *format) argument
276 if (output != fOutput.source)
596 /* Start producing frames, even if the output hasn't been connected yet. */
704 /* Send buffers only if the node is running and the output has been
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonProducer.h70 virtual status_t FormatProposal(const media_source &output,
/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DProducer.h69 virtual status_t FormatProposal(const media_source &output,
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DProducer.h65 virtual status_t FormatProposal(const media_source &output,
/haiku/src/add-ons/media/media-add-ons/video_mixer/
H A DVideoMixerNode.h157 const media_source &output,
/haiku/src/add-ons/media/media-add-ons/video_producer_demo/
H A DProducer.h56 virtual status_t FormatProposal(const media_source &output,
H A DProducer.cpp152 /* Tailor these for the output of your device */
275 VideoProducer::FormatProposal(const media_source &output, media_format *format) argument
282 if (output != fOutput.source)
579 /* Start producing frames, even if the output hasn't been connected yet. */
687 /* Send buffers only if the node is running and the output has been
/haiku/src/apps/cortex/addons/common/
H A DAudioFilterNode.h78 // and output formats. there probably should be, though for
84 // sizes based on current connection (input or output.)
188 const media_output& output() const { return m_output; } function in class:AudioFilterNode
362 // indicates your output that's involved in the connection, and destination
476 // +++++ expose input & output to subclasses [8sep99]
/haiku/docs/develop/media/
H A DMediaFileProducer.h3 // it produces one output, a multistream
123 const media_source & output,
/haiku/src/kits/media/
H A DSoundFile.cpp387 raw = &mf.u.encoded_audio.output;
H A DSoundPlayNode.cpp183 SoundPlayNode::FormatProposal(const media_source& output, media_format* format) argument
190 // is this a proposal for our one output?
191 if (output != fOutput.source) {
258 // is this our output?
313 // is this our output?
377 TRACE("SoundPlayNode::PrepareToConnect: output format %s\n", buf);
396 // is this our output?
455 // is this our output?
486 // is this our output?
529 // If I had more than one output,
[all...]
/haiku/src/kits/debugger/model/
H A DTeam.cpp811 Team::NotifyConsoleOutputReceived(int32 fd, const BString& output) argument
817 fd, output));
1026 int32 fd, const BString& output)
1030 fOutput(output)
1025 ConsoleOutputEvent(uint32 type, Team* team, int32 fd, const BString& output) argument
/haiku/src/system/libnetwork/netresolv/isc/
H A Deventlib_p.h220 FILE *output; member in struct:__anon28
/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Dmulti.c688 // for each channel, starting with the first output channel,
690 // channel, second, third, ..., followed by output bus
745 data->input.rate = data->output.rate = B_SR_48000;
746 data->input.cvsr = data->output.cvsr = 48000;
749 data->input.rate = data->output.rate = B_SR_44100;
750 data->input.cvsr = data->output.cvsr = 44100;
753 data->input.format = data->output.format = B_FMT_16BIT;
/haiku/headers/private/media/
H A DServerInterface.h672 media_source output; member in struct:producer_format_proposal_request
813 media_output output; member in struct:producer_get_next_output_reply
/haiku/src/apps/cortex/RouteApp/
H A DRouteAppNodeManager.cpp405 const media_output & output,
421 err = getNodeRef(output.node.node, &producer);
404 connectionFailed( const media_output & output, const media_input & input, const media_format & format, status_t error) argument
/haiku/src/apps/mediaconverter/
H A DMediaConverterApp.cpp200 // create output file name
225 // ensure that output name is unique
377 // gather the necessary format information and construct output tracks
451 = inFormat.u.encoded_video.output.pixel_width_aspect;
453 = inFormat.u.encoded_video.output.pixel_height_aspect;
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerCore.cpp46 the output buffer, or the double frame rate and frame count.
161 MixerCore::AddOutput(const media_output& output) argument
168 fOutput = new MixerOutput(this, output);
169 // the output format might have been adjusted inside MixerOutput
337 // only start the mix thread if we have an output
526 // TODO: this does not support changing output channel count
553 // no inputs or output muted, skip further processing and just send an
676 // copy data from mix buffer into output buffer
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoProducer.cpp220 VideoProducer::FormatProposal(const media_source& output, media_format* format) argument
231 if (output != fOutput.source)
242 ERROR(" output: %s\n", string);
557 // Start producing frames, even if the output hasn't been connected yet.
723 // the output has been enabled
/haiku/src/apps/mediaplayer/
H A DInfoWin.cpp398 videoFormat = format.u.encoded_video.output;
421 // encoded has output as 1st field...
457 audioFormat = format.u.encoded_audio.output;
/haiku/src/kits/interface/
H A DColumnTypes.cpp346 ssize_t output = fDateTimeFormat.Format(dateString, sizeof(dateString), currentTime, local
348 if (output >= 0 && font.StringWidth(dateString) <= width)
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DStream.cpp136 Format->output = fFormat;
210 TRACE("%s buffers:\n", fIsInput ? "input" : "output");
/haiku/src/apps/cortex/Persistence/Wrappers/
H A DMediaFormatIO.cpp840 export_raw_audio_attr(f.output, context);
880 export_raw_video_attr(f.output, context);
1293 m_format.u.encoded_audio.output =
1302 m_format.u.encoded_video.output =

Completed in 166 milliseconds

1234567891011>>