Lines Matching refs:video
321 if ((ret = ff_set_dimensions(avctx, format_out->es->video.crop.x + format_out->es->video.crop.width,
322 format_out->es->video.crop.y + format_out->es->video.crop.height)) < 0)
325 if (format_out->es->video.par.num && format_out->es->video.par.den) {
326 avctx->sample_aspect_ratio.num = format_out->es->video.par.num;
327 avctx->sample_aspect_ratio.den = format_out->es->video.par.den;
329 if (format_out->es->video.frame_rate.num && format_out->es->video.frame_rate.den) {
330 avctx->framerate.num = format_out->es->video.frame_rate.num;
331 avctx->framerate.den = format_out->es->video.frame_rate.den;
334 avctx->colorspace = ffmmal_csp_to_av_csp(format_out->es->video.color_space);
397 format_in->es->video.width = FFALIGN(avctx->width, 32);
398 format_in->es->video.height = FFALIGN(avctx->height, 16);
399 format_in->es->video.crop.width = avctx->width;
400 format_in->es->video.crop.height = avctx->height;
401 format_in->es->video.frame_rate.num = 24000;
402 format_in->es->video.frame_rate.den = 1001;
403 format_in->es->video.par.num = avctx->sample_aspect_ratio.num;
404 format_in->es->video.par.den = avctx->sample_aspect_ratio.den;
647 buffer->data + buffer->type->video.offset[0],