Searched refs:ASFIndex (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dasf.h89 typedef struct ASFIndex { struct
94 } ASFIndex; typedef in typeref:struct:ASFIndex
H A Dasfenc.c208 ASFIndex *index_ptr;
658 asf->index_ptr = av_malloc(sizeof(ASFIndex) * ASF_INDEX_BLOCK);
953 static int asf_write_index(AVFormatContext *s, ASFIndex *index,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dasf.h82 } ASFIndex; typedef in typeref:struct:__anon2115
H A Dasfenc.c212 ASFIndex* index_ptr;
561 asf->index_ptr = av_malloc( sizeof(ASFIndex) * ASF_INDEX_BLOCK );
816 asf->index_ptr = (ASFIndex*)av_realloc( asf->index_ptr, sizeof(ASFIndex) * asf->nb_index_memory_alloc );
831 static int asf_write_index(AVFormatContext *s, ASFIndex *index, uint16_t max, uint32_t count)

Completed in 93 milliseconds