Searched refs:AudioSfDecoder (Results 1 – 5 of 5) sorted by relevance
44 AudioSfDecoder::AudioSfDecoder(const AudioPlayback_Parameters* params) : GenericPlayer(params), in AudioSfDecoder() function in android::AudioSfDecoder59 AudioSfDecoder::~AudioSfDecoder() { in ~AudioSfDecoder()64 void AudioSfDecoder::preDestroy() { in preDestroy()84 void AudioSfDecoder::play() { in play()92 void AudioSfDecoder::getPositionMsec(int* msec) { in getPositionMsec()103 uint32_t AudioSfDecoder::getPcmFormatKeyCount() const { in getPcmFormatKeyCount()109 bool AudioSfDecoder::getPcmFormatKeySize(uint32_t index, uint32_t* pKeySize) { in getPcmFormatKeySize()120 bool AudioSfDecoder::getPcmFormatKeyName(uint32_t index, uint32_t keySize, char* keyName) { in getPcmFormatKeyName()134 bool AudioSfDecoder::getPcmFormatValueSize(uint32_t index, uint32_t* pValueSize) { in getPcmFormatValueSize()146 bool AudioSfDecoder::getPcmFormatKeyValue(uint32_t index, uint32_t size, uint32_t* pValue) { in getPcmFormatKeyValue()[all …]
44 class AudioSfDecoder : public GenericPlayer48 explicit AudioSfDecoder(const AudioPlayback_Parameters* params);49 virtual ~AudioSfDecoder();137 DISALLOW_EVIL_CONSTRUCTORS(AudioSfDecoder);
25 class AudioToCbRenderer : public AudioSfDecoder
29 AudioSfDecoder(params), in AudioToCbRenderer()
2067 android::AudioSfDecoder* decoder = in android_audioPlayer_metadata_getItemCount()2068 static_cast<android::AudioSfDecoder*>(ap->mAPlayer.get()); in android_audioPlayer_metadata_getItemCount()2095 android::AudioSfDecoder* decoder = in android_audioPlayer_metadata_getKeySize()2096 static_cast<android::AudioSfDecoder*>(ap->mAPlayer.get()); in android_audioPlayer_metadata_getKeySize()2131 android::AudioSfDecoder* decoder = in android_audioPlayer_metadata_getKey()2132 static_cast<android::AudioSfDecoder*>(ap->mAPlayer.get()); in android_audioPlayer_metadata_getKey()2168 android::AudioSfDecoder* decoder = in android_audioPlayer_metadata_getValueSize()2169 static_cast<android::AudioSfDecoder*>(ap->mAPlayer.get()); in android_audioPlayer_metadata_getValueSize()2204 android::AudioSfDecoder* decoder = in android_audioPlayer_metadata_getValue()2205 static_cast<android::AudioSfDecoder*>(ap->mAPlayer.get()); in android_audioPlayer_metadata_getValue()