Searched refs:afFrameCount (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/media/libaudioclient/include/media/ |
D | IAudioFlinger.h | 155 afFrameCount = parcel->readInt64(); in readFromParcel() 173 (void)parcel->writeInt64(afFrameCount); in writeToParcel() 190 size_t afFrameCount; variable
|
D | AudioSystem.h | 130 uint32_t afLatencyMs, uint32_t afFrameCount, uint32_t afSampleRate,
|
/frameworks/av/media/libaudioclient/ |
D | AudioSystem.cpp | 268 uint32_t afLatencyMs, uint32_t afFrameCount, uint32_t afSampleRate, in calculateMinFrameCount() argument 272 uint32_t minBufCount = afLatencyMs / ((1000 * afFrameCount) / afSampleRate); in calculateMinFrameCount() 285 afLatencyMs, afFrameCount, afSampleRate, sampleRate, speed, minBufCount in calculateMinFrameCount() 288 sampleRate, afFrameCount, afSampleRate, speed); in calculateMinFrameCount()
|
D | AudioTrack.cpp | 129 size_t afFrameCount; in getMinFrameCount() local 130 status = AudioSystem::getOutputFrameCount(&afFrameCount, streamType); in getMinFrameCount() 146 *frameCount = AudioSystem::calculateMinFrameCount(afLatency, afFrameCount, afSampleRate, in getMinFrameCount() 158 __func__, *frameCount, afFrameCount, afSampleRate, afLatency); in getMinFrameCount() 1585 mAfFrameCount = output.afFrameCount; in createTrack_l()
|
/frameworks/av/media/libmediaplayerservice/ |
D | MediaPlayerService.cpp | 2064 size_t afFrameCount; in open() local 2065 if (AudioSystem::getOutputFrameCount(&afFrameCount, mStreamType) != NO_ERROR) { in open() 2075 (unsigned long long)sampleRate * afFrameCount / afSampleRate; in open()
|
/frameworks/av/services/audioflinger/ |
D | AudioFlinger.cpp | 859 output.afFrameCount = thread->frameCount(); in createTrack()
|