Lines Matching refs:decode
1152 sp<IMemory> MediaPlayerService::decode(const char* url, uint32_t *pSampleRate, int* pNumChannels, int* pFormat)
1154 LOGV("decode(%s)", url);
1160 // If the application wants to decode those, it should open a
1163 LOGD("Can't decode %s by path, use filedescriptor instead", url);
1208 sp<IMemory> MediaPlayerService::decode(int fd, int64_t offset, int64_t length, uint32_t *pSampleRate, int* pNumChannels, int* pFormat)
1210 LOGV("decode(%d, %lld, %lld)", fd, offset, length);