Searched refs:tmp_w (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dsh_mobile_ceu_camera.c1239 unsigned int width = mf->width, height = mf->height, tmp_w, tmp_h; local
1264 tmp_w = mf->width;
1268 while ((width > tmp_w || height > tmp_h) &&
1269 tmp_w < max_width && tmp_h < max_height) {
1270 tmp_w = min(2 * tmp_w, max_width);
1272 mf->width = tmp_w;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_scale.c311 int tmp_w = av_rescale(h, inlink->w, inlink->h); local
315 w = FFMIN(tmp_w, w);
318 w = FFMAX(tmp_w, w);

Completed in 97 milliseconds