Lines Matching refs:ov
331 const mdp_overlay& ov) { in getDump() argument
336 prefix, ov.id, ov.z_order, ov.alpha, in getDump()
337 ov.transp_mask, ov.flags, ov.horz_deci, ov.vert_deci); in getDump()
339 getDump(buf, len, "\tsrc", ov.src); in getDump()
340 getDump(buf, len, "\tsrc_rect", ov.src_rect); in getDump()
341 getDump(buf, len, "\tdst_rect", ov.dst_rect); in getDump()
345 const msmfb_img& ov) { in getDump() argument
349 prefix, ov.width, ov.height, ov.format, in getDump()
350 overlay::utils::getFormatString(ov.format)); in getDump()
355 const mdp_rect& ov) { in getDump() argument
359 prefix, ov.x, ov.y, ov.w, ov.h); in getDump()
364 const msmfb_overlay_data& ov) { in getDump() argument
368 prefix, ov.id); in getDump()
370 getDump(buf, len, "\tdata", ov.data); in getDump()
374 const msmfb_data& ov) { in getDump() argument
378 prefix, ov.offset, ov.memory_id, ov.id, ov.flags); in getDump()