HomeSort by relevance Sort by last modified time
    Searched refs:BITS_PER_SAMPLE (Results 1 - 9 of 9) 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/huawei/angler/camera/mm-image-codec/qexif/
qexif.h 175 BITS_PER_SAMPLE,
607 CONSTRUCT_TAGID(BITS_PER_SAMPLE, _ID_BITS_PER_SAMPLE)
    [all...]
  /device/lge/bullhead/camera/mm-image-codec/qexif/
qexif.h 175 BITS_PER_SAMPLE,
607 CONSTRUCT_TAGID(BITS_PER_SAMPLE, _ID_BITS_PER_SAMPLE)
    [all...]
  /device/moto/shamu/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/mm-image-codec/qexif/
qexif.h 175 BITS_PER_SAMPLE,
607 CONSTRUCT_TAGID(BITS_PER_SAMPLE, _ID_BITS_PER_SAMPLE)
    [all...]
  /device/moto/shamu/camera/QCamera/HAL2/core/inc/
QCamera_Intf.h     [all...]
  /frameworks/base/core/jni/
android_hardware_camera2_DngCreator.cpp 111 BITS_PER_SAMPLE = 16,
    [all...]

Completed in 104 milliseconds