package com.mediatek.extservice;

import a.b.c.a.a;

/* JADX INFO: loaded from: classes.dex */
public final class OsdInfo {
    private int mOsdHeight;
    private int mOsdWidth;

    public OsdInfo(int i2, int i3) {
        this.mOsdWidth = 0;
        this.mOsdHeight = 0;
        this.mOsdWidth = i2;
        this.mOsdHeight = i3;
    }

    public int getOsdHeight() {
        return this.mOsdHeight;
    }

    public int getOsdWidth() {
        return this.mOsdWidth;
    }

    public void setOsdHeight(int i2) {
        this.mOsdHeight = i2;
    }

    public void setOsdWidth(int i2) {
        this.mOsdWidth = i2;
    }

    public String toString() {
        StringBuilder sbC = a.C("OsdInfo{mOsdWidth=");
        sbC.append(this.mOsdWidth);
        sbC.append(", mOsdHeight=");
        return a.s(sbC, this.mOsdHeight, '}');
    }
}
