Lines Matching defs:pb
53 AVIOContext *pb = s->pb;
61 st->codecpar->codec_id = avio_rl32(pb) == MKTAG('D', 'a', 'n', 'M') ? AV_CODEC_ID_RAWVIDEO : AV_CODEC_ID_MSP2;
63 st->codecpar->width = avio_rl16(pb);
64 st->codecpar->height = avio_rl16(pb);
67 st->sample_aspect_ratio.num = avio_rl16(pb);
68 st->sample_aspect_ratio.den = avio_rl16(pb);
69 avio_skip(pb, 20);
88 ret = av_get_packet(s->pb, pkt, cntx->packet_size);
99 ret = av_append_packet(s->pb, pkt, size);