OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getOutputFrameCount
(Results
1 - 8
of
8
) sorted by null
/frameworks/av/include/media/
AudioSystem.h
89
static status_t
getOutputFrameCount
(int* frameCount, audio_stream_type_t stream = AUDIO_STREAM_DEFAULT);
109
static status_t
getOutputFrameCount
(int* frameCount, int stream = AUDIO_STREAM_DEFAULT);
/frameworks/av/media/libmedia/
AudioSystem.cpp
255
status_t AudioSystem::
getOutputFrameCount
(int* frameCount, int streamType) {
256
return
getOutputFrameCount
(frameCount, (audio_stream_type_t)streamType);
259
status_t AudioSystem::
getOutputFrameCount
(int* frameCount, audio_stream_type_t streamType)
SoundPool.cpp
574
if (AudioSystem::
getOutputFrameCount
(&afFrameCount, streamType) != NO_ERROR) {
AudioTrack.cpp
68
if (AudioSystem::
getOutputFrameCount
(&afFrameCount, streamType) != NO_ERROR) {
[
all
...]
/frameworks/av/libvideoeditor/lvpp/
VideoEditorPlayer.cpp
413
if (AudioSystem::
getOutputFrameCount
(&afFrameCount, mStreamType) !=
/frameworks/base/core/jni/
android_media_AudioTrack.cpp
212
if (AudioSystem::
getOutputFrameCount
(&afFrameCount, (audio_stream_type_t) streamType) != NO_ERROR) {
[
all
...]
/frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp
[
all
...]
/frameworks/wilhelm/src/android/
AudioPlayer_to_android.cpp
174
if (android::AudioSystem::
getOutputFrameCount
(&afFrameCount,
[
all
...]
Completed in 441 milliseconds