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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.h137 status_t instantiateDecoder(bool audio, sp<Decoder> *decoder);
H A DNuPlayer.cpp278 instantiateDecoder(false, &mVideoDecoder);
282 instantiateDecoder(true, &mAudioDecoder);
693 status_t NuPlayer::instantiateDecoder(bool audio, sp<Decoder> *decoder) { function in class:android::NuPlayer

Completed in 2100 milliseconds