提交 9687a765 编写于 作者: O openharmony_ci 提交者: Gitee

!69 ai文件告警处理

Merge pull request !69 from maoqian/master
......@@ -25,10 +25,7 @@ using namespace OHOS::Media;
namespace KWS {
namespace {
const int32_t CONFIDENCE = 2662;
const int32_t NUM_SLIDE_WINDOW = 10;
const int32_t MAX_CACHE_SIZE = 16000;
const int32_t WINDOW_SIZE = 480; // times of per window: 30ms
const int32_t STRIDE_SIZE = 320; // times of per stride: 20ms
const int32_t SUCCESS = 0;
const int32_t CHANNEL_COUNT = 1;
......
......@@ -81,7 +81,6 @@ private:
OHOS::Media::Camera *cam_ = nullptr;
SampleSurfaceListener listener_;
SampleFrameStateCallback fsCb_;
OHOS::Media::FrameConfig *fc_ = nullptr;
};
} // namespace IC
#endif
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册