| mediaplayer.cpp | 838 /*static*/ status_t MediaPlayer::decode( function in class:android::MediaPlayer 847 ALOGV("decode(%s)", url); 851 status = service->decode(httpService, url, pSampleRate, pNumChannels, pFormat, heap, pSize); 866 /*static*/ status_t MediaPlayer::decode(int fd, int64_t offset, int64_t length, function in class:android::MediaPlayer 871 ALOGV("decode(%d, %" PRId64 ", %" PRId64 ")", fd, offset, length); 875 status = service->decode(fd, offset, length, pSampleRate,
|