#include <cache.h>
Public Member Functions | |
| CICacheItem (CICache *cache, File *file) | |
| CICacheItem (CICache *cache, Asset *asset) | |
| CICacheItem () | |
| ~CICacheItem () | |
Public Attributes | |
| File * | file |
| int64_t | counter |
| Asset * | asset |
| Mutex * | item_lock |
| int | checked_out |
Private Attributes | |
| CICache * | cache |
Definition at line 26 of file cache.h.
|
||||||||||||
|
Definition at line 324 of file cache.C. References File::asset, asset, checked_out, counter, CICache::edl, item_lock, EDLSession::playback_preload, CICache::preferences, Preferences::processors, EDL::session, File::set_preload(), and File::set_processors(). |
|
||||||||||||
|
Definition at line 293 of file cache.C. References checked_out, counter, Asset::divx_use_deblocking, CICache::edl, file, item_lock, EDLSession::mpeg4_deblock, File::open_file(), EDLSession::playback_preload, CICache::preferences, Preferences::processors, EDL::session, File::set_preload(), and File::set_processors(). |
|
|
|
|
|
|
|
|
Definition at line 37 of file cache.h. Referenced by CICache::check_in(), CICache::check_out(), CICacheItem(), CICache::delete_entry(), CICache::dump(), CICache::update(), and ~CICacheItem(). |
|
|
|
|
|
Definition at line 39 of file cache.h. Referenced by CICache::check_in(), CICache::check_out(), CICacheItem(), CICache::delete_entry(), and CICache::delete_oldest(). |
|
|
Definition at line 35 of file cache.h. Referenced by CICache::age(), CICache::check_out(), CICacheItem(), CICache::delete_oldest(), and CICache::dump(). |
|
|
Definition at line 34 of file cache.h. Referenced by CICache::check_out(), CICacheItem(), CICache::delete_oldest(), CICache::get_memory_usage(), CICache::update(), and ~CICacheItem(). |
|
|
Definition at line 38 of file cache.h. Referenced by CICache::check_in(), CICache::check_out(), CICacheItem(), and ~CICacheItem(). |
1.4.4