• Home
  • Raw
  • Download

Lines Matching refs:buf

329 void getDump(char *buf, size_t len, const char *prefix,  in getDump()  argument
336 strncat(buf, str, strlen(str)); in getDump()
337 getDump(buf, len, "\tsrc(msmfb_img)", ov.src); in getDump()
338 getDump(buf, len, "\tsrc_rect(mdp_rect)", ov.src_rect); in getDump()
339 getDump(buf, len, "\tdst_rect(mdp_rect)", ov.dst_rect); in getDump()
342 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
349 strncat(buf, str_src, strlen(str_src)); in getDump()
352 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
358 strncat(buf, str_rect, strlen(str_rect)); in getDump()
361 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
367 strncat(buf, str, strlen(str)); in getDump()
368 getDump(buf, len, "\tdata(msmfb_data)", ov.data); in getDump()
371 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
378 strncat(buf, str_data, strlen(str_data)); in getDump()
381 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
387 strncat(buf, str, strlen(str)); in getDump()
388 getDump(buf, len, "\tsrc", rot.src); in getDump()
389 getDump(buf, len, "\tdst", rot.dst); in getDump()
390 getDump(buf, len, "\tsrc_rect", rot.src_rect); in getDump()
393 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
399 strncat(buf, str, strlen(str)); in getDump()
400 getDump(buf, len, "\tsrc", rot.src); in getDump()
401 getDump(buf, len, "\tdst", rot.dst); in getDump()
402 getDump(buf, len, "\tsrc_chroma", rot.src_chroma); in getDump()
403 getDump(buf, len, "\tdst_chroma", rot.dst_chroma); in getDump()