Home
last modified time | relevance | path

Searched refs:last_h (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c1514 int last_w, last_h, prev_number_of_layers; in vp8_change_config() local
1538 last_h = cpi->oxcf.Height; in vp8_change_config()
1783 if (last_w != cpi->oxcf.Width || last_h != cpi->oxcf.Height) in vp8_change_config()
/external/libvncserver/x11vnc/
Duserinput.c1193 static int last_x, last_y, last_w, last_h; in do_bdpush() local
1201 attr.height = last_h; in do_bdpush()
1210 last_h = attr.height; in do_bdpush()
1213 x0, y0, w0, h0, bdx, bdy, bdskinny, last_x, last_y, last_w, last_h); in do_bdpush()
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/
Dtight-vncviewer-full.patch4503 + static Dimension last_w = 0, last_h = 0;
4507 + XtVaGetValues(toplevel, XtNwidth, &last_w, XtNheight, &last_h, NULL);
4518 + } else if (last_w != w || last_h != h) {
4527 + last_h = h;