Searched refs:f_width (Results 1 – 8 of 8) 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()
|
/external/skia/src/svg/parser/ |
D | SkSVGRect.h | 20 SkString f_width; variable
|
D | SkSVGFilter.h | 20 SkString f_width; variable
|
D | SkSVGImage.h | 21 SkString f_width; variable
|
D | SkSVGUse.h | 19 SkString f_width; variable
|
D | SkSVGMask.h | 22 SkString f_width; variable
|
D | SkSVGSVG.h | 22 SkString f_width; variable
|
D | SkSVGSVG.cpp | 42 const char* wSuffix = SkParse::FindScalar(f_width.c_str(), &width); in translate()
|