Home
last modified time | relevance | path

Searched refs:OH_NativeImage_GetTimestamp (Results 1 - 6 of 6) sorted by relevance

/foundation/graphic/graphic_2d/interfaces/inner_api/surface/
H A Dnative_image.h147 int64_t OH_NativeImage_GetTimestamp(OH_NativeImage* image);
/foundation/graphic/graphic_2d/frameworks/surfaceimage/src/
H A Dnative_image.cpp100 int64_t OH_NativeImage_GetTimestamp(OH_NativeImage* image) in OH_NativeImage_GetTimestamp() function
/foundation/graphic/graphic_2d/rosen/samples/hello_native_image/
H A Dhello_native_image.cpp144 int64_t timeStamp = OH_NativeImage_GetTimestamp(image); in GetData()
146 std::cout << "OH_NativeImage_GetTimestamp failed" << std::endl; in GetData()
/foundation/graphic/graphic_2d/frameworks/surfaceimage/test/systemtest/
H A Dnative_image_system_test.cpp190 int64_t timeStamp = OH_NativeImage_GetTimestamp(newImage); in HWTEST_F()
H A Dnative_image_opengl_system_test.cpp347 int64_t timeStamp = OH_NativeImage_GetTimestamp(newImage); in HWTEST_F()
/foundation/graphic/graphic_2d/frameworks/surfaceimage/test/unittest/
H A Dnative_image_test.cpp434 * Function: OH_NativeImage_GetTimestamp
438 * CaseDescription: 1. call OH_NativeImage_GetTimestamp by abnormal input
444 int64_t timeStamp = OH_NativeImage_GetTimestamp(nullptr); in HWTEST_F()
449 * Function: OH_NativeImage_GetTimestamp
453 * CaseDescription: 1. call OH_NativeImage_GetTimestamp
459 int64_t timeStamp = OH_NativeImage_GetTimestamp(image); in HWTEST_F()
464 * Function: OH_NativeImage_GetTimestamp
468 * CaseDescription: 1. call OH_NativeImage_GetTimestamp
477 int32_t ret = OH_NativeImage_GetTimestamp(imageNew); in HWTEST_F()

Completed in 6 milliseconds