Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayer.cpp988 if (instantiateDecoder(false, &mVideoDecoder) == -EWOULDBLOCK) { in onMessageReceived()
995 if (instantiateDecoder(true, &mAudioDecoder) == -EWOULDBLOCK) { in onMessageReceived()
1423 instantiateDecoder(true /* audio */, &mAudioDecoder); in onResume()
1448 err = instantiateDecoder(false, &mVideoDecoder); in onInstantiateSecureDecoders()
1455 err = instantiateDecoder(true, &mAudioDecoder); in onInstantiateSecureDecoders()
1707 instantiateDecoder(true /* audio */, &mAudioDecoder, !forceNonOffload); in restartAudio()
1750 status_t NuPlayer::instantiateDecoder( in instantiateDecoder() function in android::NuPlayer
DNuPlayer.h271 status_t instantiateDecoder(