mirror of
https://github.com/openharmony/multimedia_video_processing_engine.git
synced 2026-07-20 03:23:36 -04:00
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user