Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
d8973b16
X
Xts Acts
项目概览
OpenHarmony
/
Xts Acts
1 年多 前同步成功
通知
9
Star
22
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
X
Xts Acts
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
d8973b16
编写于
12月 01, 2021
作者:
N
NOBUGGERS
提交者:
Gitee
12月 01, 2021
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
media test Signed-off-by: NOBUGGERS <ruanmeng@huawei.com>
上级
b02ba0ea
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
2 addition
and
5 deletion
+2
-5
multimedia/media/media_cpp_test_standard/player/include/TestParamsConfig.h
...media_cpp_test_standard/player/include/TestParamsConfig.h
+1
-1
multimedia/media/media_cpp_test_standard/player/src/TestParamsConfig.cpp
...a/media_cpp_test_standard/player/src/TestParamsConfig.cpp
+1
-1
multimedia/media/media_cpp_test_standard/player/src/function/ActsPlayerFuncTest.cpp
..._test_standard/player/src/function/ActsPlayerFuncTest.cpp
+0
-3
未找到文件。
multimedia/media/media_cpp_test_standard/player/include/TestParamsConfig.h
浏览文件 @
d8973b16
...
...
@@ -16,8 +16,8 @@
#ifndef PLAYER_COMMON_TEST_H
#define PLAYER_COMMON_TEST_H
#include "mediatest_log.h"
#include "gtest/gtest.h"
#include "mediatest_log.h"
#include "player.h"
namespace
{
...
...
multimedia/media/media_cpp_test_standard/player/src/TestParamsConfig.cpp
浏览文件 @
d8973b16
...
...
@@ -66,7 +66,7 @@ bool TestParamsConfig::CompareTime(int32_t expectTime, int32_t realTime, OHOS::M
}
}
if
(
seekMode
==
PlayerSeekMode
::
SEEK_PREVIOUS_SYNC
)
{
if
(
expectTime
-
realTime
<
DELTA_TIME
&&
expectTime
-
realTime
>
-
100
)
{
if
(
expectTime
-
realTime
<
DELTA_TIME
&&
expectTime
-
realTime
>
-
CLOSEST_DELTA_TIME
)
{
return
true
;
}
else
{
return
false
;
...
...
multimedia/media/media_cpp_test_standard/player/src/function/ActsPlayerFuncTest.cpp
浏览文件 @
d8973b16
...
...
@@ -22,7 +22,6 @@ using namespace OHOS::Media;
using
namespace
testing
::
ext
;
using
namespace
TestPlayerBasic
;
void
ActsPlayerFuncTest
::
PreparePlayEnv
(
std
::
shared_ptr
<
TestPlayer
>
&
player
)
{
testObj_
=
std
::
make_shared
<
PlayerSignal
>
();
...
...
@@ -37,8 +36,6 @@ void ActsPlayerFuncTest::PreparePlayEnv(std::shared_ptr<TestPlayer> &player)
EXPECT_EQ
(
RET_OK
,
player
->
SetVideoSurface
(
videoSurface
));
}
/**
* @tc.number : SUB_MEDIA_PLAYER_FUNCTION_03_0100
* @tc.name : 001.进行播放
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录