Lines Matching defs:width
327 switch (cpia2_match_video_size(f->fmt.pix.width, f->fmt.pix.height)) {
329 f->fmt.pix.width = 640;
333 f->fmt.pix.width = 352;
337 f->fmt.pix.width = 320;
341 f->fmt.pix.width = 288;
345 f->fmt.pix.width = 256;
349 f->fmt.pix.width = 224;
353 f->fmt.pix.width = 192;
358 f->fmt.pix.width = 176;
394 DBG("Requested width = %d, height = %d\n",
395 f->fmt.pix.width, f->fmt.pix.height);
396 if (f->fmt.pix.width != cam->width ||
398 cam->width = f->fmt.pix.width;
400 cam->params.roi.width = f->fmt.pix.width;
429 f->fmt.pix.width = cam->width;
462 s->r.width = cam->width;
537 u32 width;
560 fsize->discrete.width = cpia2_framesizes[fsize->index].width;
584 if (fival->width == cpia2_framesizes[i].width &&
987 cam->width = cam->params.roi.width;