Home
last modified time | relevance | path

Searched refs:displayHeight (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()
61 for (uint32_t i = 0; i < pixelInfo.displayHeight; i++) { 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()
84 if (dataEnd < data + sizeof(pixelInfo.displayHeight)) { in CreateImgBuffer()
87 pixelInfo.displayHeight = (ToUint32(data) >> SHIFT_CNT); in CreateImgBuffer()
88 pixelInfo.alignedHeight = pixelInfo.displayHeight; in CreateImgBuffer()
89 data += sizeof(pixelInfo.displayHeight); in CreateImgBuffer()
90 size -= sizeof(pixelInfo.displayHeight); in CreateImgBuffer()
98 .height = pixelInfo.displayHeight, in CreateImgBuffer()
[all...]
/drivers/peripheral/codec/test/demo/heif/src/
H A Dbuffer_helper.cpp55 &pixelInfo.displayWidth, &pixelInfo.displayHeight, in ExtractPixelInfoFromFilePath()
61 pixelInfo.displayWidth, pixelInfo.displayHeight, pixelInfo.alignedWidth, pixelInfo.alignedHeight); in ExtractPixelInfoFromFilePath()
70 for (uint32_t i = 0; i < pixelInfo.displayHeight; i++) { in CopyYuvData()
75 for (uint32_t i = 0; i < (pixelInfo.alignedHeight - pixelInfo.displayHeight); i++) { in CopyYuvData()
90 for (uint32_t i = 0; i < pixelInfo.displayHeight / UV_SAMPLE_RATE; i++) { in CopyYuvData()
101 for (uint32_t i = 0; i < pixelInfo.displayHeight; i++) { in CopyRgbaData()
134 .height = pixelInfo.displayHeight, in CreateImgBuffer()
/drivers/peripheral/codec/test/fuzztest/image_fuzzer/common/include/
H A Dencode_buffer_helper.h42 uint32_t displayHeight; member
/drivers/peripheral/codec/test/demo/heif/include/
H A Dbuffer_helper.h44 uint32_t displayHeight; member

Completed in 2 milliseconds