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

  /frameworks/av/media/libstagefright/wifi-display/source/
Converter.h 38 const sp<ALooper> &codecLooper,
PlaybackSession.cpp 58 const sp<ALooper> &codecLooper,
129 const sp<ALooper> &codecLooper,
134 mCodecLooper(codecLooper),
825 sp<ALooper> codecLooper = new ALooper;
826 codecLooper->setName("codec_looper");
828 codecLooper->start(
854 new Converter(notify, codecLooper, format, usePCMAudio);
878 notify, pullLooper, codecLooper, puller, converter);
Converter.cpp 42 const sp<ALooper> &codecLooper,
47 mCodecLooper(codecLooper),

Completed in 54 milliseconds