Searched refs:getPreferredOutputFormat (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/cortex/addons/AudioAdapter/
H A DAudioAdapterNode.h54 status_t getPreferredOutputFormat(media_format& ioFormat);
H A DAudioAdapterNode.cpp146 status_t err = getPreferredOutputFormat(ioFormat);
175 status_t _AudioAdapterNode::getPreferredOutputFormat( function in class:_AudioAdapterNode
178 status_t err = _inherited::getPreferredOutputFormat(ioFormat);
/haiku/src/apps/cortex/addons/common/
H A DAudioFilterNode.h96 media_format& ioFormat) { return getPreferredOutputFormat(ioFormat); }
111 virtual status_t getPreferredOutputFormat(
161 getPreferredOutputFormat(preferred);
H A DAudioFilterNode.cpp93 return getPreferredOutputFormat(ioFormat);
96 status_t AudioFilterNode::getPreferredOutputFormat( function in class:AudioFilterNode
949 return getPreferredOutputFormat(*outFormat);

Completed in 64 milliseconds