OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:afFrameCount
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/media/jni/soundpool/
SoundPool.cpp
729
size_t
afFrameCount
;
732
if (AudioSystem::getOutputFrameCount(&
afFrameCount
, streamType) != NO_ERROR) {
733
afFrameCount
= kDefaultFrameCount;
750
uint32_t totalFrames = (kDefaultBufferCount *
afFrameCount
* sampleRate) / afSampleRate;
[
all
...]
/frameworks/av/media/libmedia/
AudioTrack.cpp
92
uint32_t afLatencyMs, uint32_t
afFrameCount
, uint32_t afSampleRate,
96
uint32_t minBufCount = afLatencyMs / ((1000 *
afFrameCount
) / afSampleRate);
107
ALOGV("calculateMinFrameCount afLatency %u
afFrameCount
%u afSampleRate %u "
109
afLatencyMs,
afFrameCount
, afSampleRate, sampleRate, speed, minBufCount
112
sampleRate,
afFrameCount
, afSampleRate, speed);
138
size_t
afFrameCount
;
139
status = AudioSystem::getOutputFrameCount(&
afFrameCount
, streamType);
155
*frameCount = calculateMinFrameCount(afLatency,
afFrameCount
, afSampleRate, sampleRate, 1.0f
166
ALOGV("getMinFrameCount=%zu:
afFrameCount
=%zu, afSampleRate=%u, afLatency=%u",
167
*frameCount,
afFrameCount
, afSampleRate, afLatency)
[
all
...]
AudioRecord.cpp
552
size_t
afFrameCount
;
553
status = AudioSystem::getFrameCount(input, &
afFrameCount
);
[
all
...]
/frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp
[
all
...]
Completed in 334 milliseconds