Lines Matching defs:decode
1284 status_t MediaPlayerService::decode(
1293 ALOGV("decode(%s)", url);
1299 // If the application wants to decode those, it should open a
1302 ALOGD("Can't decode %s by path, use filedescriptor instead", url);
1350 status_t MediaPlayerService::decode(int fd, int64_t offset, int64_t length,
1355 ALOGV("decode(%d, %lld, %lld)", fd, offset, length);