Searched refs:dst_f (Results 1 – 1 of 1) sorted by relevance
2256 struct v4l2_format dst_f; in vip_setup_scaler() local2264 dst_f = src_f; in vip_setup_scaler()2265 dst_f.fmt.pix.pixelformat = port->fmt->fourcc; in vip_setup_scaler()2266 dst_f.fmt.pix.width = stream->width; in vip_setup_scaler()2267 dst_f.fmt.pix.height = stream->height; in vip_setup_scaler()2289 &src_f, &dst_f); in vip_setup_scaler()