Lines Matching refs:index
26 * @see http://wiki.multimedia.cx/index.php?title=RL2
197 /** build the sample index */
273 * @param stream_index index of the stream that should be seeked
283 int index = av_index_search_timestamp(st, timestamp, flags);
284 if(index < 0)
287 rl2->index_pos[stream_index] = index;
288 timestamp = ffstream(st)->index_entries[index].timestamp;
292 index = av_index_search_timestamp(st2,
296 if(index < 0)
297 index = 0;
299 rl2->index_pos[i] = index;