Searched refs:GetFormat (Results 1 - 17 of 17) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/reader/
H A DMediaReader.cpp72 GetFormat(&output.format);
143 GetFormat(&output.format);
150 GetFormat(&format);
229 GetFormat(format);
248 /* media_format * myFormat = GetFormat();
258 GetFormat(&myFormat);
287 GetFormat(io_format);
454 GetFormat(&output.format);
460 GetFormat(&output.format);
489 GetFormat(
743 void MediaReader::GetFormat(media_format * outFormat) function in class:MediaReader
[all...]
H A DMediaReader.h208 static void GetFormat(media_format * outFormat);
/haiku/src/add-ons/media/media-add-ons/writer/
H A DMediaWriter.cpp70 GetFormat(&input.format);
135 GetFormat(&input.format);
141 GetFormat(&format);
217 /* media_format * myFormat = GetFormat();
227 GetFormat(&myFormat);
405 GetFormat(&input.format);
509 GetFormat(&formats[0]);
514 void MediaWriter::GetFormat(media_format * outFormat) function in class:MediaWriter
516 fprintf(stderr,"MediaWriter::GetFormat\n");
520 AbstractFileInterfaceNode::GetFormat(outForma
[all...]
H A DMediaWriter.h171 static void GetFormat(media_format * outFormat);
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DStream.h39 void GetFormat(multi_format_info *Format);
H A DDevice.cpp411 fPlaybackStream.GetFormat(Format);
412 fRecordStream.GetFormat(Format);
H A DStream.cpp129 Stream::GetFormat(multi_format_info *Format) function in class:Stream
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundDeviceEngine.h49 int GetFormat(void);
H A DOpenSoundNode.h220 static void GetFormat(media_format* outFormat);
H A DOpenSoundNode.cpp631 /* media_format * myFormat = GetFormat();
690 // GetFormat(&myFormat);
2693 GetFormat(&informats[0]);
2699 GetFormat(&outformats[0]);
2705 OpenSoundNode::GetFormat(media_format* outFormat) function in class:OpenSoundNode
H A DOpenSoundDeviceEngine.cpp216 //XXX: either GetFormat*s*() or cache SetFormat()!
217 int OpenSoundDeviceEngine::GetFormat(void) function in class:OpenSoundDeviceEngine
/haiku/src/add-ons/media/media-add-ons/
H A DAbstractFileInterfaceNode.h265 static void GetFormat(media_format * outFormat);
H A DAbstractFileInterfaceNode.cpp880 void AbstractFileInterfaceNode::GetFormat(media_format * outFormat) function in class:AbstractFileInterfaceNode
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkNode.h301 static void GetFormat(media_format * outFormat);
H A DESDSinkNode.cpp269 /* media_format * myFormat = GetFormat();
300 GetFormat(&myFormat);
486 //GetFormat(&channel->fInput.format);
1277 GetFormat(&outformats[0]);
1284 GetFormat(&informats[0]);
1288 void ESDSinkNode::GetFormat(media_format * outFormat) function in class:ESDSinkNode
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioNode.h45 static void GetFormat(media_format* outFormat);
H A DMultiAudioNode.cpp303 GetFormat(&inFormats[0]);
309 GetFormat(&outFormats[0]);
315 MultiAudioNode::GetFormat(media_format* format) function in class:MultiAudioNode
737 //GetFormat(&channel->fInput.format);

Completed in 176 milliseconds