Home | History | Annotate | Download | only in liboverlay

Lines Matching refs:ov

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