Searched defs:instantiateDecoder (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp989 if (instantiateDecoder(false, &mVideoDecoder) == -EWOULDBLOCK) {
996 if (instantiateDecoder(true, &mAudioDecoder) == -EWOULDBLOCK) {
1424 instantiateDecoder(true /* audio */, &mAudioDecoder);
1449 err = instantiateDecoder(false, &mVideoDecoder);
1456 err = instantiateDecoder(true, &mAudioDecoder);
1708 instantiateDecoder(true /* audio */, &mAudioDecoder, !forceNonOffload);
1751 status_t NuPlayer::instantiateDecoder( function in class:android::NuPlayer
1809 ALOGV("instantiateDecoder audio DecoderPassThrough hasVideo: %d", hasVideo);
1814 ALOGV("instantiateDecoder audio Decoder");
1840 ALOGV("instantiateDecoder
[all...]

Completed in 78 milliseconds