Searched refs:pixelInfo (Results 1 - 4 of 4) sorted by relevance
/drivers/peripheral/codec/test/fuzztest/image_fuzzer/common/src/ |
H A D | encode_buffer_helper.cpp | 51 bool EncodeBufferHelper::InitialRgbaData(BufferHandle* handle, PixelFileInfo& pixelInfo, uint8_t* data, size_t &size) in InitialRgbaData() argument 57 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() 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 in InitialRgbaData() 73 PixelFileInfo pixelInfo; CreateImgBuffer() local [all...] |
/drivers/peripheral/codec/test/demo/heif/src/ |
H A D | buffer_helper.cpp | 48 bool BufferHelper::ExtractPixelInfoFromFilePath(const string& filePath, PixelFileInfo& pixelInfo) in ExtractPixelInfoFromFilePath() argument 55 &pixelInfo.displayWidth, &pixelInfo.displayHeight, in ExtractPixelInfoFromFilePath() 56 &pixelInfo.alignedWidth, &pixelInfo.alignedHeight, in ExtractPixelInfoFromFilePath() 57 &pixelInfo.pixFmt); in ExtractPixelInfoFromFilePath() 61 pixelInfo.displayWidth, pixelInfo.displayHeight, pixelInfo.alignedWidth, pixelInfo in ExtractPixelInfoFromFilePath() 65 CopyYuvData(BufferHandle *handle, ifstream &ifs, PixelFileInfo& pixelInfo) CopyYuvData() argument 97 CopyRgbaData(BufferHandle *handle, ifstream &ifs, PixelFileInfo& pixelInfo) CopyRgbaData() argument 124 PixelFileInfo pixelInfo; CreateImgBuffer() local [all...] |
/drivers/peripheral/codec/test/demo/heif/include/ |
H A D | buffer_helper.h | 49 static bool ExtractPixelInfoFromFilePath(const std::string& filePath, PixelFileInfo& pixelInfo); 51 bool CopyYuvData(BufferHandle *handle, std::ifstream &ifs, PixelFileInfo& pixelInfo); 52 bool CopyRgbaData(BufferHandle *handle, std::ifstream &ifs, PixelFileInfo& pixelInfo);
|
/drivers/peripheral/codec/test/fuzztest/image_fuzzer/common/include/ |
H A D | encode_buffer_helper.h | 47 bool InitialRgbaData(BufferHandle* handle, PixelFileInfo& pixelInfo, uint8_t* data, size_t &size);
|
Completed in 2 milliseconds