Home | History | Annotate | Download | only in liboverlay

Lines Matching refs:ov

309         const mdp_overlay& ov) {
314 prefix, ov.id, ov.z_order, ov.alpha,
315 ov.transp_mask, ov.flags, ov.horz_deci, ov.vert_deci);
317 getDump(buf, len, "\tsrc", ov.src);
318 getDump(buf, len, "\tsrc_rect", ov.src_rect);
319 getDump(buf, len, "\tdst_rect", ov.dst_rect);
323 const msmfb_img& ov) {
327 prefix, ov.width, ov.height, ov.format,
328 overlay::utils::getFormatString(ov.format));
333 const mdp_rect& ov) {
337 prefix, ov.x, ov.y, ov.w, ov.h);
342 const msmfb_overlay_data& ov) {
346 prefix, ov.id);
348 getDump(buf, len, "\tdata", ov.data);
352 const msmfb_data& ov) {
356 prefix, ov.offset, ov.memory_id, ov.id, ov.flags);