From d90399e2aef09a2b36f943ad612f921db6400856 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E4=B8=B0?= Date: Fri, 25 Oct 2024 08:23:10 +0000 Subject: [PATCH 1/2] =?UTF-8?q?camera=E4=BB=93=E5=BA=93=E7=A9=BA=E6=A0=BC?= =?UTF-8?q?=E7=AA=81=E5=87=BA=E5=85=B3=E9=94=AE=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../vdi_impl/v4l2/pipeline_core/src/node/rk_node_utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rk3568/camera/vdi_impl/v4l2/pipeline_core/src/node/rk_node_utils.cpp b/rk3568/camera/vdi_impl/v4l2/pipeline_core/src/node/rk_node_utils.cpp index 6edf076..6eca74f 100644 --- a/rk3568/camera/vdi_impl/v4l2/pipeline_core/src/node/rk_node_utils.cpp +++ b/rk3568/camera/vdi_impl/v4l2/pipeline_core/src/node/rk_node_utils.cpp @@ -44,7 +44,7 @@ static bool CheckIfNeedDoTransform(std::shared_ptr& buffer) return false; } CAMERA_LOGD("BufferScaleFormatTransform, \ -streamId[%d], index[%d], %d * %d ==> %d * %d, format: %d ==> %d , encodeType: %d", + streamId[%d], index[%d], %d * %d ==> %d * %d, format: %d ==> %d , encodeType: %d", buffer->GetStreamId(), buffer->GetIndex(), buffer->GetCurWidth(), buffer->GetCurHeight(), buffer->GetWidth(), buffer->GetHeight(), buffer->GetCurFormat(), buffer->GetFormat(), buffer->GetEncodeType()); -- Gitee From 59bc9bcda7aca5c4444de22fedde4f9047bee7b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E4=B8=B0?= Date: Fri, 25 Oct 2024 09:04:45 +0000 Subject: [PATCH 2/2] update rk3568/camera/vdi_impl/v4l2/pipeline_core/src/node/rk_node_utils.cpp. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 刘丰 --- .../vdi_impl/v4l2/pipeline_core/src/node/rk_node_utils.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rk3568/camera/vdi_impl/v4l2/pipeline_core/src/node/rk_node_utils.cpp b/rk3568/camera/vdi_impl/v4l2/pipeline_core/src/node/rk_node_utils.cpp index 6eca74f..9bc521c 100644 --- a/rk3568/camera/vdi_impl/v4l2/pipeline_core/src/node/rk_node_utils.cpp +++ b/rk3568/camera/vdi_impl/v4l2/pipeline_core/src/node/rk_node_utils.cpp @@ -43,8 +43,8 @@ static bool CheckIfNeedDoTransform(std::shared_ptr& buffer) CAMERA_LOGE("BufferScaleFormatTransform Error buffer == nullptr"); return false; } - CAMERA_LOGD("BufferScaleFormatTransform, \ - streamId[%d], index[%d], %d * %d ==> %d * %d, format: %d ==> %d , encodeType: %d", + CAMERA_LOGD("BufferScaleFormatTransform, streamId[%{public}d], index[%{public}d], \ + %{public}d * %{public}d ==> %{public}d * %{public}d, format: %{public}d ==> %{public}d , encodeType: %{public}d", buffer->GetStreamId(), buffer->GetIndex(), buffer->GetCurWidth(), buffer->GetCurHeight(), buffer->GetWidth(), buffer->GetHeight(), buffer->GetCurFormat(), buffer->GetFormat(), buffer->GetEncodeType()); -- Gitee