Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayer.cpp1004 if (instantiateDecoder(false, &mVideoDecoder) == -EWOULDBLOCK) { in onMessageReceived()
1011 if (instantiateDecoder(true, &mAudioDecoder) == -EWOULDBLOCK) { in onMessageReceived()
1493 instantiateDecoder(true /* audio */, &mAudioDecoder); in onResume()
1518 err = instantiateDecoder(false, &mVideoDecoder); in onInstantiateSecureDecoders()
1525 err = instantiateDecoder(true, &mAudioDecoder); in onInstantiateSecureDecoders()
1851 instantiateDecoder(true /* audio */, &mAudioDecoder, !forceNonOffload); in restartAudio()
1894 status_t NuPlayer::instantiateDecoder( in instantiateDecoder() function in android::NuPlayer
DNuPlayer.h288 status_t instantiateDecoder(
/frameworks/av/media/libmediaplayer2/nuplayer2/
DNuPlayer2.h287 status_t instantiateDecoder(
DNuPlayer2.cpp1144 if (instantiateDecoder(false, &mVideoDecoder) == -EWOULDBLOCK) { in onMessageReceived()
1151 if (instantiateDecoder(true, &mAudioDecoder) == -EWOULDBLOCK) { in onMessageReceived()
1594 instantiateDecoder(true /* audio */, &mAudioDecoder); in onResume()
1897 instantiateDecoder(true /* audio */, &mAudioDecoder, !forceNonOffload); in restartAudio()
1940 status_t NuPlayer2::instantiateDecoder( in instantiateDecoder() function in android::NuPlayer2