Home | History | Annotate | Download | only in liboverlay

Lines Matching refs:ov

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