Lines Matching refs:trick_idx
99 int trick_idx;
819 if (as->trick_idx >= 0)
820 avio_printf(out, "\t\t\t<EssentialProperty id=\"%d\" schemeIdUri=\"http://dashif.org/guidelines/trickmode\" value=\"%d\"/>\n", as->id, as->trick_idx);
852 if (as->trick_idx >= 0) {
853 AdaptationSet *tas = &c->as[as->trick_idx];
902 (*as)->trick_idx = -1;
1050 as->trick_idx = strtol(trick_id_str, &end_str, 10);
1051 if (trick_id_str == end_str || as->trick_idx < 0)
1119 if (as->trick_idx < 0)
1122 if (c->as[n].id == as->trick_idx)
1126 av_log(s, AV_LOG_ERROR, "reference AdaptationSet id \"%d\" not found for trick mode AdaptationSet id \"%d\"\n", as->trick_idx, as->id);
1630 if (os->frag_type != FRAG_TYPE_PFRAMES && as->trick_idx < 0)
2153 as->trick_idx >= 0)) {
2230 if (pkt->flags & AV_PKT_FLAG_KEY && (os->packets_written || os->nb_segments) && !os->gop_size && as->trick_idx < 0) {