mirror of
https://github.com/openharmony/multimedia_camera_lite.git
synced 2026-07-18 16:14:32 -04:00
Signed-off-by: mamingshuai <mamingshuai1@huawei.com>
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
/*
|
||||
* @Author: your name
|
||||
* @Date: 2021-08-16 11:33:16
|
||||
* @LastEditTime: 2021-08-16 11:49:35
|
||||
* @LastEditors: Please set LastEditors
|
||||
* @Description: In User Settings Edit
|
||||
* @FilePath: \multimedia_camera_lite\frameworks\camera_ability_impl.cpp
|
||||
*/
|
||||
/*
|
||||
* Copyright (c) 2020-2021 Huawei Device Co., Ltd.
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
@@ -19,11 +27,8 @@
|
||||
using namespace std;
|
||||
namespace OHOS {
|
||||
namespace Media {
|
||||
|
||||
list<int32_t> CameraAbilityImpl::GetSupportedFormats() const
|
||||
{
|
||||
// auto target = SizeMap_.find(PARAM_KEY_SIZE);
|
||||
// return target->second;
|
||||
list<int32_t> test;
|
||||
return test;
|
||||
}
|
||||
@@ -67,7 +72,5 @@ bool CameraAbilityImpl::IsParameterSupport(uint32_t key) const
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
} // namespace Media
|
||||
} // namespace OHOS
|
||||
} // namespace OHOS
|
||||
Reference in New Issue
Block a user