Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp1030 if (instantiateDecoder(false, &mVideoDecoder) == -EWOULDBLOCK) { in onMessageReceived()
1037 if (instantiateDecoder(true, &mAudioDecoder) == -EWOULDBLOCK) { in onMessageReceived()
1498 instantiateDecoder(true /* audio */, &mAudioDecoder); in onResume()
1523 err = instantiateDecoder(false, &mVideoDecoder); in onInstantiateSecureDecoders()
1530 err = instantiateDecoder(true, &mAudioDecoder); in onInstantiateSecureDecoders()
1875 instantiateDecoder(true /* audio */, &mAudioDecoder, !forceNonOffload); in restartAudio()
1918 status_t NuPlayer::instantiateDecoder( in instantiateDecoder() function in android::NuPlayer
H A DNuPlayer.h293 status_t instantiateDecoder(