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

  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.h 137 status_t instantiateDecoder(bool audio, sp<Decoder> *decoder);
NuPlayer.cpp 278 instantiateDecoder(false, &mVideoDecoder);
282 instantiateDecoder(true, &mAudioDecoder);
693 status_t NuPlayer::instantiateDecoder(bool audio, sp<Decoder> *decoder) {

Completed in 825 milliseconds