Searched refs:instantiateDecoder (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayer.cpp | 1015 if (instantiateDecoder(false, &mVideoDecoder) == -EWOULDBLOCK) { in onMessageReceived() 1022 if (instantiateDecoder(true, &mAudioDecoder) == -EWOULDBLOCK) { in onMessageReceived() 1483 instantiateDecoder(true /* audio */, &mAudioDecoder); in onResume() 1508 err = instantiateDecoder(false, &mVideoDecoder); in onInstantiateSecureDecoders() 1515 err = instantiateDecoder(true, &mAudioDecoder); in onInstantiateSecureDecoders() 1852 instantiateDecoder(true /* audio */, &mAudioDecoder, !forceNonOffload); in restartAudio() 1895 status_t NuPlayer::instantiateDecoder( in instantiateDecoder() function in android::NuPlayer
|
D | NuPlayer.h | 288 status_t instantiateDecoder(
|
/frameworks/av/media/libmediaplayer2/nuplayer2/ |
D | NuPlayer2.h | 305 status_t instantiateDecoder(
|
D | NuPlayer2.cpp | 1172 if (instantiateDecoder(false, &mVideoDecoder) == -EWOULDBLOCK) { in onMessageReceived() 1179 if (instantiateDecoder(true, &mAudioDecoder) == -EWOULDBLOCK) { in onMessageReceived() 1677 instantiateDecoder(true /* audio */, &mAudioDecoder); in onResume() 2014 instantiateDecoder(true /* audio */, &mAudioDecoder, !forceNonOffload); in restartAudio() 2057 status_t NuPlayer2::instantiateDecoder( in instantiateDecoder() function in android::NuPlayer2
|