Searched refs:index_entries (Results 1 - 18 of 18) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dtta.c119 size = st->index_entries[c->currentframe].size;
122 pkt->dts = st->index_entries[c->currentframe++].timestamp;
135 url_fseek(s->pb, st->index_entries[index].pos, SEEK_SET);
H A Davidec.c220 pos= st->index_entries[0].pos;
221 size= st->index_entries[0].size;
222 ts= st->index_entries[0].timestamp;
697 best_ast->frame_offset= best_st->index_entries[i].timestamp
703 int64_t pos= best_st->index_entries[i].pos;
713 best_ast->remaining= best_st->index_entries[i].size;
766 assert(st->index_entries);
769 e= &st->index_entries[index];
886 if(!st->index_entries || !st->nb_index_entries || st->index_entries[s
[all...]
H A Drl2.c227 && s->streams[i]->index_entries[ rl2->index_pos[i] ].pos < pos){
228 sample = &s->streams[i]->index_entries[ rl2->index_pos[i] ];
273 timestamp = st->index_entries[index].timestamp;
H A Dmpc8.c230 url_fseek(s->pb, st->index_entries[index].pos, SEEK_SET);
231 c->frame = st->index_entries[index].timestamp;
H A Dnsvdec.c175 int index_entries; member in struct:__anon713
350 nsv->index_entries = table_entries_used;
702 if (nsv->index_entries)
711 av_free(ast->index_entries);
H A Dmxfenc.c175 MXFIndexEntry *index_entries; member in struct:MXFContext
1113 if (mxf->index_entries[j].flags & 0x10) { // backward prediction
1115 if (!(mxf->index_entries[i+1].flags & 0x10)) {
1116 if ((mxf->index_entries[i].flags & 0x11) == 0) // i frame
1127 if (!(mxf->index_entries[i].flags & 0x33)) { // I frame
1131 if (mxf->index_entries[i].flags & 0x10 && // backward prediction
1132 !(mxf->index_entries[key_index].flags & 0x80)) { // open gop
1136 if ((mxf->index_entries[i].flags & 0x20) == 0x20) // only forward
1139 put_byte(pb, mxf->index_entries[i].flags);
1141 put_be64(pb, mxf->index_entries[
[all...]
H A Dmpc.c200 c->curframe = st->index_entries[index].pos;
H A Dwv.c198 url_fseek(s->pb, st->index_entries[index].pos, SEEK_SET);
H A Dmatroskadec.c1784 timestamp = FFMAX(timestamp, st->index_entries[0].timestamp);
1787 url_fseek(s->pb, st->index_entries[st->nb_index_entries-1].pos, SEEK_SET);
1804 index_sub = av_index_search_timestamp(tracks[i].stream, st->index_entries[index].timestamp, AVSEEK_FLAG_BACKWARD);
1806 && st->index_entries[index_sub].pos < st->index_entries[index_min].pos
1807 && st->index_entries[index].timestamp - st->index_entries[index_sub].timestamp < 30000000000/matroska->time_scale)
1812 url_fseek(s->pb, st->index_entries[index_min].pos, SEEK_SET);
1814 matroska->skip_to_timecode = st->index_entries[index].timestamp;
1816 av_update_cur_dts(s, st, st->index_entries[inde
[all...]
H A Dgxf.c485 pos = st->index_entries[idx].pos;
487 maxlen = st->index_entries[idx + 2].pos - pos;
H A Drpl.c292 index_entry = &stream->index_entries[rpl->chunk_number];
H A Dnutdec.c854 if(st->index_entries){
859 pos2= st->index_entries[index].pos;
860 ts = st->index_entries[index].timestamp;
H A Dutils.c1238 st->index_entries[i]= st->index_entries[2*i];
1252 entries = av_fast_realloc(st->index_entries,
1259 st->index_entries= entries;
1290 AVIndexEntry *entries= st->index_entries;
1340 if(st->index_entries){
1345 e= &st->index_entries[index];
1361 e= &st->index_entries[index];
1539 assert(st->index_entries);
1540 ie= &st->index_entries[s
[all...]
H A Dasfdec.c1041 if(!(asf->index_read && st->index_entries)){
1050 pos = st->index_entries[index].pos;
1051 pts = st->index_entries[index].timestamp;
H A Davformat.h490 AVIndexEntry *index_entries; /**< Only used if the format does not member in struct:AVStream
H A Dmov.c2035 AVIndexEntry *current_sample = &st->index_entries[msc->current_sample];
2095 st->index_entries[sc->current_sample].timestamp : st->duration;
2152 seek_timestamp = st->index_entries[sample].timestamp;
H A Dnutenc.c683 if(index>=0) dummy.pos= FFMIN(dummy.pos, st->index_entries[index].pos);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/include/libavformat/
H A Davformat.h490 AVIndexEntry *index_entries; /**< Only used if the format does not member in struct:AVStream

Completed in 214 milliseconds