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

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

Completed in 88 milliseconds