Lines Matching refs:sti
43 FFStream *const sti = ffstream(st);
55 av_parser_close(sti->parser);
56 avcodec_free_context(&sti->avctx);
57 av_bsf_free(&sti->bsfc);
58 av_freep(&sti->priv_pts);
59 av_freep(&sti->index_entries);
60 av_freep(&sti->probe_data.buf);
62 av_bsf_free(&sti->extract_extradata.bsf);
64 if (sti->info) {
65 av_freep(&sti->info->duration_error);
66 av_freep(&sti->info);
320 const FFStream *const sti = cffstream(st);
333 if (sti->codec_info_nb_frames)
700 FFStream *const sti = ffstream(st);
719 sti->avctx->pkt_timebase = new_tb;
808 FFStream *sti = ffstream(st);
809 if (sti == NULL) {
813 for (int i = 0; i < sti->nb_index_entries; i++) {
814 if (sti->index_entries[i].flags & AVINDEX_KEYFRAME) {