Searched refs:row_stride (Results 1 - 2 of 2) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/ |
H A D | image_loader_libjpeg.cpp | 97 static void ReadBuffer16Bit(jpeg_decompress_struct &cinfo, uint16_t *buff, int row_stride, bool needVerticalFlip) in ReadBuffer16Bit() argument 101 reinterpret_cast<j_common_ptr>(&cinfo), JPOOL_IMAGE, static_cast<uint32_t>(row_stride), 1)); in ReadBuffer16Bit() 109 HandleLittleEndian(rowPointers12, row_stride); in ReadBuffer16Bit() 113 for (int k = 0; k < row_stride; k++) { in ReadBuffer16Bit() 119 static void ReadBuffer8Bit(jpeg_decompress_struct &cinfo, uint8_t *buff, int row_stride, bool needVerticalFlip) in ReadBuffer8Bit() argument 122 reinterpret_cast<j_common_ptr>(&cinfo), JPOOL_IMAGE, static_cast<uint32_t>(row_stride), 1); in ReadBuffer8Bit() 133 for (int k = 0; k < row_stride; k++) { in ReadBuffer8Bit() 151 int row_stride = static_cast<int>(cinfo.output_width) * cinfo.output_components; in LoadFromMemory() local 160 ReadBuffer16Bit(cinfo, buff, row_stride, needVerticalFlip); in LoadFromMemory() 172 ReadBuffer8Bit(cinfo, buff, row_stride, needVerticalFli in LoadFromMemory() [all...] |
/foundation/distributedhardware/distributed_screen/services/common/imageJpeg/src/ |
H A D | jpeg_image_processor.cpp | 299 uint32_t row_stride = static_cast<uint32_t>(cinfo.output_width) * static_cast<uint32_t>(cinfo.output_components); in DecompressJpegToNV12() local 300 JSAMPARRAY buffer = (*cinfo.mem->alloc_sarray)((j_common_ptr)&cinfo, JPOOL_IMAGE, row_stride, 1); in DecompressJpegToNV12()
|
Completed in 2 milliseconds