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

  /frameworks/base/media/jni/
android_media_AmrInputStream.cpp 35 static const int BYTES_PER_SAMPLE = 2; // Assume 16-bit PCM samples
36 static const int BYTES_PER_FRAME = (SAMPLES_PER_FRAME * BYTES_PER_SAMPLE);
  /frameworks/base/core/jni/
android_hardware_camera2_DngCreator.cpp 83 BYTES_PER_SAMPLE = 2,
856 const uint32_t bitsPerByte = BITS_PER_SAMPLE / BYTES_PER_SAMPLE;
    [all...]

Completed in 330 milliseconds