Lines Matching defs:index
85 int index;
109 index = avio_r8(s->pb);
110 if (index < FF_ARRAY_ELEMS(sample_rates)) {
111 dhav->sample_rate = sample_rates[index];
125 index = avio_r8(s->pb);
126 if (index < FF_ARRAY_ELEMS(sample_rates)) {
127 dhav->sample_rate = sample_rates[index];
373 dhav->video_stream_index = st->index;
404 dhav->audio_stream_index = st->index;
440 int index = av_index_search_timestamp(st, timestamp, flags);
443 if (index < 0)
445 pts = sti->index_entries[index].timestamp;
448 if (avio_seek(s->pb, sti->index_entries[index].pos, SEEK_SET) < 0)