提交 fa19c17a 编写于 作者: L lilianglaoding 提交者: openharmony_ci

!5 Gitee Review - 0914

Merge pull request !5 from lilianglaoding/0914
上级 cc3894b4
......@@ -19,13 +19,11 @@
#include "gtest/gtest.h"
namespace OHOS::Media {
/* 定义函数回调FLAG取值常量 */
enum TestCallBackFlag {
FLAG0 = 0,
FLAG1 = 1,
};
/* 预定义测试数据:VideoSize */
enum TestVideoSize {
WIDTH = 1920,
HEIGHT = 1080,
......@@ -89,4 +87,4 @@ int32_t CameraFlag::g_onFrameErrorFlag = FLAG0;
int32_t CameraFlag::g_onFrameProgressedFlag = FLAG0;
int32_t CameraFlag::g_onFrameStartedFlag = FLAG0;
} // namespace OHOS::Media
#endif // CAMERA_DEMO_TEST_H
\ No newline at end of file
#endif // CAMERA_DEMO_TEST_H
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册