Searched refs:mCodecLooper (Results 1 – 8 of 8) sorted by relevance
/frameworks/av/cmds/stagefright/ |
D | SimplePlayer.cpp | 285 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()
|
D | SimplePlayer.h | 91 sp<ALooper> mCodecLooper; member
|
/frameworks/av/media/libstagefright/ |
D | MediaCodecSource.cpp | 469 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()
|
D | MediaCodec.cpp | 927 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/ |
D | NuPlayerDecoder.cpp | 94 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()
|
D | NuPlayerDecoder.h | 79 sp<ALooper> mCodecLooper; member
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | MediaCodecSource.h | 121 sp<ALooper> mCodecLooper; member
|
D | MediaCodec.h | 313 sp<ALooper> mCodecLooper; member
|