Searched defs:samplesPerFrame (Results 1 – 10 of 10) sorted by relevance
117 int32_t samplesPerFrame, in AAudioConvert_floatToPcm16()148 int32_t samplesPerFrame, in AAudioConvert_pcm16ToFloat()165 int32_t samplesPerFrame, in AAudio_linearRamp()188 int32_t samplesPerFrame, in AAudio_linearRamp()
190 int32_t samplesPerFrame = AAudioStream_getChannelCount(mStream); in prime() local263 int32_t samplesPerFrame = AAudioStream_getChannelCount(stream); in SimpleRecorderDataCallbackProc() local
189 int32_t samplesPerFrame = AAudioStream_getChannelCount(mStream); in prime() local303 int32_t samplesPerFrame = AAudioStream_getChannelCount(stream); in SimplePlayerDataCallbackProc() local
55 void setSamplesPerFrame(int32_t samplesPerFrame) { in setSamplesPerFrame()
382 void setSamplesPerFrame(int32_t samplesPerFrame) { in setSamplesPerFrame()
40 void AAudioMixer::allocate(int32_t samplesPerFrame, int32_t framesPerBurst) { in allocate()
59 int32_t samplesPerFrame = (getSamplesPerFrame() == AAUDIO_UNSPECIFIED) in open() local
63 int32_t samplesPerFrame = (getSamplesPerFrame() == AAUDIO_UNSPECIFIED) in open() local
478 LVM_INT16 samplesPerFrame = 1; in process() local
287 Int samplesPerFrame[30]; /* number of samples per frame, 30->30fps */ member