Lines Matching refs:num_parsed_boxes
254 uint32_t* num_parsed_boxes, AvifInfoInternalBox* box) { in AvifInfoInternalParseBox() argument
288 ++*num_parsed_boxes; in AvifInfoInternalParseBox()
289 AVIFINFO_CHECK(*num_parsed_boxes < 4096, kAborted); in AvifInfoInternalParseBox()
321 uint32_t* num_parsed_boxes, in ParseIpco() argument
327 num_parsed_boxes, &box)); in ParseIpco()
438 uint32_t* num_parsed_boxes, in ParseIprp() argument
443 num_parsed_boxes, &box)); in ParseIprp()
447 ParseIpco(stream, box.content_size, num_parsed_boxes, features)); in ParseIprp()
524 uint32_t* num_parsed_boxes, in ParseIref() argument
529 num_parsed_boxes, &box)); in ParseIref()
583 uint32_t* num_parsed_boxes, in ParseMeta() argument
588 num_parsed_boxes, &box)); in ParseMeta()
606 ParseIprp(stream, box.content_size, num_parsed_boxes, features)); in ParseMeta()
609 ParseIref(stream, box.content_size, num_parsed_boxes, features)); in ParseMeta()
624 uint32_t num_parsed_boxes = 0; in ParseFtyp() local
626 &num_parsed_boxes, &box)); in ParseFtyp()
646 uint32_t* num_parsed_boxes, in ParseFile() argument
651 num_parsed_boxes, &box)); in ParseFile()
653 return ParseMeta(stream, box.content_size, num_parsed_boxes, features); in ParseFile()
733 uint32_t num_parsed_boxes = 0; in AvifInfoGetFeaturesStream() local
739 ParseFile(&internal_stream, &num_parsed_boxes, &internal_features); in AvifInfoGetFeaturesStream()