Searched refs:UhdrUnCompressedStructWrapper (Results 1 – 1 of 1) sorted by relevance
67 class UhdrUnCompressedStructWrapper { class69 UhdrUnCompressedStructWrapper(unsigned int width, unsigned int height, UhdrInputFormat format);70 ~UhdrUnCompressedStructWrapper() = default;108 UhdrUnCompressedStructWrapper::UhdrUnCompressedStructWrapper(unsigned int width, in UhdrUnCompressedStructWrapper() function in ultrahdr::UhdrUnCompressedStructWrapper122 bool UhdrUnCompressedStructWrapper::setChromaMode(bool isChromaContiguous) { in setChromaMode()131 bool UhdrUnCompressedStructWrapper::setImageStride(unsigned int lumaStride, in setImageStride()158 bool UhdrUnCompressedStructWrapper::setImageColorGamut(ultrahdr_color_gamut colorGamut) { in setImageColorGamut()167 bool UhdrUnCompressedStructWrapper::allocateMemory() { in allocateMemory()202 bool UhdrUnCompressedStructWrapper::loadRawResource(const char* fileName) { in loadRawResource()258 jr_uncompressed_ptr UhdrUnCompressedStructWrapper::getImageHandle() { return &mImg; } in getImageHandle()[all …]