Searched refs:f_width (Results 1 – 1 of 1) sorted by relevance
/external/libvncserver/libvncclient/ |
D | h264.c | 76 static void h264_decode_frame(int f_width, int f_height, char *framedata, int framesize, int slice_… 81 …ed_rectangle(rfbClient *client, int x, int y, int width, int height, int f_width, int f_height, in… 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() 282 cur_width = f_width; 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 …ed_rectangle(rfbClient *client, int x, int y, int width, int height, int f_width, int f_height, in… in put_updated_rectangle() argument 478 …utSurface(va_dpy, curr_surface, client->outputWindow, 0, 0, f_width, f_height, 0, 0, f_width, f_he… in put_updated_rectangle()
|