Home
last modified time | relevance | path

Searched refs:otherFormat (Results 1 – 2 of 2) sorted by relevance

/haiku/src/kits/media/
H A DMediaDefs.cpp745 media_format::SpecializeTo(const media_format* otherFormat) in SpecializeTo() argument
749 if (type == 0 && otherFormat->type == 0) { in SpecializeTo()
756 type = otherFormat->type; in SpecializeTo()
761 &otherFormat->u.raw_audio); in SpecializeTo()
766 &otherFormat->u.raw_video); in SpecializeTo()
771 &otherFormat->u.multistream); in SpecializeTo()
776 &otherFormat->u.encoded_audio); in SpecializeTo()
781 &otherFormat->u.encoded_video); in SpecializeTo()
H A DMediaFormats.cpp322 meta_format::Matches(const media_format& otherFormat, in Matches() argument
328 return format.Matches(&otherFormat); in Matches()