Lines Matching defs:flags
287 asf->hdr.flags = avio_rl32(pb);
326 if (!(asf->hdr.flags & 0x01)) { // if we aren't streaming...
487 avio_rl32(pb); // flags (reliable,seekable,no_cleanpoints?,resend-live-cleanpoints, rest of bits reserved)
676 avio_rl32(pb); // flags
720 if (!(asf->hdr.flags & 0x01) && gsize >= 100)
1243 asf_st->pkt.flags & AV_PKT_FLAG_KEY,
1249 asf_st->pkt.flags |= AV_PKT_FLAG_KEY;
1467 if (pkt->flags & AV_PKT_FLAG_KEY) {
1561 int64_t pts, int flags)
1573 int64_t ret = avio_seek_time(s->pb, stream_index, pts, flags);
1594 int index = av_index_search_timestamp(st, pts, flags);
1609 if (ff_seek_frame_binary(s, stream_index, pts, flags) < 0)
1626 .flags = AVFMT_NOBINSEARCH | AVFMT_NOGENSEARCH,