Home
last modified time | relevance | path

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

/aosp_15_r20/external/libultrahdr/tests/
H A Djpegr_test.cpp67 class UhdrUnCompressedStructWrapper { class
69 UhdrUnCompressedStructWrapper(unsigned int width, unsigned int height, UhdrInputFormat format);
70 ~UhdrUnCompressedStructWrapper() = default;
108 UhdrUnCompressedStructWrapper::UhdrUnCompressedStructWrapper(unsigned int width, in UhdrUnCompressedStructWrapper() function in ultrahdr::UhdrUnCompressedStructWrapper
122 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 …]