OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMinFrameCount
(Results
1 - 8
of
8
) sorted by null
/frameworks/av/include/media/
AudioRecord.h
104
static status_t
getMinFrameCount
(size_t* frameCount,
AudioTrack.h
128
static status_t
getMinFrameCount
(size_t* frameCount,
[
all
...]
/frameworks/av/media/libstagefright/
AudioSource.cpp
61
status_t status = AudioRecord::
getMinFrameCount
(&minFrameCount,
/frameworks/base/core/jni/
android_media_AudioRecord.cpp
514
status_t result = AudioRecord::
getMinFrameCount
(&frameCount,
android_media_AudioTrack.cpp
833
if (AudioTrack::
getMinFrameCount
(&frameCount, AUDIO_STREAM_DEFAULT,
[
all
...]
/frameworks/av/media/libmedia/
AudioRecord.cpp
34
status_t AudioRecord::
getMinFrameCount
(
217
status_t status = AudioRecord::
getMinFrameCount
(&minFrameCount,
220
ALOGE("
getMinFrameCount
() failed; status %d", status);
AudioTrack.cpp
38
status_t AudioTrack::
getMinFrameCount
(
77
ALOGV("
getMinFrameCount
=%d: afFrameCount=%d, minBufCount=%d, afSampleRate=%d, afLatency=%d",
[
all
...]
/frameworks/opt/net/voip/src/jni/rtp/
AudioGroup.cpp
790
if (AudioTrack::
getMinFrameCount
(&output, AUDIO_STREAM_VOICE_CALL,
792
AudioRecord::
getMinFrameCount
(&input, sampleRate,
Completed in 382 milliseconds