HomeSort by relevance Sort by last modified time
    Searched defs:getBytesPerSample (Results 1 - 12 of 12) sorted by null

  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
AudioSampleEntry.java 109 public long getBytesPerSample() {
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
AppendTrack.java 86 if (ase1.getBytesPerSample() == ase2.getBytesPerSample()) {
87 ase.setBytesPerSample(ase1.getBytesPerSample());
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FrameFormat.java 85 public int getBytesPerSample() {
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...]
  /frameworks/av/media/libaaudio/src/core/
AudioStream.h 245 return mSamplesPerFrame * getBytesPerSample();
251 int32_t getBytesPerSample() const {
  /frameworks/base/media/java/android/media/
AudioFormat.java 499 public static int getBytesPerSample(int audioFormat)
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-stubs.jar 

Completed in 599 milliseconds