Home
last modified time | relevance | path

Searched refs:OH_COLORSPACE_P3_FULL (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dnative_buffer.h234 OH_COLORSPACE_P3_FULL, enumerator
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A D_o_h___native_buffer.md63 …IMIT, OH_COLORSPACE_BT2020_PQ_LIMIT, OH_COLORSPACE_SRGB_FULL,<br/>OH_COLORSPACE_P3_FULL, OH_COLORS…
389 | OH_COLORSPACE_P3_FULL | 色域范围为P3_D65, 传递函数为SRGB, 转换矩阵为P3, 数据范围为RANGE_FULL |
403 | OH_COLORSPACE_DISPLAY_P3_SRGB | 等同于 OH_COLORSPACE_P3_FULL |
H A Dnative__buffer_8h.md62 …IMIT, OH_COLORSPACE_BT2020_PQ_LIMIT, OH_COLORSPACE_SRGB_FULL,<br/>OH_COLORSPACE_P3_FULL, OH_COLORS…
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dcapture_session_impl.cpp43 {ColorSpace::DISPLAY_P3, OH_NativeBuffer_ColorSpace::OH_COLORSPACE_P3_FULL},
60 {OH_NativeBuffer_ColorSpace::OH_COLORSPACE_P3_FULL, ColorSpace::DISPLAY_P3},
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dnative_buffer.cpp40 {OH_COLORSPACE_P3_FULL, CM_P3_FULL},
H A Dnative_window.cpp51 {OH_COLORSPACE_P3_FULL, CM_P3_FULL},
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A D_o_h___native_buffer.md63 …LIMIT, OH_COLORSPACE_BT2020_PQ_LIMIT, OH_COLORSPACE_SRGB_FULL,<br>OH_COLORSPACE_P3_FULL, OH_COLORS…
389 | OH_COLORSPACE_P3_FULL | The color gamut is P3_D65, the transfer function is SRGB, the conversion …
403 | OH_COLORSPACE_DISPLAY_P3_SRGB | It is equivalent to **OH_COLORSPACE_P3_FULL**.|
H A Dnative__buffer_8h.md62 …LIMIT, OH_COLORSPACE_BT2020_PQ_LIMIT, OH_COLORSPACE_SRGB_FULL,<br>OH_COLORSPACE_P3_FULL, OH_COLORS…
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/detail_enhancer_image_ndk/
H A Ddetail_enhancer_image_ndk_unit_test.cpp42 OH_COLORSPACE_P3_FULL,
/ohos5.0/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
H A Dswapchain_layer.cpp374 return OH_COLORSPACE_P3_FULL; in TranslateVkColorSpaceToNative()