Home
last modified time | relevance | path

Searched refs:RgbToJpg (Results 1 - 5 of 5) sorted by relevance

/ide/tools/previewer/mock/
H A DVirtualScreen.h90 void RgbToJpg(unsigned char* data, const int32_t width, const int32_t height);
H A DVirtualScreen.cpp292 void VirtualScreen::RgbToJpg(unsigned char* data, const int32_t width, const int32_t height) in RgbToJpg() function in VirtualScreen
295 FLOG("VirtualScreenImpl::RgbToJpg the width or height is invalid value"); in RgbToJpg()
/ide/tools/previewer/mock/lite/
H A DVirtualScreenImpl.cpp166 VirtualScreen::RgbToJpg(data + headSize, width, height); in Send()
/ide/tools/previewer/mock/rich/
H A DVirtualScreenImpl.cpp304 FLOG("VirtualScreenImpl::RgbToJpg the retWidth or height is invalid value"); in Send()
321 VirtualScreen::RgbToJpg(dataTemp, retWidth, retHeight); in Send()
/ide/tools/previewer/test/unittest/mock/
H A DVirtualScreenImplTest.cpp288 VirtualScreenImpl::GetInstance().RgbToJpg(jpgBuff, 3, 3); in TEST_F()

Completed in 4 milliseconds