Home
last modified time | relevance | path

Searched refs:OH_NativeBuffer_SetColorSpace (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dnative_buffer_test.cpp265 * Function: OH_NativeBuffer_SetColorSpace
269 * CaseDescription: 1. call OH_NativeBuffer_SetColorSpace by abnormal input
274 int32_t ret = OH_NativeBuffer_SetColorSpace(nullptr, OH_COLORSPACE_DISPLAY_BT2020_PQ); in HWTEST_F()
279 * Function: OH_NativeBuffer_SetColorSpace
283 * CaseDescription: 1. call OH_NativeBuffer_SetColorSpace
293 int32_t ret = OH_NativeBuffer_SetColorSpace(buffer, OH_COLORSPACE_BT709_LIMIT); in HWTEST_F()
329 int32_t ret = OH_NativeBuffer_SetColorSpace(buffer, OH_COLORSPACE_BT709_LIMIT); in HWTEST_F()
359 ret = OH_NativeBuffer_SetColorSpace(buffer, OH_COLORSPACE_BT709_LIMIT); in HWTEST_F()
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dnative_buffer.h565 int32_t OH_NativeBuffer_SetColorSpace(OH_NativeBuffer *buffer, OH_NativeBuffer_ColorSpace colorSpace);
/foundation/graphic/graphic_surface/surface/src/
H A Dnative_buffer.cpp221 int32_t OH_NativeBuffer_SetColorSpace(OH_NativeBuffer *buffer, OH_NativeBuffer_ColorSpace colorSpace) in OH_NativeBuffer_SetColorSpace() function

Completed in 4 milliseconds