Lines Matching refs:sti
162 FFStream *const sti = ffstream(st);
259 sti->start_skip_samples = mp3->start_pad + 528 + 1;
261 sti->first_discard_sample = -mp3->end_pad + 528 + 1 + mp3->frames * (int64_t)spf;
262 sti->last_discard_sample = mp3->frames * (int64_t)spf;
265 st->start_time = av_rescale_q(sti->start_skip_samples,
366 FFStream *sti;
377 sti = ffstream(st);
381 sti->need_parsing = AVSTREAM_PARSE_FULL_RAW;
439 for (int i = 0; i < sti->nb_index_entries; i++)
440 sti->index_entries[i].pos += off;
556 FFStream *const sti = ffstream(st);
577 ie = &sti->index_entries[ret];