HomeSort by relevance Sort by last modified time
    Searched full:instantiatedecoder (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.h 131 status_t instantiateDecoder(bool audio, sp<Decoder> *decoder);
NuPlayer.cpp 261 instantiateDecoder(false, &mVideoDecoder);
264 instantiateDecoder(true, &mAudioDecoder);
672 status_t NuPlayer::instantiateDecoder(bool audio, sp<Decoder> *decoder) {

Completed in 161 milliseconds