Home
last modified time | relevance | path

Searched refs:AVIIentry (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Davienc.c46 typedef struct AVIIentry { struct
51 } AVIIentry; argument
64 AVIIentry** cluster;
100 static inline AVIIentry *avi_get_ientry(const AVIIndex *idx, int ent_id) in avi_get_ientry()
125 av_malloc(AVI_INDEX_CLUSTER_SIZE * sizeof(AVIIentry)); in avi_add_ientry()
679 AVIIentry *ie = avi_get_ientry(&avist->indexes, j); in avi_write_ix()
700 AVIIentry *ie = 0, *tie; in avi_write_idx1()