未验证 提交 485545a8 编写于 作者: R renhw001 提交者: Gitee

修复黄蓝同步失败

Signed-off-by: Nrenhw001 <renhongwei9@huawei.com>
上级 224f1d78
...@@ -365,7 +365,6 @@ napi_value ImageReceiverNDKTest::JsImageGetComponent(napi_env env, napi_callback ...@@ -365,7 +365,6 @@ napi_value ImageReceiverNDKTest::JsImageGetComponent(napi_env env, napi_callback
napi_create_object(env, &result); napi_create_object(env, &result);
HiviewDFX::HiLog::Debug(LABEL, "ImageReceiverNDKTest::JsImageGetComponent IN [%{public}p]", component.byteBuffer); HiviewDFX::HiLog::Debug(LABEL, "ImageReceiverNDKTest::JsImageGetComponent IN [%{public}p]", component.byteBuffer);
HiviewDFX::HiLog::Debug(LABEL, "ImageReceiverNDKTest::JsImageGetComponent IN [%{public}d]", component.size);
setByteArrayNamedProperty(env, result, "byteBuffer", component.byteBuffer, component.size); setByteArrayNamedProperty(env, result, "byteBuffer", component.byteBuffer, component.size);
setInt32NamedProperty(env, result, "componentType", component.componentType); setInt32NamedProperty(env, result, "componentType", component.componentType);
setInt32NamedProperty(env, result, "rowStride", component.rowStride); setInt32NamedProperty(env, result, "rowStride", component.rowStride);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册