Home | History | Annotate | Download | only in android

Lines Matching refs:AudioSfDecoder

35 AudioSfDecoder::AudioSfDecoder(const AudioPlayback_Parameters* params) : GenericPlayer(params),
46 SL_LOGD("AudioSfDecoder::AudioSfDecoder()");
50 AudioSfDecoder::~AudioSfDecoder() {
51 SL_LOGD("AudioSfDecoder::~AudioSfDecoder()");
55 void AudioSfDecoder::preDestroy() {
57 SL_LOGD("AudioSfDecoder::preDestroy()");
75 void AudioSfDecoder::play() {
76 SL_LOGD("AudioSfDecoder::play");
83 void AudioSfDecoder::getPositionMsec(int* msec) {
94 uint32_t AudioSfDecoder::getPcmFormatKeyCount() const {
100 bool AudioSfDecoder::getPcmFormatKeySize(uint32_t index, uint32_t* pKeySize) {
111 bool AudioSfDecoder::getPcmFormatKeyName(uint32_t index, uint32_t keySize, char* keyName) {
125 bool AudioSfDecoder::getPcmFormatValueSize(uint32_t index, uint32_t* pValueSize) {
137 bool AudioSfDecoder::getPcmFormatKeyValue(uint32_t index, uint32_t size, uint32_t* pValue) {
165 void AudioSfDecoder::onPrepare() {
166 SL_LOGD("AudioSfDecoder::onPrepare()");
189 SL_LOGE("AudioSfDecoder::onPrepare: no data locator set");
197 SL_LOGE("AudioSfDecoder::onPrepare(): Error opening %s", mDataLocator.uriRef);
232 SL_LOGE("AudioSfDecoder::onPrepare: Could not instantiate extractor.");
258 SL_LOGE("AudioSfDecoder::onPrepare: Could not find a supported audio track.");
308 SL_LOGE("AudioSfDecoder::onPrepare: Could not instantiate decoder.");
318 SL_LOGE("AudioSfDecoder::onPrepare: Failed to start source/decoder.");
343 SL_LOGV("AudioSfDecoder::onPrepare: no need to prefetch");
367 SL_LOGD("AudioSfDecoder::onPrepare() done, mStateFlags=0x%x", mStateFlags);
371 void AudioSfDecoder::onPause() {
372 SL_LOGV("AudioSfDecoder::onPause()");
378 void AudioSfDecoder::onPlay() {
379 SL_LOGV("AudioSfDecoder::onPlay()");
385 void AudioSfDecoder::onSeek(const sp<AMessage> &msg) {
386 SL_LOGV("AudioSfDecoder::onSeek");
401 void AudioSfDecoder::onLoop(const sp<AMessage> &msg) {
402 SL_LOGV("AudioSfDecoder::onLoop");
407 //SL_LOGV("AudioSfDecoder::onLoop start looping");
410 //SL_LOGV("AudioSfDecoder::onLoop stop looping");
419 void AudioSfDecoder::onCheckCache(const sp<AMessage> &msg) {
420 //SL_LOGV("AudioSfDecoder::onCheckCache");
431 SL_LOGV("AudioSfDecoder::onCheckCache: buffering done.");
434 //SL_LOGV("AudioSfDecoder::onCheckCache: preparation done.");
448 void AudioSfDecoder::onDecode() {
449 SL_LOGV("AudioSfDecoder::onDecode");
578 void AudioSfDecoder::onMessageReceived(const sp<AMessage> &msg) {
600 void AudioSfDecoder::notifyPrepared(status_t prepareRes) {
613 SL_LOGD("AudioSfDecoder::onPrepare() done, mStateFlags=0x%x", mStateFlags);
617 void AudioSfDecoder::onNotify(const sp<AMessage> &msg) {
651 bool AudioSfDecoder::wantPrefetch() {
659 SL_LOGV("AudioSfDecoder::wantPrefetch() tries to access NULL mDataSource");
665 int64_t AudioSfDecoder::getPositionUsec() {
675 CacheStatus_t AudioSfDecoder::getCacheRemaining(bool *eos) {
688 //SL_LOGV("AudioSfDecoder::getCacheRemaining: approx %.2f secs remaining (eos=%d)",
759 void AudioSfDecoder::hasNewDecodeParams() {
793 bool AudioSfDecoder::isSupportedCodec(const char* mime) {