mirror of
https://gitee.com/openharmony/interface_sdk_c
synced 2024-11-24 07:09:59 +00:00
add hdr capi json
Signed-off-by: xiaobjy <zhongjiyuan1@huawei.com> Change-Id: I4af2f02785f48cb4e702685d61972cc00d3d599b
This commit is contained in:
parent
a810c7a7ff
commit
7fac9dc658
@ -19,6 +19,14 @@
|
||||
"first_introduced": "12",
|
||||
"name": "OH_PackingOptions_SetQuality"
|
||||
},
|
||||
{
|
||||
"first_introduced": "12",
|
||||
"name": "OH_PackingOptions_GetDesiredDynamicRange"
|
||||
},
|
||||
{
|
||||
"first_introduced": "12",
|
||||
"name": "OH_PackingOptions_SetDesiredDynamicRange"
|
||||
},
|
||||
{
|
||||
"first_introduced": "12",
|
||||
"name": "OH_PackingOptions_Release"
|
||||
|
@ -11,6 +11,10 @@
|
||||
"first_introduced": "12",
|
||||
"name": "OH_ImageSourceInfo_GetHeight"
|
||||
},
|
||||
{
|
||||
"first_introduced": "12",
|
||||
"name": "OH_ImageSourceInfo_GetDynamicRange"
|
||||
},
|
||||
{
|
||||
"first_introduced": "12",
|
||||
"name": "OH_ImageSourceInfo_Release"
|
||||
@ -59,6 +63,14 @@
|
||||
"first_introduced": "12",
|
||||
"name": "OH_DecodingOptions_SetDesiredRegion"
|
||||
},
|
||||
{
|
||||
"first_introduced": "12",
|
||||
"name": "OH_DecodingOptions_GetDesiredDynamicRange"
|
||||
},
|
||||
{
|
||||
"first_introduced": "12",
|
||||
"name": "OH_DecodingOptions_SetDesiredDynamicRange"
|
||||
},
|
||||
{
|
||||
"first_introduced": "12",
|
||||
"name": "OH_DecodingOptions_Release"
|
||||
|
@ -71,6 +71,10 @@
|
||||
"first_introduced": "12",
|
||||
"name": "OH_PixelmapImageInfo_GetAlphaType"
|
||||
},
|
||||
{
|
||||
"first_introduced": "12",
|
||||
"name": "OH_PixelmapImageInfo_GetDynamicRange"
|
||||
},
|
||||
{
|
||||
"first_introduced": "12",
|
||||
"name": "OH_PixelmapImageInfo_Release"
|
||||
|
Loading…
Reference in New Issue
Block a user