Home
last modified time | relevance | path

Searched refs:f_width (Results 1 – 8 of 8) 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 …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/
DSkSVGRect.h20 SkString f_width; variable
DSkSVGFilter.h20 SkString f_width; variable
DSkSVGImage.h21 SkString f_width; variable
DSkSVGUse.h19 SkString f_width; variable
DSkSVGMask.h22 SkString f_width; variable
DSkSVGSVG.h22 SkString f_width; variable
DSkSVGSVG.cpp42 const char* wSuffix = SkParse::FindScalar(f_width.c_str(), &width); in translate()