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) argument
749 if (type == 0 && otherFormat->type == 0) {
756 type = otherFormat->type;
761 &otherFormat->u.raw_audio);
766 &otherFormat->u.raw_video);
771 &otherFormat->u.multistream);
776 &otherFormat->u.encoded_audio);
781 &otherFormat->u.encoded_video);
H A DMediaFormats.cpp322 meta_format::Matches(const media_format& otherFormat, argument
328 return format.Matches(&otherFormat);

Completed in 41 milliseconds