Searched refs:AudioSfDecoder (Results 1 – 5 of 5) sorted by relevance
37 AudioSfDecoder::AudioSfDecoder(const AudioPlayback_Parameters* params) : GenericPlayer(params), in AudioSfDecoder() function in android::AudioSfDecoder52 AudioSfDecoder::~AudioSfDecoder() { in ~AudioSfDecoder()57 void AudioSfDecoder::preDestroy() { in preDestroy()77 void AudioSfDecoder::play() { in play()85 void AudioSfDecoder::getPositionMsec(int* msec) { in getPositionMsec()96 uint32_t AudioSfDecoder::getPcmFormatKeyCount() const { in getPcmFormatKeyCount()102 bool AudioSfDecoder::getPcmFormatKeySize(uint32_t index, uint32_t* pKeySize) { in getPcmFormatKeySize()113 bool AudioSfDecoder::getPcmFormatKeyName(uint32_t index, uint32_t keySize, char* keyName) { in getPcmFormatKeyName()127 bool AudioSfDecoder::getPcmFormatValueSize(uint32_t index, uint32_t* pValueSize) { in getPcmFormatValueSize()139 bool AudioSfDecoder::getPcmFormatKeyValue(uint32_t index, uint32_t size, uint32_t* pValue) { in getPcmFormatKeyValue()[all …]
50 class AudioSfDecoder : public GenericPlayer54 AudioSfDecoder(const AudioPlayback_Parameters* params);55 virtual ~AudioSfDecoder();143 DISALLOW_EVIL_CONSTRUCTORS(AudioSfDecoder);
25 class AudioToCbRenderer : public AudioSfDecoder
29 AudioSfDecoder(params), in AudioToCbRenderer()
1846 android::AudioSfDecoder* decoder = in android_audioPlayer_metadata_getItemCount()1847 static_cast<android::AudioSfDecoder*>(ap->mAPlayer.get()); in android_audioPlayer_metadata_getItemCount()1874 android::AudioSfDecoder* decoder = in android_audioPlayer_metadata_getKeySize()1875 static_cast<android::AudioSfDecoder*>(ap->mAPlayer.get()); in android_audioPlayer_metadata_getKeySize()1910 android::AudioSfDecoder* decoder = in android_audioPlayer_metadata_getKey()1911 static_cast<android::AudioSfDecoder*>(ap->mAPlayer.get()); in android_audioPlayer_metadata_getKey()1947 android::AudioSfDecoder* decoder = in android_audioPlayer_metadata_getValueSize()1948 static_cast<android::AudioSfDecoder*>(ap->mAPlayer.get()); in android_audioPlayer_metadata_getValueSize()1983 android::AudioSfDecoder* decoder = in android_audioPlayer_metadata_getValue()1984 static_cast<android::AudioSfDecoder*>(ap->mAPlayer.get()); in android_audioPlayer_metadata_getValue()