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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dpaf.c44 uint32_t *blocks_offset_table; member in struct:__anon3609
70 av_freep(&p->blocks_offset_table);
152 p->blocks_offset_table = av_mallocz(p->frame_blks *
153 sizeof(*p->blocks_offset_table));
164 !p->blocks_offset_table ||
176 read_table(s, p->blocks_offset_table, p->frame_blks);
223 offset = p->blocks_offset_table[p->current_frame_block] & ~(1U << 31);
224 if (p->blocks_offset_table[p->current_frame_block] & (1U << 31)) {

Completed in 113 milliseconds