Loading media/jni/android_media_MediaCodec.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -137,7 +137,7 @@ JMediaCodec::JMediaCodec( mLooper->start( false, // runOnCallingThread true, // canCallJava PRIORITY_FOREGROUND); ANDROID_PRIORITY_VIDEO); if (nameIsType) { mCodec = MediaCodec::CreateByType(mLooper, name, encoder, &mInitStatus); Loading Loading
media/jni/android_media_MediaCodec.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -137,7 +137,7 @@ JMediaCodec::JMediaCodec( mLooper->start( false, // runOnCallingThread true, // canCallJava PRIORITY_FOREGROUND); ANDROID_PRIORITY_VIDEO); if (nameIsType) { mCodec = MediaCodec::CreateByType(mLooper, name, encoder, &mInitStatus); Loading