Home
last modified time | relevance | path

Searched refs:AudioSfDecoder (Results 1 – 5 of 5) sorted by relevance

/frameworks/wilhelm/src/android/
Dandroid_AudioSfDecoder.cpp40 AudioSfDecoder::AudioSfDecoder(const AudioPlayback_Parameters* params) : GenericPlayer(params), in AudioSfDecoder() function in android::AudioSfDecoder
55 AudioSfDecoder::~AudioSfDecoder() { in ~AudioSfDecoder()
60 void AudioSfDecoder::preDestroy() { in preDestroy()
80 void AudioSfDecoder::play() { in play()
88 void AudioSfDecoder::getPositionMsec(int* msec) { in getPositionMsec()
99 uint32_t AudioSfDecoder::getPcmFormatKeyCount() const { in getPcmFormatKeyCount()
105 bool AudioSfDecoder::getPcmFormatKeySize(uint32_t index, uint32_t* pKeySize) { in getPcmFormatKeySize()
116 bool AudioSfDecoder::getPcmFormatKeyName(uint32_t index, uint32_t keySize, char* keyName) { in getPcmFormatKeyName()
130 bool AudioSfDecoder::getPcmFormatValueSize(uint32_t index, uint32_t* pValueSize) { in getPcmFormatValueSize()
142 bool AudioSfDecoder::getPcmFormatKeyValue(uint32_t index, uint32_t size, uint32_t* pValue) { in getPcmFormatKeyValue()
[all …]
Dandroid_AudioSfDecoder.h50 class AudioSfDecoder : public GenericPlayer
54 explicit AudioSfDecoder(const AudioPlayback_Parameters* params);
55 virtual ~AudioSfDecoder();
143 DISALLOW_EVIL_CONSTRUCTORS(AudioSfDecoder);
Dandroid_AudioToCbRenderer.h25 class AudioToCbRenderer : public AudioSfDecoder
Dandroid_AudioToCbRenderer.cpp29 AudioSfDecoder(params), in AudioToCbRenderer()
DAudioPlayer_to_android.cpp2052 android::AudioSfDecoder* decoder = in android_audioPlayer_metadata_getItemCount()
2053 static_cast<android::AudioSfDecoder*>(ap->mAPlayer.get()); in android_audioPlayer_metadata_getItemCount()
2080 android::AudioSfDecoder* decoder = in android_audioPlayer_metadata_getKeySize()
2081 static_cast<android::AudioSfDecoder*>(ap->mAPlayer.get()); in android_audioPlayer_metadata_getKeySize()
2116 android::AudioSfDecoder* decoder = in android_audioPlayer_metadata_getKey()
2117 static_cast<android::AudioSfDecoder*>(ap->mAPlayer.get()); in android_audioPlayer_metadata_getKey()
2153 android::AudioSfDecoder* decoder = in android_audioPlayer_metadata_getValueSize()
2154 static_cast<android::AudioSfDecoder*>(ap->mAPlayer.get()); in android_audioPlayer_metadata_getValueSize()
2189 android::AudioSfDecoder* decoder = in android_audioPlayer_metadata_getValue()
2190 static_cast<android::AudioSfDecoder*>(ap->mAPlayer.get()); in android_audioPlayer_metadata_getValue()