Home
last modified time | relevance | path

Searched refs:OH_COLORSPACE_BT709_FULL (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dnative_buffer.h216 OH_COLORSPACE_BT709_FULL, enumerator
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dhwh265_hdr2sdr_test.cpp96 OH_COLORSPACE_BT709_FULL));
107 OH_COLORSPACE_BT709_FULL));
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A D_o_h___native_buffer.md63 …OH_COLORSPACE_BT601_EBU_FULL, OH_COLORSPACE_BT601_SMPTE_C_FULL, OH_COLORSPACE_BT709_FULL,<br/>OH_C…
380 | OH_COLORSPACE_BT709_FULL | 色域范围为BT709, 传递函数为BT709, 转换矩阵为BT709, 数据范围为RANGE_FULL |
H A Dnative__buffer_8h.md62 …OH_COLORSPACE_BT601_EBU_FULL, OH_COLORSPACE_BT601_SMPTE_C_FULL, OH_COLORSPACE_BT709_FULL,<br/>OH_C…
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dcapture_session_impl.cpp45 {ColorSpace::BT709, OH_NativeBuffer_ColorSpace::OH_COLORSPACE_BT709_FULL},
62 {OH_NativeBuffer_ColorSpace::OH_COLORSPACE_BT709_FULL, ColorSpace::BT709},
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dnative_buffer.cpp31 {OH_COLORSPACE_BT709_FULL, CM_BT709_FULL},
H A Dnative_window.cpp42 {OH_COLORSPACE_BT709_FULL, CM_BT709_FULL},
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Dnative__buffer_8h.md62 …OH_COLORSPACE_BT601_EBU_FULL, OH_COLORSPACE_BT601_SMPTE_C_FULL, OH_COLORSPACE_BT709_FULL,<br>OH_CO…
H A D_o_h___native_buffer.md63 …OH_COLORSPACE_BT601_EBU_FULL, OH_COLORSPACE_BT601_SMPTE_C_FULL, OH_COLORSPACE_BT709_FULL,<br>OH_CO…
380 | OH_COLORSPACE_BT709_FULL | The color gamut is BT709, the transfer function is BT709, the conversi…
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/detail_enhancer_image_ndk/
H A Ddetail_enhancer_image_ndk_unit_test.cpp48 OH_COLORSPACE_BT709_FULL,
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dnative_window_test.cpp1207 OH_NativeBuffer_ColorSpace colorSpaceSet = OH_COLORSPACE_BT709_FULL;
/ohos5.0/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
H A Dswapchain_layer.cpp382 return OH_COLORSPACE_BT709_FULL; in TranslateVkColorSpaceToNative()