我使用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