Searched refs:UhdrCompressedStructWrapper (Results 1 – 1 of 1) sorted by relevance
93 class UhdrCompressedStructWrapper { class95 UhdrCompressedStructWrapper(unsigned int width, unsigned int height);96 ~UhdrCompressedStructWrapper() = default;260 UhdrCompressedStructWrapper::UhdrCompressedStructWrapper(unsigned int width, unsigned int height) { in UhdrCompressedStructWrapper() function in ultrahdr::UhdrCompressedStructWrapper265 bool UhdrCompressedStructWrapper::allocateMemory() { in allocateMemory()278 jr_compressed_ptr UhdrCompressedStructWrapper::getImageHandle() { return &mImg; } in getImageHandle()391 UhdrCompressedStructWrapper jpgImg(16, 16); in TEST()440 UhdrCompressedStructWrapper jpgImg2(16, 16); in TEST()544 UhdrCompressedStructWrapper jpgImg(16, 16); in TEST()599 UhdrCompressedStructWrapper jpgImg2(16, 16); in TEST()[all …]