Lines Matching refs:max_pos
451 static int parse_keyframes_index(AVFormatContext *s, AVIOContext *ioc, int64_t max_pos)
471 while (avio_tell(ioc) < max_pos - 2 &&
501 for (i = 0; i < arraylen && avio_tell(ioc) < max_pos - 1; i++) {
522 if (timeslen == fileposlen && fileposlen>1 && max_pos <= filepositions[0]) {
547 int64_t max_pos, int depth)
583 if (parse_keyframes_index(s, ioc, max_pos) < 0)
587 while (avio_tell(ioc) < max_pos - 2 &&
589 if (amf_parse_object(s, astream, vstream, str_val, max_pos,
605 while (avio_tell(ioc) < max_pos - 2 &&
609 if (amf_parse_object(s, astream, vstream, str_val, max_pos,
624 for (i = 0; i < arraylen && avio_tell(ioc) < max_pos - 1; i++)
625 if (amf_parse_object(s, NULL, NULL, NULL, max_pos,