Android NDK / MediaPlayer - 记录C2DColorConvert的客户播放器

时间:2017-12-08 16:34:28

标签: android-ndk media-player mediacodec qualcomm

我使用Android NDK的Media API(mediandk,OpenSLES,EGL等)构建了VR视频播放器(C ++,共享库)。播放器按预期工作,但我遇到的一个问题是在logcat中,我看到很多消息如下:var gulp = require('gulp'); // add in browserify module to bundle the JS // We can use this directly instead of 'gulp-browserify' with help // from 'vinyl-source-stream' var browserify = require('browserify'); // Add in vinyl-source-stream to help link browserify and gulp streams var source = require('vinyl-source-stream'); gulp.task('browserify', () => { return browserify('./js/main.js') // source to compile .bundle() // compile it... .pipe(source('popup.js')) // pipe to output file .pipe(gulp.dest('./js/')); // put output back into ./js/ });

这是在LG G6 / Qualcomm上运行并对视频进行解码后,图像通过一些后期处理发送,最后在Unity App内显示的两种纹理(RGBA32类型)上呈现。

有关如何删除上述错误的任何建议?

以上错误来自以下file

C2DColorConvert: unknown format passed for luma alignment number

0 个答案:

没有答案