Searched refs:ImageDataCache (Results 1 – 2 of 2) sorted by relevance
33 CCodec_ScanlineDecoder::ImageDataCache::ImageDataCache(int width, in ImageDataCache() function in CCodec_ScanlineDecoder::ImageDataCache38 CCodec_ScanlineDecoder::ImageDataCache::~ImageDataCache() { in ~ImageDataCache()41 bool CCodec_ScanlineDecoder::ImageDataCache::AllocateCache() { in AllocateCache()54 void CCodec_ScanlineDecoder::ImageDataCache::AppendLine(const uint8_t* line) { in AppendLine()66 const uint8_t* CCodec_ScanlineDecoder::ImageDataCache::GetLine(int line) const { in GetLine()144 std::unique_ptr<ImageDataCache> cache( in DownScale()145 new ImageDataCache(m_OutputWidth, m_OutputHeight, m_Pitch)); in DownScale()
61 class ImageDataCache {63 ImageDataCache(int width, int height, FX_DWORD pitch);64 ~ImageDataCache();102 std::unique_ptr<ImageDataCache> m_pDataCache;