Lines Matching defs:current

99     short current, total = 0;
101 current = avio_rb16(pb);
105 snprintf(buf, sizeof(buf), "%d", current);
107 snprintf(buf, sizeof(buf), "%d/%d", current, total);
1262 if (frag_index->current < 0 ||
1263 frag_index->current >= frag_index->nb_items)
1266 item = &frag_index->item[frag_index->current];
1269 item->current = i;
1274 item->current = -1;
1281 if (frag_index->current < 0 ||
1282 frag_index->current >= frag_index->nb_items)
1285 item = &frag_index->item[frag_index->current];
1286 if (item->current >= 0 && item->current < item->nb_stream_info)
1287 return &item->stream_info[item->current];
1435 item->current = 0;
1481 c->frag_index.current = update_frag_index(c, c->fragment.moof_offset);
1598 avio_rb32(pb); /* current time */
2766 /* Move the current stream extradata to the stream context one. */
3717 // Point j to the last elem of the buffer and insert the current pts there.
3726 // current pts, are exactly the timestamps that need to be buffered to output PTS
3815 const AVIndexEntry *current = NULL;
3913 // Audio decoders like AAC need need a decoder delay samples previous to the current sample,
3934 current = e_old + index;
3940 for (; current < e_old_end; current++, index++) {
3942 frame_duration = (current + 1 < e_old_end) ?
3943 ((current + 1)->timestamp - current->timestamp) : edit_list_duration;
3945 flags = current->flags;
3948 curr_cts = current->timestamp + msc->dts_shift;
4034 if (add_index_entry(st, current->pos, edit_list_dts_counter, current->size,
4035 current->min_distance, flags) == -1) {
5195 // the current track_id.
5201 for (i = c->frag_index.current + 1; i < c->frag_index.nb_items; i++) {
6358 * Gets the current encryption info and associated current stream context. If
6361 * info for the current stream.
6392 // No current track fragment, using stream level encryption info.
6761 if (c->frag_index.current >= 0) {
7395 frag_stream_info = get_frag_stream_info(&mov->frag_index, mov->frag_index.current, st->id);
8976 /* Save the current index. */