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

  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoderPassThrough.h 56 sp<ALooper> mDecoderLooper;
NuPlayerDecoderPassThrough.cpp 48 mDecoderLooper = new ALooper;
49 mDecoderLooper->setName("NuPlayerDecoderPassThrough");
50 mDecoderLooper->start(false, false, ANDROID_PRIORITY_AUDIO);
63 mDecoderLooper->registerHandler(this);
NuPlayerDecoder.h 81 sp<ALooper> mDecoderLooper;
NuPlayerDecoder.cpp 46 mDecoderLooper = new ALooper;
47 mDecoderLooper->setName("NPDecoder");
48 mDecoderLooper->start(false, false, ANDROID_PRIORITY_AUDIO);
56 mDecoderLooper->unregisterHandler(id());
57 mDecoderLooper->stop();
211 mDecoderLooper->registerHandler(this);
    [all...]

Completed in 36 milliseconds