Searched refs:getBytesPerSample (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrameFormat.java85 public int getBytesPerSample() { method in class:FrameFormat
163 result.setBytesPerSample(getBytesPerSample());
207 if (specification.getBytesPerSample() != BYTES_PER_SAMPLE_UNSPECIFIED
208 && getBytesPerSample() != specification.getBytesPerSample()) {
265 if (specification.getBytesPerSample() != BYTES_PER_SAMPLE_UNSPECIFIED
266 && getBytesPerSample() != BYTES_PER_SAMPLE_UNSPECIFIED
267 && getBytesPerSample() != specification.getBytesPerSample()) {
425 int size = getBytesPerSample();
[all...]
H A DNativeFrame.java180 int bps = getFormat().getBytesPerSample();
196 int bps = getFormat().getBytesPerSample();
H A DGLFrame.java83 if (format.getBytesPerSample() != 4) {
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DToRGBAFilter.java69 mInputBPP = format.getBytesPerSample();
70 if (mLastFormat != null && mLastFormat.getBytesPerSample() == mInputBPP) return;
H A DToRGBFilter.java69 mInputBPP = format.getBytesPerSample();
70 if (mLastFormat != null && mLastFormat.getBytesPerSample() == mInputBPP) return;
H A DToGrayFilter.java78 int inputChannels = getInputFormat("image").getBytesPerSample();

Completed in 101 milliseconds