Home | History | Annotate | Download | only in audioflinger

Lines Matching full:samplerate

65             uint32_t sampleRate,
79 mSampleRate(sampleRate),
323 uint32_t sampleRate,
331 : TrackBase(thread, client, sampleRate, format, channelMask, frameCount, sharedBuffer,
511 uint32_t AudioFlinger::PlaybackThread::Track::sampleRate() const {
976 uint32_t sampleRate,
987 thread, client, streamType, sampleRate, format, channelMask, frameCount,
995 uint32_t sampleRate,
1002 : Track(thread, client, streamType, sampleRate, format, channelMask,
1017 mLocalTimeToSampleTransform.a_to_b_numer = sampleRate;
1024 mMediaTimeToSampleTransform.a_to_b_numer = sampleRate;
1280 uint32_t sr = sampleRate();
1493 uint32_t sampleRate,
1498 : Track(playbackThread, NULL, AUDIO_STREAM_CNT, sampleRate, format, channelMask, frameCount,
1515 mClientProxy->setSampleRate(sampleRate);
1755 sampleRate,
1761 : TrackBase(thread, client, sampleRate, format,