HomeSort by relevance Sort by last modified time
    Searched refs:BITS_PER_SAMPLE (Results 1 - 8 of 8) 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);
  /system/bt/embdrv/g722/
g722_decode.cc 42 #define BITS_PER_SAMPLE (8)
183 s->bits_per_sample = 6;
185 s->bits_per_sample = 7;
187 s->bits_per_sample = 8;
289 if (s->in_bits < s->bits_per_sample)
294 code = s->in_buffer & ((1 << s->bits_per_sample) - 1);
295 s->in_buffer >>= s->bits_per_sample;
296 s->in_bits -= s->bits_per_sample;
301 #if BITS_PER_SAMPLE == 8
306 #elif BITS_PER_SAMPLE ==
    [all...]
g722_encode.cc 43 #define BITS_PER_SAMPLE (8)
178 s->bits_per_sample = 6;
180 s->bits_per_sample = 7;
182 s->bits_per_sample = 8;
412 #if BITS_PER_SAMPLE == 8
414 #elif BITS_PER_SAMPLE == 7
416 #elif BITS_PER_SAMPLE == 6
424 s->out_bits += s->bits_per_sample;
  /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...]
  /hardware/qcom/camera/msm8998/mm-image-codec/qexif/
qexif.h 175 BITS_PER_SAMPLE,
607 CONSTRUCT_TAGID(BITS_PER_SAMPLE, _ID_BITS_PER_SAMPLE)
    [all...]
  /frameworks/base/core/jni/
android_hardware_camera2_DngCreator.cpp 113 BITS_PER_SAMPLE = 16,
    [all...]

Completed in 137 milliseconds