OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:afframecount
(Results
1 - 7
of
7
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
audiofile.h
48
// Define
AFframecount
and AFfileoffset as 64-bit signed integers.
58
typedef off_t
AFframecount
;
62
typedef int64_t
AFframecount
;
450
AFframecount
afSeekFrame (AFfilehandle, int track,
AFframecount
frameoffset);
451
AFframecount
afTellFrame (AFfilehandle, int track);
538
void afInitFrameCount (AFfilesetup, int track,
AFframecount
frameCount);
539
AFframecount
afGetFrameCount (AFfilehandle file, int track);
554
AFframecount
startFrame);
555
AFframecount
afGetLoopStartFrame (AFfilehandle, int instid, int loop)
[
all
...]
/external/esd/include/
audiofile.h
48
typedef off_t
AFframecount
;
434
AFframecount
afSeekFrame (AFfilehandle, int track,
AFframecount
frameoffset);
435
AFframecount
afTellFrame (AFfilehandle, int track);
539
void afInitFrameCount (AFfilesetup, int track,
AFframecount
frameCount);
540
AFframecount
afGetFrameCount (AFfilehandle file, int track);
555
AFframecount
startFrame);
556
AFframecount
afGetLoopStartFrame (AFfilehandle, int instid, int loop);
558
AFframecount
startFrame);
559
AFframecount
afGetLoopEndFrame (AFfilehandle, int instid, int loop)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
audiofile.h
48
typedef off_t
AFframecount
;
434
AFframecount
afSeekFrame (AFfilehandle, int track,
AFframecount
frameoffset);
435
AFframecount
afTellFrame (AFfilehandle, int track);
539
void afInitFrameCount (AFfilesetup, int track,
AFframecount
frameCount);
540
AFframecount
afGetFrameCount (AFfilehandle file, int track);
555
AFframecount
startFrame);
556
AFframecount
afGetLoopStartFrame (AFfilehandle, int instid, int loop);
558
AFframecount
startFrame);
559
AFframecount
afGetLoopEndFrame (AFfilehandle, int instid, int loop)
[
all
...]
/frameworks/base/media/jni/soundpool/
SoundPool.cpp
743
size_t
afFrameCount
;
746
if (AudioSystem::getOutputFrameCount(&
afFrameCount
, streamType) != NO_ERROR) {
747
afFrameCount
= kDefaultFrameCount;
764
uint32_t totalFrames = (kDefaultBufferCount *
afFrameCount
* sampleRate) / afSampleRate;
[
all
...]
/frameworks/av/media/libaudioclient/
AudioTrack.cpp
99
uint32_t afLatencyMs, uint32_t
afFrameCount
, uint32_t afSampleRate,
103
uint32_t minBufCount = afLatencyMs / ((1000 *
afFrameCount
) / afSampleRate);
114
ALOGV("calculateMinFrameCount afLatency %u
afFrameCount
%u afSampleRate %u "
116
afLatencyMs,
afFrameCount
, afSampleRate, sampleRate, speed, minBufCount
119
sampleRate,
afFrameCount
, afSampleRate, speed);
145
size_t
afFrameCount
;
146
status = AudioSystem::getOutputFrameCount(&
afFrameCount
, streamType);
162
*frameCount = calculateMinFrameCount(afLatency,
afFrameCount
, afSampleRate, sampleRate, 1.0f
173
ALOGV("getMinFrameCount=%zu:
afFrameCount
=%zu, afSampleRate=%u, afLatency=%u",
174
*frameCount,
afFrameCount
, afSampleRate, afLatency)
[
all
...]
AudioRecord.cpp
560
size_t
afFrameCount
;
561
status = AudioSystem::getFrameCount(input, &
afFrameCount
);
[
all
...]
/frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp
[
all
...]
Completed in 305 milliseconds