Lines Matching defs:width
182 c->width = 352;
386 static AVFrame *alloc_picture(enum AVPixelFormat pix_fmt, int width, int height)
396 picture->width = width;
427 ost->frame = alloc_picture(c->pix_fmt, c->width, c->height);
438 ost->tmp_frame = alloc_picture(AV_PIX_FMT_YUV420P, c->width, c->height);
455 int width, int height)
463 for (x = 0; x < width; x++)
468 for (x = 0; x < width / 2; x++) {
493 ost->sws_ctx = sws_getContext(c->width, c->height,
495 c->width, c->height,
504 fill_yuv_image(ost->tmp_frame, ost->next_pts, c->width, c->height);
509 fill_yuv_image(ost->frame, ost->next_pts, c->width, c->height);