Home
last modified time | relevance | path

Searched refs:imageByteSize (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/cineon.imageio/libcineon/
H A DReader.cpp151 const size_t imageByteSize = imageSize * bitDepth / 8; in ReadBlock() local
153 size_t rs = this->fd->ReadDirect(data, imageByteSize); in ReadBlock()
154 if (rs != imageByteSize) in ReadBlock()
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/cineon.imageio/libcineon/
H A DReader.cpp151 const size_t imageByteSize = imageSize * bitDepth / 8; in ReadBlock() local
153 size_t rs = this->fd->ReadDirect(data, imageByteSize); in ReadBlock()
154 if (rs != imageByteSize) in ReadBlock()
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/dpx.imageio/libdpx/
H A DReader.cpp150 const size_t imageByteSize = imageSize * bitDepth / 8; in ReadBlock() local
152 size_t rs = this->fd->ReadDirect(data, imageByteSize); in ReadBlock()
153 if (rs != imageByteSize) in ReadBlock()
H A DRunLengthEncoding.cpp130 const size_t imageByteSize = imageSize * byteCount; in Read() local
133 this->buf = new U8[imageByteSize]; in Read()
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/dpx.imageio/libdpx/
H A DReader.cpp150 const size_t imageByteSize = imageSize * bitDepth / 8; in ReadBlock() local
152 size_t rs = this->fd->ReadDirect(data, imageByteSize); in ReadBlock()
153 if (rs != imageByteSize) in ReadBlock()
H A DRunLengthEncoding.cpp130 const size_t imageByteSize = imageSize * byteCount; in Read() local
133 this->buf = new U8[imageByteSize]; in Read()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/data/
H A Ddata_photo.h123 [[nodiscard]] int imageByteSize(Data::PhotoSize size) const;
H A Ddata_auto_download.cpp298 photo->imageByteSize(PhotoSize::Large)); in Should()
H A Ddata_photo.cpp149 int PhotoData::imageByteSize(PhotoSize size) const { in imageByteSize() function in PhotoData