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

  /frameworks/av/media/libaaudio/src/legacy/
AudioStreamLegacy.cpp 75 int32_t numFrames = numBytes / getBytesPerDeviceFrame();
108 int32_t byteCount = audioBuffer->frameCount * getBytesPerDeviceFrame();
117 audioBuffer->size = audioBuffer->frameCount * getBytesPerDeviceFrame();
AudioStreamRecord.cpp 390 int32_t bytesPerDeviceFrame = getBytesPerDeviceFrame();
  /frameworks/av/media/libaaudio/src/core/
AudioStream.h 258 int32_t getBytesPerDeviceFrame() const {

Completed in 632 milliseconds