| D | EngineRunnable.java | 14 * In the first stage, this class attempts to decode a resource 15 …* from cache, first using transformed data and then using source data. If no resource can be d… 21 …* Using two stages with a re-post in between allows us to run fast disk cache decodes on one t… 30 private final EngineRunnableManager manager; field in EngineRunnable 37 …public EngineRunnable(EngineRunnableManager manager, DecodeJob<?, ?, ?> decodeJob, Priority priori… in EngineRunnable() argument 38 this.manager = manager; in EngineRunnable() 56 Resource<?> resource = null; in run() local 58 resource = decode(); in run() 67 if (resource != null) { in run() 68 resource.recycle(); in run() [all …]
|