Home
last modified time | relevance | path

Searched refs:mCodecLooper (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/cmds/stagefright/
DSimplePlayer.cpp285 if (mCodecLooper == NULL) { in onPrepare()
286 mCodecLooper = new ALooper; in onPrepare()
287 mCodecLooper->start(); in onPrepare()
319 mCodecLooper, mime.c_str(), false /* encoder */); in onPrepare()
410 mCodecLooper.clear(); in onReset()
DSimplePlayer.h91 sp<ALooper> mCodecLooper; member
/frameworks/av/media/libstagefright/
DMediaCodecSource.cpp469 mCodecLooper->stop(); in ~MediaCodecSource()
488 mCodecLooper = new ALooper; in initEncoder()
489 mCodecLooper->setName("codec_looper"); in initEncoder()
490 mCodecLooper->start(); in initEncoder()
503 mEncoder = MediaCodec::CreateByComponentName(mCodecLooper, name); in initEncoder()
522 mCodecLooper, matchingCodecs[ix]); in initEncoder()
DMediaCodec.cpp927 if (mCodecLooper == NULL) { in init()
928 mCodecLooper = new ALooper; in init()
929 mCodecLooper->setName("CodecLooper"); in init()
930 mCodecLooper->start(false, false, ANDROID_PRIORITY_AUDIO); in init()
933 mCodecLooper->registerHandler(mCodec); in init()
1304 if (mCodecLooper != NULL) { in reset()
1305 mCodecLooper->unregisterHandler(mCodec->id()); in reset()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoder.cpp94 mCodecLooper = new ALooper; in Decoder()
95 mCodecLooper->setName("NPDecoder-CL"); in Decoder()
96 mCodecLooper->start(false, false, ANDROID_PRIORITY_AUDIO); in Decoder()
298 mCodecLooper, mime.c_str(), false /* encoder */, NULL /* err */, mPid, mUid); in onConfigure()
307 mCodecLooper, mComponentName.c_str(), NULL /* err */, mPid, mUid); in onConfigure()
DNuPlayerDecoder.h79 sp<ALooper> mCodecLooper; member
/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodecSource.h121 sp<ALooper> mCodecLooper; member
DMediaCodec.h313 sp<ALooper> mCodecLooper; member