Home | History | Annotate | Download | only in liboverlay

Lines Matching refs:ov

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