Lines Matching defs:flags
73 uint8_t flags;
745 if (s->flags & AVFMT_FLAG_BITEXACT) {
768 const char *platform = s->flags & AVFMT_FLAG_BITEXACT ? "Lavf" : PLATFORM_IDENT;
770 s->flags & AVFMT_FLAG_BITEXACT ? "0.0.0" :
962 avio_w8(pb, !!(mxf->tc.flags & AV_TIMECODE_FLAG_DROPFRAME));
1837 if (!(mxf->index_entries[i].flags & 0x33)) { // I-frame
1857 if ((mxf->index_entries[i].flags & 0x30) == 0x30) { // back and forward prediction
1862 if ((mxf->index_entries[i].flags & 0x20) == 0x20) // only forward
1867 if (!(mxf->index_entries[i].flags & 0x33) && // I-frame
1868 mxf->index_entries[i].flags & 0x40 && !temporal_offset)
1869 mxf->index_entries[i].flags |= 0x80; // random access
1870 avio_w8(pb, mxf->index_entries[i].flags);
2253 e->flags |= 0x40;
2277 if (e->flags & 0x40) { // sequence header present
2278 e->flags |= 0x80; // random access
2283 e->flags |= 0x04; // IDR Picture
2292 e->flags |= 0x20; // P Picture
2293 e->flags |= 0x06; // P Picture
2296 e->flags |= 0x30; // B Picture
2297 e->flags |= 0x03; // non-referenced B Picture
2404 if (e->flags & 0x40) // sequence header present
2405 e->flags |= 0x80; // random access
2411 e->flags |= 0x40;
2424 e->flags |= 0x22;
2428 e->flags |= 0x13; // only backward prediction
2430 e->flags |= 0x33;
2726 if (!(s->flags & AVFMT_FLAG_BITEXACT))
2876 mxf->index_entries[mxf->edit_units_count].flags = ie->flags;
2988 !(ie.flags & 0x33)) { // I-frame, GOP start
3001 mxf->index_entries[mxf->edit_units_count].flags = ie.flags;
3274 .flags = AVFMT_NOTIMESTAMPS,
3290 .flags = AVFMT_NOTIMESTAMPS,
3307 .flags = AVFMT_NOTIMESTAMPS,