mediaplayer.cpp | 779 /*static*/ status_t MediaPlayer::decode(const char* url, uint32_t *pSampleRate, function in class:android::MediaPlayer 783 ALOGV("decode(%s)", url); 787 status = service->decode(url, pSampleRate, pNumChannels, pFormat, heap, pSize); 802 /*static*/ status_t MediaPlayer::decode(int fd, int64_t offset, int64_t length, function in class:android::MediaPlayer 807 ALOGV("decode(%d, %lld, %lld)", fd, offset, length); 811 status = service->decode(fd, offset, length, pSampleRate,
|