Searched defs:getBytesPerSample (Results 1 - 1 of 1) sorted by path

/system/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...]

Completed in 34 milliseconds