Lines Matching defs:pb
45 AVIOContext *pb = s->pb;
48 avio_wb32(pb, RAND_TAG);
49 avio_wb32(pb, st->nb_frames);
50 avio_wb16(pb, 0); // packing method
51 avio_wb16(pb, 0); // reserved
52 avio_wb16(pb, st->codecpar->width);
53 avio_wb16(pb, st->codecpar->height);
54 avio_wb16(pb, 0); // leading
56 avio_wb16(pb, st->time_base.den / st->time_base.num);
57 ffio_fill(pb, 0x00, 16); // reserved