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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dr3d.c28 unsigned video_offsets_count; member in struct:__anon731
115 r3d->video_offsets_count = (atom->size - 8) / 4;
120 for (i = 0; i < r3d->video_offsets_count; i++) {
123 r3d->video_offsets_count = i;
130 st->duration = (uint64_t)r3d->video_offsets_count*
356 if (frame_num < r3d->video_offsets_count) {
357 url_fseek(s->pb, r3d->video_offsets_count, SEEK_SET);

Completed in 125 milliseconds