Home
last modified time | relevance | path

Searched refs:frameSize (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/http/
H A Dzstd_decompressor.cpp38 constexpr size_t frameSize = 4096; in decompress() local
39 auto buffer = compressionBuf.prepare(frameSize); in decompress()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/audiofile/files/
H A D0006-Check-for-multiplication-overflow-in-sfconvert.patch65 int frameSize = afGetVirtualFrameSize(infile, trackid, 1);
68 - void *buffer = malloc(kBufferFrameCount * frameSize);
71 + while (multiplyCheckOverflow(kBufferFrameCount, frameSize, &bufferSize))
/openbmc/qemu/ui/
H A Dcocoa.m651 NSSize frameSize;
666 frameSize = isFullscreen ? [self screenSafeAreaSize] : [self frame].size;
678 info.width_mm = frameSize.width / screenSize.width * screenPhysicalSize.width;
679 info.height_mm = frameSize.height / screenSize.height * screenPhysicalSize.height;
681 frameSize = [self frame].size;
688 info.width = frameSize.width;
689 info.height = frameSize.height;