Searched refs:halSampleRate (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/services/audioflinger/ |
D | IAfTrack.h | 400 int64_t trackFramesReleased, int64_t sinkFramesWritten, uint32_t halSampleRate, 519 int64_t trackFramesReleased, int64_t sourceFramesRead, uint32_t halSampleRate,
|
D | RecordTracks.h | 69 uint32_t halSampleRate,
|
D | PlaybackTracks.h | 254 uint32_t halSampleRate, const ExtendedTimestamp& timeStamp) final;
|
D | Tracks.cpp | 2044 uint32_t halSampleRate, const ExtendedTimestamp &timeStamp) { in updateTrackFrameInfo() argument 2089 : timeStamp.getOutputServerLatencyMs(halSampleRate); in updateTrackFrameInfo() 3006 uint32_t halSampleRate, const ExtendedTimestamp ×tamp) in updateTrackFrameInfo() argument 3028 * mSampleRate / halSampleRate; // TODO: potential computation overflow in updateTrackFrameInfo() 3038 : timestamp.getOutputServerLatencyMs(halSampleRate)); in updateTrackFrameInfo()
|