OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getOutputFrameCount
(Results
1 - 7
of
7
) sorted by null
/frameworks/av/include/media/
AudioSystem.h
95
static status_t
getOutputFrameCount
(size_t* frameCount,
/frameworks/av/libvideoeditor/lvpp/
VideoEditorPlayer.cpp
413
if (AudioSystem::
getOutputFrameCount
(&afFrameCount, mStreamType) !=
/frameworks/av/media/libmedia/
AudioSystem.cpp
259
status_t AudioSystem::
getOutputFrameCount
(size_t* frameCount, audio_stream_type_t streamType)
SoundPool.cpp
572
if (AudioSystem::
getOutputFrameCount
(&afFrameCount, streamType) != NO_ERROR) {
AudioTrack.cpp
61
if (AudioSystem::
getOutputFrameCount
(&afFrameCount, streamType) != NO_ERROR) {
[
all
...]
/frameworks/base/core/jni/
android_media_AudioTrack.cpp
207
if (AudioSystem::
getOutputFrameCount
(&afFrameCount, (audio_stream_type_t) streamType) != NO_ERROR) {
[
all
...]
/frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp
[
all
...]
Completed in 281 milliseconds