Home
last modified time | relevance | path

Searched refs:asti (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Djvdec.c77 FFStream *asti; in read_header() local
87 asti = ffstream(ast); in read_header()
96 asti->nb_index_entries = avio_rl16(pb); in read_header()
110 asti->index_entries = av_malloc(asti->nb_index_entries * in read_header()
111 sizeof(*asti->index_entries)); in read_header()
112 if (!asti->index_entries) in read_header()
115 jv->frames = av_malloc(asti->nb_index_entries * sizeof(*jv->frames)); in read_header()
118 offset = 0x68 + asti->nb_index_entries * 16; in read_header()
119 for (int i = 0; i < asti in read_header()
165 FFStream *const asti = ffstream(ast); read_packet() local
226 FFStream *const asti = ffstream(ast); read_seek() local
[all...]
H A Dmlvdec.c119 FFStream *const vsti = ffstream(vst), *const asti = ffstream(ast); in scan_file() local
198 ff_add_index_entry(&asti->index_entries, &asti->nb_index_entries, in scan_file()
199 &asti->index_entries_allocated_size, in scan_file()
262 FFStream *vsti = NULL, *asti = NULL; in read_header() local
324 asti = ffstream(ast); in read_header()
383 ast->duration = asti->nb_index_entries; in read_header()
385 if ((vst && !vsti->nb_index_entries) || (ast && !asti->nb_index_entries)) { in read_header()
391 avio_seek(pb, FFMIN(vsti->index_entries[0].pos, asti->index_entries[0].pos), SEEK_SET); in read_header()
395 avio_seek(pb, asti in read_header()
[all...]

Completed in 2 milliseconds