Searched refs:deltaBytes (Results 1 – 1 of 1) sorted by relevance
109 int deltaBytes = framesCleared * -frameBytes(m_size); in destroyMetadataAndNotify() local110 m_decodedSize += deltaBytes; in destroyMetadataAndNotify()112 deltaBytes -= m_decodedPropertiesSize; in destroyMetadataAndNotify()115 if (deltaBytes && imageObserver()) in destroyMetadataAndNotify()116 imageObserver()->decodedSizeChanged(this, deltaBytes); in destroyMetadataAndNotify()141 int deltaBytes = frameBytes(frameSize); in cacheFrame() local142 m_decodedSize += deltaBytes; in cacheFrame()145 deltaBytes -= m_decodedPropertiesSize; in cacheFrame()148 imageObserver()->decodedSizeChanged(this, deltaBytes); in cacheFrame()159 int deltaBytes = updatedSize - m_decodedPropertiesSize; in didDecodeProperties() local[all …]