Searched refs:createOps (Results 1 – 2 of 2) sorted by relevance
| /test/xts/acts/graphic/imageNdk/entry/src/main/cpp/ |
| D | ImageNdk.cpp | 127 struct OhosPixelMapCreateOps createOps; in TestCreatePixelMapWithStrideAbnormal() local 131 …int32_t res = OH_PixelMap_CreatePixelMapWithStride(env, createOps, buffer, bufferSize, rowStride, … in TestCreatePixelMapWithStrideAbnormal()
|
| /test/xts/acts/multimedia/image/image_js_standard/imagePixelMapNDK/entry/src/main/cpp/napi/ |
| D | image_pixel_map_imgndk_test.cpp | 146 struct OhosPixelMapCreateOps createOps; in CreatePixelMap() local 159 if (!parseCreateOptions(env, argValue[NUM_1], &createOps)) { in CreatePixelMap() 162 int32_t res = OH_PixelMap_CreatePixelMap(env, createOps, buffer, bufferSize, &pixelmap); in CreatePixelMap()
|