Searched refs:mInputBPP (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DToRGBAFilter.java39 private int mInputBPP; field in class:ToRGBAFilter
69 mInputBPP = format.getBytesPerSample();
70 if (mLastFormat != null && mLastFormat.getBytesPerSample() == mInputBPP) return;
72 switch (mInputBPP) {
80 throw new RuntimeException("Unsupported BytesPerPixel: " + mInputBPP + "!");
H A DToRGBFilter.java39 private int mInputBPP; field in class:ToRGBFilter
69 mInputBPP = format.getBytesPerSample();
70 if (mLastFormat != null && mLastFormat.getBytesPerSample() == mInputBPP) return;
72 switch (mInputBPP) {
80 throw new RuntimeException("Unsupported BytesPerPixel: " + mInputBPP + "!");

Completed in 55 milliseconds