Home
last modified time | relevance | path

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

/external/libvncserver/libvncclient/
Dh264.c76 static void h264_decode_frame(int f_width, int f_height, char *framedata, int framesize, int slice_…
81 …fbClient *client, int x, int y, int width, int height, int f_width, int f_height, int first_for_fr…
272 static void h264_decode_frame(int f_width, int f_height, char *framedata, int framesize, int slice_… in h264_decode_frame() argument
279 if ( (f_width > cur_width) || (f_height > cur_height) ) { in h264_decode_frame()
283 cur_height = f_height; in h264_decode_frame()
285 h264_init_decoder(f_width, f_height); in h264_decode_frame()
320 SetVAPictureParameterBufferH264(pic_param_buf, f_width, f_height); in h264_decode_frame()
465 …fbClient *client, int x, int y, int width, int height, int f_width, int f_height, int first_for_fr… in put_updated_rectangle() argument
478 …(va_dpy, curr_surface, client->outputWindow, 0, 0, f_width, f_height, 0, 0, f_width, f_height, NUL… in put_updated_rectangle()