Lines Matching defs:flags
1499 // checking the error flags. This is done in order to check
1975 if (matroska->ctx->flags & AVFMT_FLAG_IGNIDX)
2004 if (matroska->ctx->flags & AVFMT_FLAG_IGNIDX)
3393 uint32_t flags = AV_RL32(src);
3398 multiblock = (flags & 0x1800) != 0x1800;
3430 AV_WL32(dst + offset + 24, flags); // flags
3567 // pkt->flags = AV_PKT_FLAG_KEY;
3640 pkt->flags = is_keyframe;
3708 int n, flags, laces = 0;
3739 flags = *data++;
3742 is_keyframe = flags & 0x80 ? AV_PKT_FLAG_KEY : 0;
3773 res = matroska_parse_laces(matroska, &data, size, (flags & 0x06) >> 1,
3924 int64_t timestamp, int flags)
3942 if ((index = av_index_search_timestamp(st, timestamp, flags)) < 0 ||
3945 while ((index = av_index_search_timestamp(st, timestamp, flags)) < 0 ||
3968 if (flags & AVSEEK_FLAG_ANY) {
4091 if (!(pkt->flags & AV_PKT_FLAG_KEY)) {