package p138.p176.p177.p190.p240;

import android.content.Context;
import android.opengl.GLSurfaceView;

/* JADX INFO: renamed from: ދ.ހ.֏.ؠ.ဨ.ފ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public class C4166 extends GLSurfaceView {

    /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
    public final C4169 f13314;

    public C4166(Context context) {
        super(context, null);
        this.f13314 = new C4169(this);
        setPreserveEGLContextOnPause(true);
        setEGLContextClientVersion(2);
        setRenderer(this.f13314);
        setRenderMode(0);
    }

    public InterfaceC4168 getVideoDecoderOutputBufferRenderer() {
        return this.f13314;
    }
}
