Lines Matching refs:ov
407 const mdp_overlay& ov) { in getDump() argument
412 prefix, ov.id, ov.z_order, ov.is_fg, ov.alpha, in getDump()
413 ov.transp_mask, ov.flags, ov.horz_deci, ov.vert_deci); in getDump()
415 getDump(buf, len, "\tsrc", ov.src); in getDump()
416 getDump(buf, len, "\tsrc_rect", ov.src_rect); in getDump()
417 getDump(buf, len, "\tdst_rect", ov.dst_rect); in getDump()
421 const msmfb_img& ov) { in getDump() argument
425 prefix, ov.width, ov.height, ov.format, in getDump()
426 overlay::utils::getFormatString(ov.format)); in getDump()
431 const mdp_rect& ov) { in getDump() argument
435 prefix, ov.x, ov.y, ov.w, ov.h); in getDump()
440 const msmfb_overlay_data& ov) { in getDump() argument
444 prefix, ov.id); in getDump()
446 getDump(buf, len, "\tdata", ov.data); in getDump()
450 const msmfb_data& ov) { in getDump() argument
454 prefix, ov.offset, ov.memory_id, ov.id, ov.flags); in getDump()