Home
last modified time | relevance | path

Searched refs:alignedWidth (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/codec/test/fuzztest/image_fuzzer/common/src/
H A Dencode_buffer_helper.cpp57 if (dataEnd < data + pixelInfo.alignedWidth * BYTES_PER_PIXEL_RBGA * pixelInfo.displayHeight) { in InitialRgbaData()
62 ret = memcpy_s(dst, pixelInfo.alignedWidth * BYTES_PER_PIXEL_RBGA, data, in InitialRgbaData()
63 pixelInfo.alignedWidth * BYTES_PER_PIXEL_RBGA); in InitialRgbaData()
66 data += pixelInfo.alignedWidth * BYTES_PER_PIXEL_RBGA * pixelInfo.displayHeight; in InitialRgbaData()
67 size -= pixelInfo.alignedWidth * BYTES_PER_PIXEL_RBGA * pixelInfo.displayHeight; in InitialRgbaData()
80 pixelInfo.alignedWidth = pixelInfo.displayWidth; in CreateImgBuffer()
/drivers/peripheral/codec/test/demo/heif/src/
H A Dbuffer_helper.cpp56 &pixelInfo.alignedWidth, &pixelInfo.alignedHeight, in ExtractPixelInfoFromFilePath()
61 pixelInfo.displayWidth, pixelInfo.displayHeight, pixelInfo.alignedWidth, pixelInfo.alignedHeight); in ExtractPixelInfoFromFilePath()
71 ifs.read(dst, pixelInfo.alignedWidth * BYTES_PER_PIXEL_YUV); in CopyYuvData()
76 ifs.read(dst, pixelInfo.alignedWidth * BYTES_PER_PIXEL_YUV); in CopyYuvData()
91 ifs.read(dst, pixelInfo.alignedWidth * BYTES_PER_PIXEL_YUV); in CopyYuvData()
102 ifs.read(dst, pixelInfo.alignedWidth * BYTES_PER_PIXEL_RBGA); in CopyRgbaData()
/drivers/peripheral/codec/test/fuzztest/image_fuzzer/common/include/
H A Dencode_buffer_helper.h41 uint32_t alignedWidth; member
/drivers/peripheral/codec/test/demo/heif/include/
H A Dbuffer_helper.h43 uint32_t alignedWidth; member

Completed in 2 milliseconds