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

  /frameworks/base/services/usb/java/com/android/server/usb/descriptors/
Usb20ASFormatIIEx.java 45 public int getSamplesPerFrame() {
73 canvas.writeListItem("Samples Per Frame: " + getSamplesPerFrame());
Usb10ASFormatII.java 49 public int getSamplesPerFrame() {
  /frameworks/av/services/oboeservice/
AAudioServiceEndpoint.cpp 110 if (configuration.getSamplesPerFrame() != AAUDIO_UNSPECIFIED &&
111 configuration.getSamplesPerFrame() != getSamplesPerFrame()) {
AAudioServiceStreamShared.cpp 152 setSamplesPerFrame(configurationInput.getSamplesPerFrame());
153 if (getSamplesPerFrame() == AAUDIO_UNSPECIFIED) {
154 setSamplesPerFrame(mServiceEndpoint->getSamplesPerFrame());
155 } else if (getSamplesPerFrame() != mServiceEndpoint->getSamplesPerFrame()) {
157 getSamplesPerFrame(), mServiceEndpoint->getSamplesPerFrame());
184 getSampleRate(), getSamplesPerFrame(), mServiceEndpoint->getDeviceId());
AAudioServiceEndpointShared.cpp 72 builder.setSamplesPerFrame(configuration.getSamplesPerFrame());
79 setSamplesPerFrame(mStreamInternal->getSamplesPerFrame());
AAudioServiceEndpointPlay.cpp 54 mMixer.allocate(getStreamInternal()->getSamplesPerFrame(),
AAudioServiceEndpointMMAP.cpp 109 int32_t aaudioSamplesPerFrame = getSamplesPerFrame();
227 getSampleRate(), getSamplesPerFrame(), deviceId, getBufferCapacity());
AAudioServiceStreamBase.cpp 77 result << std::setw(5) << getSamplesPerFrame();
  /frameworks/av/media/libaaudio/src/core/
AAudioStreamParameters.h 48 int32_t getSamplesPerFrame() const {
92 return getSamplesPerFrame() * AAudioConvert_formatToSizeInBytes(getFormat());
AudioStream.cpp 77 mSamplesPerFrame = builder.getSamplesPerFrame();
AudioStream.h 165 aaudio_result_t getSamplesPerFrame() const {
AAudioAudio.cpp 356 return audioStream->getSamplesPerFrame();
  /frameworks/av/media/libaaudio/src/client/
AudioStreamInternalPlay.cpp 217 int32_t numSamples = framesToWrite * getSamplesPerFrame();
221 bool ramping = mVolumeRamp.nextSegment(framesToWrite * getSamplesPerFrame(),
232 getSamplesPerFrame(),
241 getSamplesPerFrame(),
259 getSamplesPerFrame(),
274 getSamplesPerFrame(),
AudioStreamInternalCapture.cpp 174 int32_t numSamples = framesToProcess * getSamplesPerFrame();
AudioStreamInternal.cpp 111 request.getConfiguration().setSamplesPerFrame(getSamplesPerFrame());
130 setSamplesPerFrame(configurationOutput.getSamplesPerFrame());
190 int32_t bytesPerFrame = getSamplesPerFrame()
  /frameworks/av/media/libaaudio/examples/input_monitor/src/
input_monitor_callback.cpp 53 printf("recorder.getSamplesPerFrame() = %d\n", recorder.getSamplesPerFrame());
  /frameworks/av/media/libaaudio/src/binding/
AAudioStreamConfiguration.cpp 43 status = parcel->writeInt32(getSamplesPerFrame());
  /frameworks/av/media/libaaudio/src/legacy/
AudioStreamRecord.cpp 59 int32_t samplesPerFrame = (getSamplesPerFrame() == AAUDIO_UNSPECIFIED)
60 ? 2 : getSamplesPerFrame();
AudioStreamTrack.cpp 63 int32_t samplesPerFrame = (getSamplesPerFrame() == AAUDIO_UNSPECIFIED)
64 ? 2 : getSamplesPerFrame();
  /frameworks/av/media/libaaudio/examples/utils/
AAudioSimpleRecorder.h 86 int32_t getSamplesPerFrame() {

Completed in 527 milliseconds