Searched refs:WriteToJpegWithPixelMap (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/window/window_manager/snapshot/include/ |
H A D | snapshot_utils.h | 60 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 D | demo_snapshot_virtual_screen.cpp | 104 …bool ret = SnapShotUtils::WriteToJpegWithPixelMap(FILE_NAME + std::to_string(fileIndex) + ".jpeg",… in main()
|
/ohos5.0/foundation/window/window_manager/snapshot/src/ |
H A D | snapshot_display.cpp | 72 ret = SnapShotUtils::WriteToJpegWithPixelMap(cmdArgments.fileName, *pixelMap); in main()
|
H A D | snapshot_utils.cpp | 384 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 D | snapshot_utils_test.cpp | 176 ASSERT_EQ(true, SnapShotUtils::WriteToJpegWithPixelMap(defaultFile_, *pixelMap)); 233 ASSERT_EQ(true, SnapShotUtils::WriteToJpegWithPixelMap(fd, *pixelMap));
|