HomeSort by relevance Sort by last modified time
    Searched refs:bytesPerSample (Results 1 - 6 of 6) sorted by null

  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
AudioSampleEntry.java 62 private long bytesPerSample;
110 return bytesPerSample;
161 public void setBytesPerSample(long bytesPerSample) {
162 this.bytesPerSample = bytesPerSample;
209 bytesPerSample = IsoTypeReader.readUInt32(content);
235 "bytesPerSample=" + bytesPerSample +
270 IsoTypeWriter.writeUInt32(byteBuffer, bytesPerSample);
  /cts/tests/tests/media/src/android/media/cts/
AudioTrack_ListenerTest.java 103 final int bytesPerSample = (TEST_FORMAT == AudioFormat.ENCODING_PCM_16BIT) ? 2 : 1;
104 final int bytesPerFrame = numChannels * bytesPerSample;
  /external/chromium_org/third_party/webrtc/modules/media_file/source/
media_file_utility.h 246 // Update the WAV header. freqInHz, bytesPerSample, channels, format,
248 // freqInHz is the sampling frequency. bytesPerSample is the sample size in
254 const uint32_t bytesPerSample,
media_file_utility.cc     [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_device_wave_win.cc     [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 145 milliseconds