Home
last modified time | relevance | path

Searched refs:getPreferredInputFormat (Results 1 – 4 of 4) sorted by relevance

/haiku/src/apps/cortex/addons/common/
H A DAudioFilterNode.h93 media_format& ioFormat) { return getPreferredInputFormat(ioFormat); } in getRequiredInputFormat()
109 virtual status_t getPreferredInputFormat(
142 getPreferredInputFormat(preferred); in specializeInputFormat()
H A DAudioFilterNode.cpp91 status_t AudioFilterNode::getPreferredInputFormat( in getPreferredInputFormat() function in AudioFilterNode
/haiku/src/apps/cortex/addons/AudioAdapter/
H A DAudioAdapterNode.h51 status_t getPreferredInputFormat(media_format& ioFormat);
H A DAudioAdapterNode.cpp69 status_t err = getPreferredInputFormat(ioFormat); in getRequiredInputFormat()
101 status_t _AudioAdapterNode::getPreferredInputFormat( in getPreferredInputFormat() function in _AudioAdapterNode
104 status_t err = _inherited::getPreferredInputFormat(ioFormat); in getPreferredInputFormat()