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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.h271 status_t instantiateDecoder(
H A DNuPlayer.cpp988 if (instantiateDecoder(false, &mVideoDecoder) == -EWOULDBLOCK) {
995 if (instantiateDecoder(true, &mAudioDecoder) == -EWOULDBLOCK) {
1423 instantiateDecoder(true /* audio */, &mAudioDecoder);
1448 err = instantiateDecoder(false, &mVideoDecoder);
1455 err = instantiateDecoder(true, &mAudioDecoder);
1707 instantiateDecoder(true /* audio */, &mAudioDecoder, !forceNonOffload);
1750 status_t NuPlayer::instantiateDecoder( function in class:android::NuPlayer
1808 ALOGV("instantiateDecoder audio DecoderPassThrough hasVideo: %d", hasVideo);
1813 ALOGV("instantiateDecoder audio Decoder");
1839 ALOGV("instantiateDecoder
[all...]

Completed in 115 milliseconds