Searched refs:getBytesPerSample (Results 1 – 6 of 6) sorted by relevance
85 public int getBytesPerSample() { in getBytesPerSample() method in FrameFormat163 result.setBytesPerSample(getBytesPerSample()); in mutableCopy()207 if (specification.getBytesPerSample() != BYTES_PER_SAMPLE_UNSPECIFIED in isCompatibleWith()208 && getBytesPerSample() != specification.getBytesPerSample()) { in isCompatibleWith()265 if (specification.getBytesPerSample() != BYTES_PER_SAMPLE_UNSPECIFIED in mayBeCompatibleWith()266 && getBytesPerSample() != BYTES_PER_SAMPLE_UNSPECIFIED in mayBeCompatibleWith()267 && getBytesPerSample() != specification.getBytesPerSample()) { in mayBeCompatibleWith()425 int size = getBytesPerSample(); in calcSize()
180 int bps = getFormat().getBytesPerSample(); in setBitmap()196 int bps = getFormat().getBytesPerSample(); in getBitmap()
83 if (format.getBytesPerSample() != 4) { in init()
69 mInputBPP = format.getBytesPerSample(); in createProgram()70 if (mLastFormat != null && mLastFormat.getBytesPerSample() == mInputBPP) return; in createProgram()
78 int inputChannels = getInputFormat("image").getBytesPerSample(); in getShaderProgram()