Lines Matching defs:par
120 AVCodecParameters *par = s->streams[pkt->stream_index]->codecpar;
130 image->width = (par->width == 256) ? 0 : par->width;
131 image->height = (par->height == 256) ? 0 : par->height;
133 if (par->codec_id == AV_CODEC_ID_PNG) {
134 image->bits = par->bits_per_coded_sample;
145 image->size = pkt->size - 14 + par->height * (par->width + 7) / 8;
152 ffio_fill(pb, 0x00, par->height * (par->width + 7) / 8);