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

  /external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
WebRtcAudioManager.java 57 private static final int BITS_PER_SAMPLE = 16;
244 final int bytesPerFrame = numChannels * (BITS_PER_SAMPLE / 8);
268 final int bytesPerFrame = numChannels * (BITS_PER_SAMPLE / 8);
WebRtcAudioRecord.java 34 private static final int BITS_PER_SAMPLE = 16;
165 final int bytesPerFrame = channels * (BITS_PER_SAMPLE / 8);
WebRtcAudioTrack.java 32 private static final int BITS_PER_SAMPLE = 16;
158 final int bytesPerFrame = channels * (BITS_PER_SAMPLE / 8);
  /device/google/marlin/camera/mm-image-codec/qexif/
qexif.h 175 BITS_PER_SAMPLE,
607 CONSTRUCT_TAGID(BITS_PER_SAMPLE, _ID_BITS_PER_SAMPLE)
    [all...]

Completed in 94 milliseconds