Home
last modified time | relevance | path

Searched defs:row_stride (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H A Dimage_loader_libjpeg.cpp97 static void ReadBuffer16Bit(jpeg_decompress_struct &cinfo, uint16_t *buff, int row_stride, bool needVerticalFlip) in ReadBuffer16Bit() argument
119 static void ReadBuffer8Bit(jpeg_decompress_struct &cinfo, uint8_t *buff, int row_stride, bool needVerticalFlip) in ReadBuffer8Bit() argument
151 int row_stride = static_cast<int>(cinfo.output_width) * cinfo.output_components; in LoadFromMemory() local
[all...]
/foundation/distributedhardware/distributed_screen/services/common/imageJpeg/src/
H A Djpeg_image_processor.cpp299 uint32_t row_stride = static_cast<uint32_t>(cinfo.output_width) * static_cast<uint32_t>(cinfo.output_components); in DecompressJpegToNV12() local

Completed in 2 milliseconds