Home | History | Annotate | Download | only in liboverlay

Lines Matching defs:getDump

329 void getDump(char *buf, size_t len, const char *prefix,
337 getDump(buf, len, "\tsrc(msmfb_img)", ov.src);
338 getDump(buf, len, "\tsrc_rect(mdp_rect)", ov.src_rect);
339 getDump(buf, len, "\tdst_rect(mdp_rect)", ov.dst_rect);
342 void getDump(char *buf, size_t len, const char *prefix,
352 void getDump(char *buf, size_t len, const char *prefix,
361 void getDump(char *buf, size_t len, const char *prefix,
368 getDump(buf, len, "\tdata(msmfb_data)", ov.data);
371 void getDump(char *buf, size_t len, const char *prefix,
381 void getDump(char *buf, size_t len, const char *prefix,
388 getDump(buf, len, "\tsrc", rot.src);
389 getDump(buf, len, "\tdst", rot.dst);
390 getDump(buf, len, "\tsrc_rect", rot.src_rect);
393 void getDump(char *buf, size_t len, const char *prefix,
400 getDump(buf, len, "\tsrc", rot.src);
401 getDump(buf, len, "\tdst", rot.dst);
402 getDump(buf, len, "\tsrc_chroma", rot.src_chroma);
403 getDump(buf, len, "\tdst_chroma", rot.dst_chroma);