cx88_set_scale
cx88_set_scale(core, f->fmt.pix.width, f->fmt.pix.height,
cx88_set_scale(core, core->width, core->height, core->field);
cx88_set_scale(core, 320, 240, V4L2_FIELD_INTERLACED);
EXPORT_SYMBOL(cx88_set_scale);
cx88_set_scale(core, core->width, core->height, core->field);
int cx88_set_scale(struct cx88_core *core, unsigned int width,