Signed-off-by: liushang <liushang2@huawei.com>
This commit is contained in:
liushang
2025-04-02 21:24:20 +08:00
parent 43596b29aa
commit 61912449a1
5 changed files with 5 additions and 2 deletions
@@ -29,6 +29,7 @@
#include "colorspace_converter_video_description.h"
#include "colorspace_converter_video_common.h"
#include "vpe_log.h"
#include "securec.h"
constexpr uint32_t DEFAULT_WIDTH = 3840; // 1920;
constexpr uint32_t DEFAULT_HEIGHT = 2160; // 1080;
@@ -28,6 +28,7 @@
#include "external_window.h"
#include "metadata_generator_video_impl.h"
#include "vpe_log.h"
#include "securec.h"
constexpr uint32_t DEFAULT_WIDTH = 3840; // 1920;
constexpr uint32_t DEFAULT_HEIGHT = 2160; // 1080;
@@ -59,6 +59,7 @@ ohos_unittest("colorSpace_converter_video_ndk_unit_test") {
"graphic_2d:librender_service_client",
"hilog:libhilog",
"hitrace:hitrace_meter",
"media_foundation:media_foundation",
"media_foundation:native_media_core",
"ipc:ipc_core",
"memory_utils:libdmabufheap",
+1
View File
@@ -52,6 +52,7 @@ ohos_unittest("image_processing_unit_test") {
"hitrace:hitrace_meter",
"media_foundation:native_media_core",
"image_framework:pixelmap",
"image_framework:image",
]
subsystem_name = "multimedia"
@@ -42,8 +42,7 @@ ohos_unittest("video_variable_refreshrate_unit_test") {
external_deps = [
"c_utils:utils",
"drivers_interface_display:display_commontype_idl_headers",
"drivers_interface_display:display_composer_idl_headers_1.2",
"drivers_interface_display:libdisplay_composer_proxy_1.2",
"drivers_interface_display:libdisplay_commontype_proxy_2.0",
"drivers_interface_display:libdisplay_composer_hdi_impl_1.2",
"graphic_surface:surface",