Lines Matching defs:index
700 av_log(s, AV_LOG_WARNING, "no index at the end\n");
742 av_log(s, AV_LOG_ERROR, "index overflow A %d + %"PRIu64" >= %d\n", n, x, syncpoint_count + 1);
750 av_log(s, AV_LOG_ERROR, "index: x %"PRIu64" is invalid\n", x);
755 av_log(s, AV_LOG_ERROR, "index overflow B\n");
763 av_log(s, AV_LOG_ERROR, "keyframe before first syncpoint in index\n");
785 av_log(s, AV_LOG_ERROR, "index checksum mismatch\n");
1258 int index = av_index_search_timestamp(st, pts, flags);
1259 if (index < 0)
1260 index = av_index_search_timestamp(st, pts, flags ^ AVSEEK_FLAG_BACKWARD);
1261 if (index < 0)
1264 pos2 = sti->index_entries[index].pos;
1265 ts = sti->index_entries[index].timestamp;