Searched refs:otherFormat (Results 1 – 2 of 2) sorted by relevance
745 media_format::SpecializeTo(const media_format* otherFormat) in SpecializeTo() argument749 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()
322 meta_format::Matches(const media_format& otherFormat, in Matches() argument328 return format.Matches(&otherFormat); in Matches()