Home
last modified time | relevance | path

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

/haiku/src/kits/media/
H A DFormatManager.cpp244 meta_format* metaFormat = new(std::nothrow) meta_format( in MakeFormatFor() local
246 if (metaFormat == NULL in MakeFormatFor()
247 || !fList.BinaryInsert(metaFormat, meta_format::Compare)) { in MakeFormatFor()
248 delete metaFormat; in MakeFormatFor()
265 meta_format* metaFormat = fList.ItemAt(i); in RemoveFormat() local
266 if (metaFormat->format == format) { in RemoveFormat()
H A DMediaFormats.cpp456 meta_format* metaFormat = sFormats.ItemAt(index); in GetCodeFor() local
458 if (metaFormat->Matches(format, family)) { in GetCodeFor()
459 *_description = metaFormat->description; in GetCodeFor()
488 const meta_format* metaFormat = sFormats.BinarySearch(other, in GetFormatFor() local
490 TRACE("meta format == %p\n", metaFormat); in GetFormatFor()
491 if (metaFormat == NULL) { in GetFormatFor()
497 *_format = metaFormat->format; in GetFormatFor()