Lines Matching refs:ov
338 const mdp_overlay& ov) { in getDump() argument
343 prefix, ov.id, ov.z_order, ov.is_fg, ov.alpha, in getDump()
344 ov.transp_mask, ov.flags, ov.horz_deci, ov.vert_deci); in getDump()
346 getDump(buf, len, "\tsrc", ov.src); in getDump()
347 getDump(buf, len, "\tsrc_rect", ov.src_rect); in getDump()
348 getDump(buf, len, "\tdst_rect", ov.dst_rect); in getDump()
352 const msmfb_img& ov) { in getDump() argument
356 prefix, ov.width, ov.height, ov.format, in getDump()
357 overlay::utils::getFormatString(ov.format)); in getDump()
362 const mdp_rect& ov) { in getDump() argument
366 prefix, ov.x, ov.y, ov.w, ov.h); in getDump()
371 const msmfb_overlay_data& ov) { in getDump() argument
375 prefix, ov.id); in getDump()
377 getDump(buf, len, "\tdata", ov.data); in getDump()
381 const msmfb_data& ov) { in getDump() argument
385 prefix, ov.offset, ov.memory_id, ov.id, ov.flags); in getDump()