Home
last modified time | relevance | path

Searched refs:WriteToJpegWithPixelMap (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/snapshot/include/
H A Dsnapshot_utils.h60 static bool WriteToJpegWithPixelMap(const std::string &fileName, Media::PixelMap &pixelMap);
61 static bool WriteToJpegWithPixelMap(int fd, Media::PixelMap &pixelMap);
/ohos5.0/foundation/window/window_manager/test/demo/
H A Ddemo_snapshot_virtual_screen.cpp104 …bool ret = SnapShotUtils::WriteToJpegWithPixelMap(FILE_NAME + std::to_string(fileIndex) + ".jpeg",… in main()
/ohos5.0/foundation/window/window_manager/snapshot/src/
H A Dsnapshot_display.cpp72 ret = SnapShotUtils::WriteToJpegWithPixelMap(cmdArgments.fileName, *pixelMap); in main()
H A Dsnapshot_utils.cpp384 bool SnapShotUtils::WriteToJpegWithPixelMap(const std::string &fileName, Media::PixelMap &pixelMap) in WriteToJpegWithPixelMap() function in OHOS::SnapShotUtils
398 bool SnapShotUtils::WriteToJpegWithPixelMap(int fd, Media::PixelMap &pixelMap) in WriteToJpegWithPixelMap() function in OHOS::SnapShotUtils
/ohos5.0/foundation/window/window_manager/snapshot/test/unittest/
H A Dsnapshot_utils_test.cpp176 ASSERT_EQ(true, SnapShotUtils::WriteToJpegWithPixelMap(defaultFile_, *pixelMap));
233 ASSERT_EQ(true, SnapShotUtils::WriteToJpegWithPixelMap(fd, *pixelMap));