Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/nuplayer/include/nuplayer/
DNuPlayer.h295 status_t instantiateDecoder(
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayer.cpp1037 if (instantiateDecoder(false, &mVideoDecoder) == -EWOULDBLOCK) { in onMessageReceived()
1044 if (instantiateDecoder(true, &mAudioDecoder) == -EWOULDBLOCK) { in onMessageReceived()
1513 instantiateDecoder(true /* audio */, &mAudioDecoder); in onResume()
1538 err = instantiateDecoder(false, &mVideoDecoder); in onInstantiateSecureDecoders()
1545 err = instantiateDecoder(true, &mAudioDecoder); in onInstantiateSecureDecoders()
1890 instantiateDecoder(true /* audio */, &mAudioDecoder, !forceNonOffload); in restartAudio()
1933 status_t NuPlayer::instantiateDecoder( in instantiateDecoder() function in android::NuPlayer