Searched defs:tmprsz (Results 1 - 1 of 1) sorted by relevance

/drivers/media/video/
H A Dmx2_camera.c1156 struct emma_prp_resize tmprsz; local
1157 unsigned char *s = tmprsz.s;
1189 tmprsz.algo = RESIZE_ALGO_AVERAGING;
1220 tmprsz.algo = RESIZE_ALGO_BILINEAR;
1252 tmprsz.len = len;
1259 memcpy(&pcdev->resizing[dir], &tmprsz, sizeof(tmprsz));

Completed in 35 milliseconds