Searched refs:alignedWidth (Results 1 - 4 of 4) sorted by relevance
/drivers/peripheral/codec/test/fuzztest/image_fuzzer/common/src/ |
H A D | encode_buffer_helper.cpp | 57 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 D | buffer_helper.cpp | 56 &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 D | encode_buffer_helper.h | 41 uint32_t alignedWidth; member
|
/drivers/peripheral/codec/test/demo/heif/include/ |
H A D | buffer_helper.h | 43 uint32_t alignedWidth; member
|
Completed in 2 milliseconds