Searched defs:BYTES_PER_SAMPLE_UNSPECIFIED (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrameFormat.java52 public static final int BYTES_PER_SAMPLE_UNSPECIFIED = 1; field in class:FrameFormat
207 if (specification.getBytesPerSample() != BYTES_PER_SAMPLE_UNSPECIFIED
265 if (specification.getBytesPerSample() != BYTES_PER_SAMPLE_UNSPECIFIED
266 && getBytesPerSample() != BYTES_PER_SAMPLE_UNSPECIFIED

Completed in 226 milliseconds