Home | History | Annotate | Download | only in liboverlay

Lines Matching refs:ov

380         const mdp_overlay& ov) {
385 prefix, ov.id, ov.z_order, ov.is_fg, ov.alpha,
386 ov.transp_mask, ov.flags, ov.horz_deci, ov.vert_deci);
388 getDump(buf, len, "\tsrc", ov.src);
389 getDump(buf, len, "\tsrc_rect", ov.src_rect);
390 getDump(buf, len, "\tdst_rect", ov.dst_rect);
394 const msmfb_img& ov) {
398 prefix, ov.width, ov.height, ov.format,
399 overlay::utils::getFormatString(ov.format));
404 const mdp_rect& ov) {
408 prefix, ov.x, ov.y, ov.w, ov.h);
413 const msmfb_overlay_data& ov) {
417 prefix, ov.id);
419 getDump(buf, len, "\tdata", ov.data);
423 const msmfb_data& ov) {
427 prefix, ov.offset, ov.memory_id, ov.id, ov.flags);