Home
last modified time | relevance | path

Searched refs:f_height (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 …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()
/external/skia/src/svg/parser/
DSkSVGRect.h19 SkString f_height;
DSkSVGFilter.h19 SkString f_height; variable
DSkSVGImage.h20 SkString f_height; variable
DSkSVGUse.h18 SkString f_height;
DSkSVGMask.h20 SkString f_height;
DSkSVGSVG.h20 SkString f_height; variable
DSkSVGSVG.cpp39 const char* hSuffix = SkParse::FindScalar(f_height.c_str(), &height); in translate()