Home
last modified time | relevance | path

Searched refs:pixelMapBuffer (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/test/unittest/pasteboardperf/
H A DPasteBoardSyncApiPerfJsunit.test.js30 const pixelMapBuffer = new ArrayBuffer(10000);
66 let pixelMap = await image.createPixelMap(pixelMapBuffer, opt);
80 let pixelMap = await image.createPixelMap(pixelMapBuffer, opt);
198 let pixelMap = await image.createPixelMap(pixelMapBuffer, opt);
412 let pixelMap = await image.createPixelMap(pixelMapBuffer, opt);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Dsnapshot.cpp262 std::unique_ptr<char[]> pixelMapBuffer = make_unique<char[]>(len); in WritePixelMap() local
263 inputStream.read(pixelMapBuffer.get(), len); in WritePixelMap()
264 uint8_t* byteStream = reinterpret_cast<uint8_t*>(pixelMapBuffer.get()); in WritePixelMap()