Lines Matching refs:memcmp

280       !memcmp(box->type, "meta", 4) || !memcmp(box->type, "pitm", 4) ||  in AvifInfoInternalParseBox()
281 !memcmp(box->type, "ipma", 4) || !memcmp(box->type, "ispe", 4) || in AvifInfoInternalParseBox()
282 !memcmp(box->type, "pixi", 4) || !memcmp(box->type, "iref", 4) || in AvifInfoInternalParseBox()
283 !memcmp(box->type, "auxC", 4); in AvifInfoInternalParseBox()
301 if (!memcmp(box->type, "meta", 4)) is_parsable = (box->version <= 0); in AvifInfoInternalParseBox()
302 if (!memcmp(box->type, "pitm", 4)) is_parsable = (box->version <= 1); in AvifInfoInternalParseBox()
303 if (!memcmp(box->type, "ipma", 4)) is_parsable = (box->version <= 1); in AvifInfoInternalParseBox()
304 if (!memcmp(box->type, "ispe", 4)) is_parsable = (box->version <= 0); in AvifInfoInternalParseBox()
305 if (!memcmp(box->type, "pixi", 4)) is_parsable = (box->version <= 0); in AvifInfoInternalParseBox()
306 if (!memcmp(box->type, "iref", 4)) is_parsable = (box->version <= 1); in AvifInfoInternalParseBox()
307 if (!memcmp(box->type, "auxC", 4)) is_parsable = (box->version <= 0); in AvifInfoInternalParseBox()
329 if (!memcmp(box.type, "ispe", 4)) { in ParseIpco()
347 } else if (!memcmp(box.type, "pixi", 4)) { in ParseIpco()
379 } else if (!memcmp(box.type, "av1C", 4)) { in ParseIpco()
405 } else if (!memcmp(box.type, "auxC", 4)) { in ParseIpco()
445 if (!memcmp(box.type, "ipco", 4)) { in ParseIprp()
448 } else if (!memcmp(box.type, "ipma", 4)) { in ParseIprp()
531 if (!memcmp(box.type, "dimg", 4)) { in ParseIref()
590 if (!memcmp(box.type, "pitm", 4)) { in ParseMeta()
604 } else if (!memcmp(box.type, "iprp", 4)) { in ParseMeta()
607 } else if (!memcmp(box.type, "iref", 4)) { in ParseMeta()
627 AVIFINFO_CHECK(!memcmp(box.type, "ftyp", 4), kInvalid); in ParseFtyp()
634 if (!memcmp(data, "avif", 4) || !memcmp(data, "avis", 4)) { in ParseFtyp()
652 if (!memcmp(box.type, "meta", 4)) { in ParseFile()