NetMirror.apk
Download file
package com.facebook.imagepipeline.nativecode;
/* JADX INFO: loaded from: classes.dex */
public class NativeJpegTranscoderFactory implements W0.d {
/* JADX INFO: renamed from: a, reason: collision with root package name */
private final int f5949a;
/* JADX INFO: renamed from: b, reason: collision with root package name */
private final boolean f5950b;
/* JADX INFO: renamed from: c, reason: collision with root package name */
private final boolean f5951c;
public NativeJpegTranscoderFactory(int i3, boolean z3, boolean z4) {
this.f5949a = i3;
this.f5950b = z3;
this.f5951c = z4;
}
@Override // W0.d
public W0.c createImageTranscoder(D0.c cVar, boolean z3) {
if (cVar != D0.b.f135b) {
return null;
}
return new NativeJpegTranscoder(z3, this.f5949a, this.f5950b, this.f5951c);
}
}
⚠️ This content was hidden by an advertisement filtering extension in your browser. Please disable it and reload the page to access the decompiled content.
We only display one small text ad to keep this service free. Here's what it looks like:
Read the Docs for Business: You write the docs. We do the rest.
Try it today!Ad by EthicalAds
Download file