Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayer.cpp627 instantiateDecoder(false, &mVideoDecoder); in onMessageReceived()
646 instantiateDecoder(true, &mAudioDecoder); in onMessageReceived()
906 instantiateDecoder(true /* audio */, &mAudioDecoder); in onMessageReceived()
998 instantiateDecoder(true /* audio */, &mAudioDecoder); in onResume()
1016 instantiateDecoder(false, &mVideoDecoder); in onStart()
1020 instantiateDecoder(true, &mAudioDecoder); in onStart()
1188 status_t NuPlayer::instantiateDecoder(bool audio, sp<DecoderBase> *decoder) { in instantiateDecoder() function in android::NuPlayer
DNuPlayer.h202 status_t instantiateDecoder(bool audio, sp<DecoderBase> *decoder);