Lines Matching defs:vst
101 AVStream* vst;
141 vst = avformat_new_stream(c, NULL);
142 if (!vst) {
146 avpriv_set_pts_info(vst, 64, 1, 1000);
147 vst->codecpar->codec_type = AVMEDIA_TYPE_VIDEO;
148 vst->codecpar->codec_id = AV_CODEC_ID_RAWVIDEO;
149 vst->codecpar->width = fmt->width;
150 vst->codecpar->height = fmt->height;
151 vst->codecpar->format = fmt->pix_fmt;
152 vst->avg_frame_rate = framerate;
155 dc1394->stream_index = vst->index;
159 vst->codecpar->bit_rate = av_rescale(dc1394->size * 8,